kykim0 commited on
Commit
38ee3a1
1 Parent(s): b2f2e5b

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
@@ -2,11 +2,15 @@
2
  license: llama3
3
  base_model: meta-llama/Meta-Llama-3-8B
4
  tags:
 
 
 
 
5
  - trl
6
  - sft
7
  - generated_from_trainer
8
  datasets:
9
- - generator
10
  model-index:
11
  - name: sft-llama3-8b-itt
12
  results: []
@@ -17,7 +21,7 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  # sft-llama3-8b-itt
19
 
20
- This model is a fine-tuned version of [meta-llama/Meta-Llama-3-8B](https://huggingface.co/meta-llama/Meta-Llama-3-8B) on the generator dataset.
21
  It achieves the following results on the evaluation set:
22
  - Loss: 1.0620
23
 
 
2
  license: llama3
3
  base_model: meta-llama/Meta-Llama-3-8B
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: sft-llama3-8b-itt
16
  results: []
 
21
 
22
  # sft-llama3-8b-itt
23
 
24
+ This model is a fine-tuned version of [meta-llama/Meta-Llama-3-8B](https://huggingface.co/meta-llama/Meta-Llama-3-8B) on the HuggingFaceH4/ultrachat_200k dataset.
25
  It achieves the following results on the evaluation set:
26
  - Loss: 1.0620
27
 
all_results.json CHANGED
@@ -1,5 +1,10 @@
1
  {
2
  "epoch": 1.9989310529128808,
 
 
 
 
 
3
  "total_flos": 783053739786240.0,
4
  "train_loss": 1.0084666737260666,
5
  "train_runtime": 48199.6175,
 
1
  {
2
  "epoch": 1.9989310529128808,
3
+ "eval_loss": 1.0620321035385132,
4
+ "eval_runtime": 643.9136,
5
+ "eval_samples": 23109,
6
+ "eval_samples_per_second": 20.571,
7
+ "eval_steps_per_second": 2.572,
8
  "total_flos": 783053739786240.0,
9
  "train_loss": 1.0084666737260666,
10
  "train_runtime": 48199.6175,
config.json CHANGED
@@ -23,6 +23,6 @@
23
  "tie_word_embeddings": false,
24
  "torch_dtype": "bfloat16",
25
  "transformers_version": "4.40.0",
26
- "use_cache": false,
27
  "vocab_size": 128256
28
  }
 
23
  "tie_word_embeddings": false,
24
  "torch_dtype": "bfloat16",
25
  "transformers_version": "4.40.0",
26
+ "use_cache": true,
27
  "vocab_size": 128256
28
  }
eval_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.9989310529128808,
3
+ "eval_loss": 1.0620321035385132,
4
+ "eval_runtime": 643.9136,
5
+ "eval_samples": 23109,
6
+ "eval_samples_per_second": 20.571,
7
+ "eval_steps_per_second": 2.572
8
+ }