sumo43 commited on
Commit
1d77e6a
1 Parent(s): 5e75229

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 +4 -4
README.md CHANGED
@@ -2,11 +2,15 @@
2
  license: apache-2.0
3
  base_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
4
  tags:
 
 
 
 
5
  - trl
6
  - sft
7
  - generated_from_trainer
8
  datasets:
9
- - generator
10
  model-index:
11
  - name: zephyr-7b-sft-full
12
  results: []
@@ -17,7 +21,7 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  # zephyr-7b-sft-full
19
 
20
- This model is a fine-tuned version of [TinyLlama/TinyLlama-1.1B-Chat-v1.0](https://huggingface.co/TinyLlama/TinyLlama-1.1B-Chat-v1.0) on the generator dataset.
21
  It achieves the following results on the evaluation set:
22
  - Loss: 2.1644
23
 
 
2
  license: apache-2.0
3
  base_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
4
  tags:
5
+ - alignment-handbook
6
+ - trl
7
+ - sft
8
+ - generated_from_trainer
9
  - trl
10
  - sft
11
  - generated_from_trainer
12
  datasets:
13
+ - HuggingFaceH4/ultrachat_200k
14
  model-index:
15
  - name: zephyr-7b-sft-full
16
  results: []
 
21
 
22
  # zephyr-7b-sft-full
23
 
24
+ This model is a fine-tuned version of [TinyLlama/TinyLlama-1.1B-Chat-v1.0](https://huggingface.co/TinyLlama/TinyLlama-1.1B-Chat-v1.0) on the HuggingFaceH4/ultrachat_200k dataset.
25
  It achieves the following results on the evaluation set:
26
  - Loss: 2.1644
27
 
all_results.json CHANGED
@@ -1,5 +1,10 @@
1
  {
2
  "epoch": 1.0,
 
 
 
 
 
3
  "train_loss": 2.789915239123786,
4
  "train_runtime": 47169.5182,
5
  "train_samples": 207864,
 
1
  {
2
  "epoch": 1.0,
3
+ "eval_loss": 2.164351224899292,
4
+ "eval_runtime": 1703.872,
5
+ "eval_samples": 23109,
6
+ "eval_samples_per_second": 9.321,
7
+ "eval_steps_per_second": 1.166,
8
  "train_loss": 2.789915239123786,
9
  "train_runtime": 47169.5182,
10
  "train_samples": 207864,
config.json CHANGED
@@ -24,6 +24,6 @@
24
  "tie_word_embeddings": false,
25
  "torch_dtype": "bfloat16",
26
  "transformers_version": "4.39.0.dev0",
27
- "use_cache": false,
28
  "vocab_size": 32002
29
  }
 
24
  "tie_word_embeddings": false,
25
  "torch_dtype": "bfloat16",
26
  "transformers_version": "4.39.0.dev0",
27
+ "use_cache": true,
28
  "vocab_size": 32002
29
  }
eval_results.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
  "epoch": 1.0,
3
- "eval_loss": 2.2348995208740234,
4
- "eval_runtime": 2502.8496,
5
  "eval_samples": 23109,
6
- "eval_samples_per_second": 6.345,
7
- "eval_steps_per_second": 0.793
8
  }
 
1
  {
2
  "epoch": 1.0,
3
+ "eval_loss": 2.164351224899292,
4
+ "eval_runtime": 1703.872,
5
  "eval_samples": 23109,
6
+ "eval_samples_per_second": 9.321,
7
+ "eval_steps_per_second": 1.166
8
  }