End of training
Browse files- README.md +7 -3
- all_results.json +5 -0
- config.json +1 -1
- eval_results.json +8 -0
README.md
CHANGED
|
@@ -3,22 +3,26 @@ 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:
|
| 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 |
-
#
|
| 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.
|
| 22 |
|
| 23 |
## Model description
|
| 24 |
|
|
|
|
| 3 |
license: apache-2.0
|
| 4 |
base_model: HuggingFaceTB/SmolLM2-1.7B
|
| 5 |
tags:
|
| 6 |
+
- alignment-handbook
|
| 7 |
+
- trl
|
| 8 |
+
- sft
|
| 9 |
+
- generated_from_trainer
|
| 10 |
- trl
|
| 11 |
- sft
|
| 12 |
- generated_from_trainer
|
| 13 |
model-index:
|
| 14 |
+
- name: HuggingFaceTB/SmolLM2-1.7B
|
| 15 |
results: []
|
| 16 |
---
|
| 17 |
|
| 18 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 19 |
should probably proofread and complete it, then remove this comment. -->
|
| 20 |
|
| 21 |
+
# HuggingFaceTB/SmolLM2-1.7B
|
| 22 |
|
| 23 |
This model is a fine-tuned version of [HuggingFaceTB/SmolLM2-1.7B](https://huggingface.co/HuggingFaceTB/SmolLM2-1.7B) on an unknown dataset.
|
| 24 |
It achieves the following results on the evaluation set:
|
| 25 |
+
- Loss: 0.7823
|
| 26 |
|
| 27 |
## Model description
|
| 28 |
|
all_results.json
CHANGED
|
@@ -1,5 +1,10 @@
|
|
| 1 |
{
|
| 2 |
"epoch": 0.99979354483518,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
"total_flos": 1258708224212992.0,
|
| 4 |
"train_loss": 0.935843440076328,
|
| 5 |
"train_runtime": 26049.5256,
|
|
|
|
| 1 |
{
|
| 2 |
"epoch": 0.99979354483518,
|
| 3 |
+
"eval_loss": 0.7823466062545776,
|
| 4 |
+
"eval_runtime": 37.5639,
|
| 5 |
+
"eval_samples": 5000,
|
| 6 |
+
"eval_samples_per_second": 133.107,
|
| 7 |
+
"eval_steps_per_second": 2.103,
|
| 8 |
"total_flos": 1258708224212992.0,
|
| 9 |
"train_loss": 0.935843440076328,
|
| 10 |
"train_runtime": 26049.5256,
|
config.json
CHANGED
|
@@ -26,6 +26,6 @@
|
|
| 26 |
"tie_word_embeddings": true,
|
| 27 |
"torch_dtype": "bfloat16",
|
| 28 |
"transformers_version": "4.48.3",
|
| 29 |
-
"use_cache":
|
| 30 |
"vocab_size": 49160
|
| 31 |
}
|
|
|
|
| 26 |
"tie_word_embeddings": true,
|
| 27 |
"torch_dtype": "bfloat16",
|
| 28 |
"transformers_version": "4.48.3",
|
| 29 |
+
"use_cache": true,
|
| 30 |
"vocab_size": 49160
|
| 31 |
}
|
eval_results.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 0.99979354483518,
|
| 3 |
+
"eval_loss": 0.7823466062545776,
|
| 4 |
+
"eval_runtime": 37.5639,
|
| 5 |
+
"eval_samples": 5000,
|
| 6 |
+
"eval_samples_per_second": 133.107,
|
| 7 |
+
"eval_steps_per_second": 2.103
|
| 8 |
+
}
|