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-random_removal-3e-4
|
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-random_removal-3e-4
|
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.4045
|
19 |
+
- Accuracy: 0.4106
|
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.0003
|
39 |
+
- train_batch_size: 32
|
40 |
+
- eval_batch_size: 64
|
41 |
+
- seed: 42
|
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.7431 | 1.0 | 18586 | 3.8860 | 0.3481 |
|
53 |
+
| 3.4382 | 2.0 | 37172 | 3.6288 | 0.3759 |
|
54 |
+
| 3.2958 | 3.0 | 55758 | 3.5019 | 0.3891 |
|
55 |
+
| 3.2055 | 4.0 | 74344 | 3.4541 | 0.3957 |
|
56 |
+
| 3.1533 | 5.0 | 92930 | 3.4028 | 0.4006 |
|
57 |
+
| 3.1056 | 6.0 | 111516 | 3.3805 | 0.4035 |
|
58 |
+
| 3.0671 | 7.0 | 130102 | 3.3833 | 0.4042 |
|
59 |
+
| 3.0331 | 8.0 | 148688 | 3.3669 | 0.4069 |
|
60 |
+
| 3.0072 | 9.0 | 167274 | 3.3616 | 0.4083 |
|
61 |
+
| 2.9771 | 10.0 | 185860 | 3.3777 | 0.4078 |
|
62 |
+
| 2.9534 | 11.0 | 204446 | 3.3741 | 0.4089 |
|
63 |
+
| 2.9279 | 12.0 | 223032 | 3.3845 | 0.4092 |
|
64 |
+
| 2.9063 | 13.0 | 241618 | 3.3689 | 0.4105 |
|
65 |
+
| 2.8913 | 14.0 | 260204 | 3.3711 | 0.4105 |
|
66 |
+
| 2.8704 | 15.0 | 278790 | 3.3779 | 0.4099 |
|
67 |
+
| 2.8491 | 16.0 | 297376 | 3.3760 | 0.4112 |
|
68 |
+
| 2.83 | 17.0 | 315962 | 3.3752 | 0.4116 |
|
69 |
+
| 2.8136 | 18.0 | 334548 | 3.3912 | 0.4108 |
|
70 |
+
| 2.7924 | 19.0 | 353134 | 3.3984 | 0.4107 |
|
71 |
+
| 2.7792 | 20.0 | 371720 | 3.4045 | 0.4106 |
|
72 |
+
|
73 |
+
|
74 |
+
### Framework versions
|
75 |
+
|
76 |
+
- Transformers 4.37.2
|
77 |
+
- Pytorch 2.1.0+cu121
|
78 |
+
- Datasets 2.16.1
|
79 |
+
- Tokenizers 0.15.1
|
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.37.2"
|
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:1913cbf90781f944da20f34b312f4c5bda9e09b0c3ea2f0f0ae212e8bfc1b9ec
|
3 |
size 391376736
|
runs/Feb03_15-23-44_phyl-ling-p01.la.utexas.edu/events.out.tfevents.1706995785.phyl-ling-p01.la.utexas.edu.3077158.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:d8e36814549eb8134f37472a971f3e4c2d845fd39c0c34582c94ed409548d4e6
|
3 |
+
size 70979
|