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-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-only_other_det_removal-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.4193
|
19 |
+
- Accuracy: 0.4116
|
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: 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.6043 | 1.0 | 18597 | 3.7893 | 0.3595 |
|
53 |
+
| 3.3863 | 2.0 | 37194 | 3.5796 | 0.3811 |
|
54 |
+
| 3.2568 | 3.0 | 55791 | 3.4811 | 0.3933 |
|
55 |
+
| 3.1802 | 4.0 | 74388 | 3.4316 | 0.3992 |
|
56 |
+
| 3.1237 | 5.0 | 92985 | 3.3913 | 0.4033 |
|
57 |
+
| 3.0797 | 6.0 | 111582 | 3.4136 | 0.4042 |
|
58 |
+
| 3.0447 | 7.0 | 130179 | 3.3948 | 0.4058 |
|
59 |
+
| 3.0084 | 8.0 | 148776 | 3.3772 | 0.4079 |
|
60 |
+
| 2.985 | 9.0 | 167373 | 3.3589 | 0.4101 |
|
61 |
+
| 2.9555 | 10.0 | 185970 | 3.3777 | 0.4096 |
|
62 |
+
| 2.9324 | 11.0 | 204567 | 3.3606 | 0.4110 |
|
63 |
+
| 2.9092 | 12.0 | 223164 | 3.3722 | 0.4112 |
|
64 |
+
| 2.89 | 13.0 | 241761 | 3.3737 | 0.4114 |
|
65 |
+
| 2.8651 | 14.0 | 260358 | 3.3934 | 0.4110 |
|
66 |
+
| 2.8499 | 15.0 | 278955 | 3.3911 | 0.4116 |
|
67 |
+
| 2.8292 | 16.0 | 297552 | 3.3942 | 0.4114 |
|
68 |
+
| 2.8105 | 17.0 | 316149 | 3.4117 | 0.4113 |
|
69 |
+
| 2.7877 | 18.0 | 334746 | 3.4073 | 0.4116 |
|
70 |
+
| 2.773 | 19.0 | 353343 | 3.4169 | 0.4115 |
|
71 |
+
| 2.7535 | 20.0 | 371940 | 3.4193 | 0.4116 |
|
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:0003d291d99fa4c2439e3093ece30ad4e818062cd80e910918ad68271070a1aa
|
3 |
size 391376736
|
runs/Feb05_11-08-31_phyl-ling-p01.la.utexas.edu/events.out.tfevents.1707153298.phyl-ling-p01.la.utexas.edu.3168584.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:37808d39c841f6f19386990a5f2423f712784c8ff176901d8a54f8a2d93dbac5
|
3 |
+
size 71018
|