Model save
Browse files- README.md +80 -0
- generation_config.json +7 -0
README.md
ADDED
@@ -0,0 +1,80 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
metrics:
|
6 |
+
- accuracy
|
7 |
+
model-index:
|
8 |
+
- name: opt-babylm2-clean-spacy-32k_seed-42_1e-3
|
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 |
+
# opt-babylm2-clean-spacy-32k_seed-42_1e-3
|
16 |
+
|
17 |
+
This model was trained from scratch on an unknown dataset.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 3.0357
|
20 |
+
- Accuracy: 0.4240
|
21 |
+
|
22 |
+
## Model description
|
23 |
+
|
24 |
+
More information needed
|
25 |
+
|
26 |
+
## Intended uses & limitations
|
27 |
+
|
28 |
+
More information needed
|
29 |
+
|
30 |
+
## Training and evaluation data
|
31 |
+
|
32 |
+
More information needed
|
33 |
+
|
34 |
+
## Training procedure
|
35 |
+
|
36 |
+
### Training hyperparameters
|
37 |
+
|
38 |
+
The following hyperparameters were used during training:
|
39 |
+
- learning_rate: 0.001
|
40 |
+
- train_batch_size: 32
|
41 |
+
- eval_batch_size: 64
|
42 |
+
- seed: 42
|
43 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
+
- lr_scheduler_type: linear
|
45 |
+
- lr_scheduler_warmup_steps: 32000
|
46 |
+
- num_epochs: 20.0
|
47 |
+
- mixed_precision_training: Native AMP
|
48 |
+
|
49 |
+
### Training results
|
50 |
+
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
52 |
+
|:-------------:|:-----:|:------:|:---------------:|:--------:|
|
53 |
+
| 3.2533 | 1.0 | 15580 | 3.3142 | 0.3828 |
|
54 |
+
| 3.064 | 2.0 | 31160 | 3.1478 | 0.4002 |
|
55 |
+
| 2.9372 | 3.0 | 46740 | 3.0373 | 0.4123 |
|
56 |
+
| 2.8458 | 4.0 | 62320 | 2.9892 | 0.4180 |
|
57 |
+
| 2.7931 | 5.0 | 77900 | 2.9617 | 0.4212 |
|
58 |
+
| 2.7418 | 6.0 | 93480 | 2.9472 | 0.4235 |
|
59 |
+
| 2.7019 | 7.0 | 109060 | 2.9387 | 0.4251 |
|
60 |
+
| 2.6555 | 8.0 | 124640 | 2.9388 | 0.4259 |
|
61 |
+
| 2.6321 | 9.0 | 140220 | 2.9394 | 0.4263 |
|
62 |
+
| 2.5968 | 10.0 | 155800 | 2.9411 | 0.4265 |
|
63 |
+
| 2.5705 | 11.0 | 171380 | 2.9455 | 0.4267 |
|
64 |
+
| 2.5402 | 12.0 | 186960 | 2.9545 | 0.4266 |
|
65 |
+
| 2.5136 | 13.0 | 202540 | 2.9615 | 0.4267 |
|
66 |
+
| 2.4814 | 14.0 | 218120 | 2.9730 | 0.4261 |
|
67 |
+
| 2.4607 | 15.0 | 233700 | 2.9827 | 0.4256 |
|
68 |
+
| 2.4394 | 16.0 | 249280 | 2.9935 | 0.4256 |
|
69 |
+
| 2.4062 | 17.0 | 264860 | 3.0019 | 0.4253 |
|
70 |
+
| 2.3845 | 18.0 | 280440 | 3.0156 | 0.4246 |
|
71 |
+
| 2.3632 | 19.0 | 296020 | 3.0269 | 0.4244 |
|
72 |
+
| 2.3437 | 20.0 | 311600 | 3.0357 | 0.4240 |
|
73 |
+
|
74 |
+
|
75 |
+
### Framework versions
|
76 |
+
|
77 |
+
- Transformers 4.45.1
|
78 |
+
- Pytorch 2.4.1+cu121
|
79 |
+
- Datasets 3.0.1
|
80 |
+
- Tokenizers 0.20.0
|
generation_config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 1,
|
4 |
+
"eos_token_id": 1,
|
5 |
+
"pad_token_id": 0,
|
6 |
+
"transformers_version": "4.45.1"
|
7 |
+
}
|