Model save
Browse files
README.md
ADDED
@@ -0,0 +1,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- generated_from_trainer
|
4 |
+
metrics:
|
5 |
+
- accuracy
|
6 |
+
model-index:
|
7 |
+
- name: smolm-autoreg-bpe-counterfactual_babylm_aann_low_variability_numeral_1024-1e-3
|
8 |
+
results: []
|
9 |
+
---
|
10 |
+
|
11 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
12 |
+
should probably proofread and complete it, then remove this comment. -->
|
13 |
+
|
14 |
+
# smolm-autoreg-bpe-counterfactual_babylm_aann_low_variability_numeral_1024-1e-3
|
15 |
+
|
16 |
+
This model was trained from scratch on an unknown dataset.
|
17 |
+
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 3.3975
|
19 |
+
- Accuracy: 0.4113
|
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: 0.001
|
39 |
+
- train_batch_size: 32
|
40 |
+
- eval_batch_size: 64
|
41 |
+
- seed: 1024
|
42 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
43 |
+
- lr_scheduler_type: linear
|
44 |
+
- lr_scheduler_warmup_steps: 32000
|
45 |
+
- num_epochs: 20.0
|
46 |
+
- mixed_precision_training: Native AMP
|
47 |
+
|
48 |
+
### Training results
|
49 |
+
|
50 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
+
|:-------------:|:-----:|:------:|:---------------:|:--------:|
|
52 |
+
| 3.598 | 1.0 | 18593 | 3.8055 | 0.3586 |
|
53 |
+
| 3.3819 | 2.0 | 37186 | 3.5620 | 0.3807 |
|
54 |
+
| 3.2622 | 3.0 | 55779 | 3.4625 | 0.3929 |
|
55 |
+
| 3.1788 | 4.0 | 74372 | 3.4131 | 0.3984 |
|
56 |
+
| 3.1251 | 5.0 | 92965 | 3.3859 | 0.4022 |
|
57 |
+
| 3.0765 | 6.0 | 111558 | 3.3707 | 0.4050 |
|
58 |
+
| 3.0458 | 7.0 | 130151 | 3.3522 | 0.4077 |
|
59 |
+
| 3.0116 | 8.0 | 148744 | 3.3560 | 0.4080 |
|
60 |
+
| 2.9832 | 9.0 | 167337 | 3.3773 | 0.4080 |
|
61 |
+
| 2.9565 | 10.0 | 185930 | 3.3513 | 0.4098 |
|
62 |
+
| 2.9381 | 11.0 | 204523 | 3.3482 | 0.4096 |
|
63 |
+
| 2.9171 | 12.0 | 223116 | 3.3354 | 0.4118 |
|
64 |
+
| 2.893 | 13.0 | 241709 | 3.3519 | 0.4111 |
|
65 |
+
| 2.876 | 14.0 | 260302 | 3.3632 | 0.4109 |
|
66 |
+
| 2.8472 | 15.0 | 278895 | 3.3530 | 0.4120 |
|
67 |
+
| 2.8335 | 16.0 | 297488 | 3.3727 | 0.4113 |
|
68 |
+
| 2.812 | 17.0 | 316081 | 3.3814 | 0.4110 |
|
69 |
+
| 2.7944 | 18.0 | 334674 | 3.3788 | 0.4119 |
|
70 |
+
| 2.7761 | 19.0 | 353267 | 3.3925 | 0.4114 |
|
71 |
+
| 2.7606 | 20.0 | 371860 | 3.3975 | 0.4113 |
|
72 |
+
|
73 |
+
|
74 |
+
### Framework versions
|
75 |
+
|
76 |
+
- Transformers 4.38.0
|
77 |
+
- Pytorch 2.3.1+cu121
|
78 |
+
- Datasets 2.16.1
|
79 |
+
- Tokenizers 0.15.2
|
generation_config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 1,
|
4 |
+
"eos_token_id": 2,
|
5 |
+
"pad_token_id": 0,
|
6 |
+
"transformers_version": "4.38.0"
|
7 |
+
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 391376736
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ecec44b7225087842ab3afbbef42c3a5d06bd24bfe68009f1f2a46154f2c84d6
|
3 |
size 391376736
|
runs/Jul15_13-15-43_phyl-ling-p01.la.utexas.edu/events.out.tfevents.1721067708.phyl-ling-p01.la.utexas.edu.2792777.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bb2436428543229611aa117f7f27e934fd0ef7cb99d27af96011f5dfa5f37fae
|
3 |
+
size 91675
|