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_measure_nps_as_singular_new-1e-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_measure_nps_as_singular_new-1e-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.4240
|
19 |
+
- Accuracy: 0.4068
|
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.0001
|
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 |
+
| 4.0517 | 1.0 | 18602 | 4.2617 | 0.3086 |
|
53 |
+
| 3.5614 | 2.0 | 37204 | 3.7325 | 0.3617 |
|
54 |
+
| 3.3871 | 3.0 | 55806 | 3.5926 | 0.3794 |
|
55 |
+
| 3.2873 | 4.0 | 74408 | 3.4903 | 0.3889 |
|
56 |
+
| 3.2166 | 5.0 | 93010 | 3.4705 | 0.3930 |
|
57 |
+
| 3.1683 | 6.0 | 111612 | 3.4386 | 0.3965 |
|
58 |
+
| 3.122 | 7.0 | 130214 | 3.4230 | 0.3987 |
|
59 |
+
| 3.0883 | 8.0 | 148816 | 3.4103 | 0.4020 |
|
60 |
+
| 3.059 | 9.0 | 167418 | 3.4161 | 0.4022 |
|
61 |
+
| 3.0294 | 10.0 | 186020 | 3.4004 | 0.4039 |
|
62 |
+
| 3.0081 | 11.0 | 204622 | 3.4048 | 0.4041 |
|
63 |
+
| 2.9849 | 12.0 | 223224 | 3.4068 | 0.4046 |
|
64 |
+
| 2.9618 | 13.0 | 241826 | 3.4127 | 0.4048 |
|
65 |
+
| 2.9398 | 14.0 | 260428 | 3.4079 | 0.4054 |
|
66 |
+
| 2.9226 | 15.0 | 279030 | 3.3963 | 0.4065 |
|
67 |
+
| 2.9009 | 16.0 | 297632 | 3.4036 | 0.4068 |
|
68 |
+
| 2.8845 | 17.0 | 316234 | 3.4090 | 0.4067 |
|
69 |
+
| 2.8685 | 18.0 | 334836 | 3.4054 | 0.4071 |
|
70 |
+
| 2.8513 | 19.0 | 353438 | 3.4187 | 0.4069 |
|
71 |
+
| 2.8368 | 20.0 | 372040 | 3.4240 | 0.4068 |
|
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:e60282b68e61b01b365fccf1c8ca9f4c9ca1a8977b9c074bc8dc3452f30c7b02
|
3 |
size 391376736
|
runs/Jun19_17-29-33_phyl-ling-p01.la.utexas.edu/events.out.tfevents.1718836538.phyl-ling-p01.la.utexas.edu.899265.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:c316f73c0467fdfb55e63ce369424f1ceb8925523508052880e3f905dfd18699
|
3 |
+
size 91859
|