Minbyul commited on
Commit
6c8ffea
1 Parent(s): 93307fd

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,12 +2,16 @@
2
  license: apache-2.0
3
  base_model: mistralai/Mistral-7B-v0.1
4
  tags:
 
 
 
 
5
  - trl
6
  - sft
7
  - alignment-handbook
8
  - generated_from_trainer
9
  datasets:
10
- - generator
11
  model-index:
12
  - name: mistral-7b-wo-kqa_golden-iter-sft-step1
13
  results: []
@@ -18,7 +22,7 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  # mistral-7b-wo-kqa_golden-iter-sft-step1
20
 
21
- This model is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on the generator dataset.
22
  It achieves the following results on the evaluation set:
23
  - Loss: 1.4157
24
 
 
2
  license: apache-2.0
3
  base_model: mistralai/Mistral-7B-v0.1
4
  tags:
5
+ - alignment-handbook
6
+ - trl
7
+ - sft
8
+ - generated_from_trainer
9
  - trl
10
  - sft
11
  - alignment-handbook
12
  - generated_from_trainer
13
  datasets:
14
+ - HuggingFaceH4/deita-10k-v0-sft
15
  model-index:
16
  - name: mistral-7b-wo-kqa_golden-iter-sft-step1
17
  results: []
 
22
 
23
  # mistral-7b-wo-kqa_golden-iter-sft-step1
24
 
25
+ This model is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on the HuggingFaceH4/deita-10k-v0-sft dataset.
26
  It achieves the following results on the evaluation set:
27
  - Loss: 1.4157
28
 
all_results.json CHANGED
@@ -1,5 +1,10 @@
1
  {
2
  "epoch": 2.91,
 
 
 
 
 
3
  "train_loss": 1.5385780781507492,
4
  "train_runtime": 1102.2371,
5
  "train_samples": 4750,
 
1
  {
2
  "epoch": 2.91,
3
+ "eval_loss": 1.4157191514968872,
4
+ "eval_runtime": 38.1251,
5
+ "eval_samples": 4044,
6
+ "eval_samples_per_second": 9.023,
7
+ "eval_steps_per_second": 0.577,
8
  "train_loss": 1.5385780781507492,
9
  "train_runtime": 1102.2371,
10
  "train_samples": 4750,
config.json CHANGED
@@ -21,6 +21,6 @@
21
  "tie_word_embeddings": false,
22
  "torch_dtype": "bfloat16",
23
  "transformers_version": "4.39.0.dev0",
24
- "use_cache": false,
25
  "vocab_size": 32000
26
  }
 
21
  "tie_word_embeddings": false,
22
  "torch_dtype": "bfloat16",
23
  "transformers_version": "4.39.0.dev0",
24
+ "use_cache": true,
25
  "vocab_size": 32000
26
  }
eval_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 2.91,
3
+ "eval_loss": 1.4157191514968872,
4
+ "eval_runtime": 38.1251,
5
+ "eval_samples": 4044,
6
+ "eval_samples_per_second": 9.023,
7
+ "eval_steps_per_second": 0.577
8
+ }