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-only_other_det_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-only_other_det_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.4419
|
19 |
+
- Accuracy: 0.4081
|
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.7368 | 1.0 | 18597 | 3.9162 | 0.3452 |
|
53 |
+
| 3.4348 | 2.0 | 37194 | 3.6327 | 0.3748 |
|
54 |
+
| 3.2919 | 3.0 | 55791 | 3.5084 | 0.3900 |
|
55 |
+
| 3.2086 | 4.0 | 74388 | 3.4502 | 0.3956 |
|
56 |
+
| 3.1474 | 5.0 | 92985 | 3.4235 | 0.3995 |
|
57 |
+
| 3.1012 | 6.0 | 111582 | 3.4031 | 0.4020 |
|
58 |
+
| 3.0638 | 7.0 | 130179 | 3.4128 | 0.4030 |
|
59 |
+
| 3.0262 | 8.0 | 148776 | 3.3998 | 0.4046 |
|
60 |
+
| 3.0016 | 9.0 | 167373 | 3.3731 | 0.4070 |
|
61 |
+
| 2.9715 | 10.0 | 185970 | 3.4058 | 0.4062 |
|
62 |
+
| 2.9481 | 11.0 | 204567 | 3.3875 | 0.4069 |
|
63 |
+
| 2.9243 | 12.0 | 223164 | 3.4070 | 0.4070 |
|
64 |
+
| 2.9047 | 13.0 | 241761 | 3.4015 | 0.4079 |
|
65 |
+
| 2.8797 | 14.0 | 260358 | 3.4114 | 0.4077 |
|
66 |
+
| 2.8651 | 15.0 | 278955 | 3.4072 | 0.4083 |
|
67 |
+
| 2.8434 | 16.0 | 297552 | 3.4240 | 0.4075 |
|
68 |
+
| 2.8255 | 17.0 | 316149 | 3.4179 | 0.4083 |
|
69 |
+
| 2.8036 | 18.0 | 334746 | 3.4256 | 0.4082 |
|
70 |
+
| 2.7888 | 19.0 | 353343 | 3.4363 | 0.4083 |
|
71 |
+
| 2.7701 | 20.0 | 371940 | 3.4419 | 0.4081 |
|
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:2f1802d2b7061ee2aab57ea5011c064742c6f7ac9600ef67a6dd4a3830384f42
|
3 |
size 391376736
|
runs/Feb07_08-24-28_phyl-ling-p01.la.utexas.edu/events.out.tfevents.1707316214.phyl-ling-p01.la.utexas.edu.3266409.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:eaf000da9b3fb0e64cac4a2399a42ef7603ce92b2dc55bf24e0519d42566110e
|
3 |
+
size 71019
|