Minbyul commited on
Commit
23a2867
1 Parent(s): 59c6ef6

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
@@ -1,11 +1,15 @@
1
  ---
2
  base_model: meta-llama/Llama-2-7b-hf
3
  tags:
 
 
 
 
4
  - trl
5
  - sft
6
  - generated_from_trainer
7
  datasets:
8
- - generator
9
  model-index:
10
  - name: llama2-7b-wo-live_qa-sft
11
  results: []
@@ -16,7 +20,7 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  # llama2-7b-wo-live_qa-sft
18
 
19
- This model is a fine-tuned version of [meta-llama/Llama-2-7b-hf](https://huggingface.co/meta-llama/Llama-2-7b-hf) on the generator dataset.
20
  It achieves the following results on the evaluation set:
21
  - Loss: 1.4111
22
 
 
1
  ---
2
  base_model: meta-llama/Llama-2-7b-hf
3
  tags:
4
+ - alignment-handbook
5
+ - trl
6
+ - sft
7
+ - generated_from_trainer
8
  - trl
9
  - sft
10
  - generated_from_trainer
11
  datasets:
12
+ - HuggingFaceH4/deita-10k-v0-sft
13
  model-index:
14
  - name: llama2-7b-wo-live_qa-sft
15
  results: []
 
20
 
21
  # llama2-7b-wo-live_qa-sft
22
 
23
+ This model is a fine-tuned version of [meta-llama/Llama-2-7b-hf](https://huggingface.co/meta-llama/Llama-2-7b-hf) on the HuggingFaceH4/deita-10k-v0-sft dataset.
24
  It achieves the following results on the evaluation set:
25
  - Loss: 1.4111
26
 
all_results.json CHANGED
@@ -1,5 +1,10 @@
1
  {
2
  "epoch": 3.0,
 
 
 
 
 
3
  "train_loss": 0.9259367443266369,
4
  "train_runtime": 345.6861,
5
  "train_samples": 4848,
 
1
  {
2
  "epoch": 3.0,
3
+ "eval_loss": 1.411104440689087,
4
+ "eval_runtime": 1.3896,
5
+ "eval_samples": 100,
6
+ "eval_samples_per_second": 5.757,
7
+ "eval_steps_per_second": 0.72,
8
  "train_loss": 0.9259367443266369,
9
  "train_runtime": 345.6861,
10
  "train_samples": 4848,
config.json CHANGED
@@ -23,6 +23,6 @@
23
  "tie_word_embeddings": false,
24
  "torch_dtype": "bfloat16",
25
  "transformers_version": "4.39.0.dev0",
26
- "use_cache": false,
27
  "vocab_size": 32000
28
  }
 
23
  "tie_word_embeddings": false,
24
  "torch_dtype": "bfloat16",
25
  "transformers_version": "4.39.0.dev0",
26
+ "use_cache": true,
27
  "vocab_size": 32000
28
  }
eval_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_loss": 1.411104440689087,
4
+ "eval_runtime": 1.3896,
5
+ "eval_samples": 100,
6
+ "eval_samples_per_second": 5.757,
7
+ "eval_steps_per_second": 0.72
8
+ }