Model save
Browse files- README.md +83 -0
- all_results.json +9 -0
- generation_config.json +7 -0
- train_results.json +9 -0
- trainer_state.json +0 -0
README.md
ADDED
@@ -0,0 +1,83 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: apache-2.0
|
4 |
+
base_model: HuggingFaceTB/SmolLM2-1.7B
|
5 |
+
tags:
|
6 |
+
- trl
|
7 |
+
- sft
|
8 |
+
- generated_from_trainer
|
9 |
+
model-index:
|
10 |
+
- name: smollm_1_7B_tulu3
|
11 |
+
results: []
|
12 |
+
---
|
13 |
+
|
14 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
15 |
+
should probably proofread and complete it, then remove this comment. -->
|
16 |
+
|
17 |
+
# smollm_1_7B_tulu3
|
18 |
+
|
19 |
+
This model is a fine-tuned version of [HuggingFaceTB/SmolLM2-1.7B](https://huggingface.co/HuggingFaceTB/SmolLM2-1.7B) on an unknown dataset.
|
20 |
+
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.7824
|
22 |
+
|
23 |
+
## Model description
|
24 |
+
|
25 |
+
More information needed
|
26 |
+
|
27 |
+
## Intended uses & limitations
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Training and evaluation data
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Training procedure
|
36 |
+
|
37 |
+
### Training hyperparameters
|
38 |
+
|
39 |
+
The following hyperparameters were used during training:
|
40 |
+
- learning_rate: 5e-06
|
41 |
+
- train_batch_size: 8
|
42 |
+
- eval_batch_size: 8
|
43 |
+
- seed: 42
|
44 |
+
- distributed_type: multi-GPU
|
45 |
+
- num_devices: 8
|
46 |
+
- gradient_accumulation_steps: 4
|
47 |
+
- total_train_batch_size: 256
|
48 |
+
- total_eval_batch_size: 64
|
49 |
+
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
50 |
+
- lr_scheduler_type: cosine
|
51 |
+
- lr_scheduler_warmup_ratio: 0.05
|
52 |
+
- num_epochs: 1.0
|
53 |
+
|
54 |
+
### Training results
|
55 |
+
|
56 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
57 |
+
|:-------------:|:------:|:----:|:---------------:|
|
58 |
+
| 1.3348 | 0.0551 | 200 | 1.2704 |
|
59 |
+
| 1.0411 | 0.1101 | 400 | 1.0435 |
|
60 |
+
| 1.0483 | 0.1652 | 600 | 0.9694 |
|
61 |
+
| 0.8801 | 0.2202 | 800 | 0.9227 |
|
62 |
+
| 0.8996 | 0.2753 | 1000 | 0.8888 |
|
63 |
+
| 0.8682 | 0.3303 | 1200 | 0.8648 |
|
64 |
+
| 0.8757 | 0.3854 | 1400 | 0.8468 |
|
65 |
+
| 0.8441 | 0.4404 | 1600 | 0.8311 |
|
66 |
+
| 0.8197 | 0.4955 | 1800 | 0.8206 |
|
67 |
+
| 0.7807 | 0.5505 | 2000 | 0.8090 |
|
68 |
+
| 0.7757 | 0.6056 | 2200 | 0.8015 |
|
69 |
+
| 0.7818 | 0.6607 | 2400 | 0.7957 |
|
70 |
+
| 0.8235 | 0.7157 | 2600 | 0.7915 |
|
71 |
+
| 0.7854 | 0.7708 | 2800 | 0.7883 |
|
72 |
+
| 0.7958 | 0.8258 | 3000 | 0.7863 |
|
73 |
+
| 0.8192 | 0.8809 | 3200 | 0.7829 |
|
74 |
+
| 0.765 | 0.9359 | 3400 | 0.7824 |
|
75 |
+
| 0.7939 | 0.9910 | 3600 | 0.7824 |
|
76 |
+
|
77 |
+
|
78 |
+
### Framework versions
|
79 |
+
|
80 |
+
- Transformers 4.48.3
|
81 |
+
- Pytorch 2.2.2+cu121
|
82 |
+
- Datasets 2.18.0
|
83 |
+
- Tokenizers 0.21.0
|
all_results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 0.99979354483518,
|
3 |
+
"total_flos": 1258708224212992.0,
|
4 |
+
"train_loss": 0.935843440076328,
|
5 |
+
"train_runtime": 26049.5256,
|
6 |
+
"train_samples": 929949,
|
7 |
+
"train_samples_per_second": 35.699,
|
8 |
+
"train_steps_per_second": 0.139
|
9 |
+
}
|
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": 49152,
|
6 |
+
"transformers_version": "4.48.3"
|
7 |
+
}
|
train_results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 0.99979354483518,
|
3 |
+
"total_flos": 1258708224212992.0,
|
4 |
+
"train_loss": 0.935843440076328,
|
5 |
+
"train_runtime": 26049.5256,
|
6 |
+
"train_samples": 929949,
|
7 |
+
"train_samples_per_second": 35.699,
|
8 |
+
"train_steps_per_second": 0.139
|
9 |
+
}
|
trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|