mhr2004 commited on
Commit
395a0ff
·
verified ·
1 Parent(s): 9cf8a72

mhr2004/answerdotai-ModernBERT-basemhr2004-atomic.anion.train.no1e-06-64

Browse files
Files changed (4) hide show
  1. README.md +81 -0
  2. config.json +46 -0
  3. model.safetensors +3 -0
  4. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: answerdotai/ModernBERT-base
5
+ tags:
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: answerdotai-ModernBERT-basemhr2004-atomic.anion.train.no1e-06-64
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # answerdotai-ModernBERT-basemhr2004-atomic.anion.train.no1e-06-64
16
+
17
+ This model is a fine-tuned version of [answerdotai/ModernBERT-base](https://huggingface.co/answerdotai/ModernBERT-base) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.4237
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 1e-06
39
+ - train_batch_size: 128
40
+ - eval_batch_size: 512
41
+ - seed: 42
42
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
43
+ - lr_scheduler_type: linear
44
+ - num_epochs: 30
45
+
46
+ ### Training results
47
+
48
+ | Training Loss | Epoch | Step | Validation Loss |
49
+ |:-------------:|:-----:|:-----:|:---------------:|
50
+ | 0.5508 | 1.0 | 2304 | 0.5309 |
51
+ | 0.4909 | 2.0 | 4608 | 0.4951 |
52
+ | 0.4684 | 3.0 | 6912 | 0.4759 |
53
+ | 0.4607 | 4.0 | 9216 | 0.4630 |
54
+ | 0.4396 | 5.0 | 11520 | 0.4563 |
55
+ | 0.4361 | 6.0 | 13824 | 0.4505 |
56
+ | 0.4235 | 7.0 | 16128 | 0.4534 |
57
+ | 0.4199 | 8.0 | 18432 | 0.4429 |
58
+ | 0.4154 | 9.0 | 20736 | 0.4396 |
59
+ | 0.4155 | 10.0 | 23040 | 0.4369 |
60
+ | 0.4021 | 11.0 | 25344 | 0.4324 |
61
+ | 0.3966 | 12.0 | 27648 | 0.4323 |
62
+ | 0.3929 | 13.0 | 29952 | 0.4292 |
63
+ | 0.3908 | 14.0 | 32256 | 0.4273 |
64
+ | 0.3872 | 15.0 | 34560 | 0.4289 |
65
+ | 0.3834 | 16.0 | 36864 | 0.4261 |
66
+ | 0.3767 | 17.0 | 39168 | 0.4276 |
67
+ | 0.3775 | 18.0 | 41472 | 0.4270 |
68
+ | 0.367 | 19.0 | 43776 | 0.4260 |
69
+ | 0.3673 | 20.0 | 46080 | 0.4275 |
70
+ | 0.3726 | 21.0 | 48384 | 0.4233 |
71
+ | 0.3575 | 22.0 | 50688 | 0.4248 |
72
+ | 0.3633 | 23.0 | 52992 | 0.4251 |
73
+ | 0.36 | 24.0 | 55296 | 0.4237 |
74
+
75
+
76
+ ### Framework versions
77
+
78
+ - Transformers 4.51.2
79
+ - Pytorch 2.6.0+cu124
80
+ - Datasets 3.5.0
81
+ - Tokenizers 0.21.1
config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "ModernBertForSequenceClassification"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 50281,
8
+ "classifier_activation": "gelu",
9
+ "classifier_bias": false,
10
+ "classifier_dropout": 0.0,
11
+ "classifier_pooling": "mean",
12
+ "cls_token_id": 50281,
13
+ "decoder_bias": true,
14
+ "deterministic_flash_attn": false,
15
+ "embedding_dropout": 0.0,
16
+ "eos_token_id": 50282,
17
+ "global_attn_every_n_layers": 3,
18
+ "global_rope_theta": 160000.0,
19
+ "gradient_checkpointing": false,
20
+ "hidden_activation": "gelu",
21
+ "hidden_size": 768,
22
+ "initializer_cutoff_factor": 2.0,
23
+ "initializer_range": 0.02,
24
+ "intermediate_size": 1152,
25
+ "layer_norm_eps": 1e-05,
26
+ "local_attention": 128,
27
+ "local_rope_theta": 10000.0,
28
+ "max_position_embeddings": 8192,
29
+ "mlp_bias": false,
30
+ "mlp_dropout": 0.0,
31
+ "model_type": "modernbert",
32
+ "norm_bias": false,
33
+ "norm_eps": 1e-05,
34
+ "num_attention_heads": 12,
35
+ "num_hidden_layers": 22,
36
+ "pad_token_id": 50283,
37
+ "position_embedding_type": "absolute",
38
+ "problem_type": "single_label_classification",
39
+ "repad_logits_with_grad": false,
40
+ "sep_token_id": 50282,
41
+ "sparse_pred_ignore_index": -100,
42
+ "sparse_prediction": false,
43
+ "torch_dtype": "float32",
44
+ "transformers_version": "4.51.2",
45
+ "vocab_size": 50368
46
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e99c7ac24bc0988d17a4f3c7bc1effa1bde2173d5e5ffceb72e94e8aa671d049
3
+ size 598439784
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b36758d00b45e75fa4f7be2727013b713e7332beda5ec065047da378e097a9c4
3
+ size 5368