yakazimir commited on
Commit
1972239
·
verified ·
1 Parent(s): ade7b9d

End of training

Browse files
Files changed (4) hide show
  1. README.md +6 -2
  2. all_results.json +5 -0
  3. config.json +1 -1
  4. eval_results.json +8 -0
README.md CHANGED
@@ -3,18 +3,22 @@ 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_ultrachat_v2_coll
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_ultrachat_v2_coll
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:
 
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:
all_results.json CHANGED
@@ -1,5 +1,10 @@
1
  {
2
  "epoch": 1.0,
 
 
 
 
 
3
  "total_flos": 277556883980288.0,
4
  "train_loss": 1.2735300551494355,
5
  "train_runtime": 5425.0163,
 
1
  {
2
  "epoch": 1.0,
3
+ "eval_loss": 1.1130766868591309,
4
+ "eval_runtime": 145.3388,
5
+ "eval_samples": 23110,
6
+ "eval_samples_per_second": 159.008,
7
+ "eval_steps_per_second": 2.491,
8
  "total_flos": 277556883980288.0,
9
  "train_loss": 1.2735300551494355,
10
  "train_runtime": 5425.0163,
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": false,
30
  "vocab_size": 49152
31
  }
 
26
  "tie_word_embeddings": true,
27
  "torch_dtype": "bfloat16",
28
  "transformers_version": "4.48.3",
29
+ "use_cache": true,
30
  "vocab_size": 49152
31
  }
eval_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "eval_loss": 1.1130766868591309,
4
+ "eval_runtime": 145.3388,
5
+ "eval_samples": 23110,
6
+ "eval_samples_per_second": 159.008,
7
+ "eval_steps_per_second": 2.491
8
+ }