CharlesLi commited on
Commit
a3d7a09
·
verified ·
1 Parent(s): bfad1e2

End of training

Browse files
README.md CHANGED
@@ -3,6 +3,10 @@ library_name: transformers
3
  license: apache-2.0
4
  base_model: mistralai/Mistral-7B-Instruct-v0.1
5
  tags:
 
 
 
 
6
  - trl
7
  - sft
8
  - generated_from_trainer
@@ -19,6 +23,8 @@ should probably proofread and complete it, then remove this comment. -->
19
  # mistral_llama_2_code_math_3_full
20
 
21
  This model is a fine-tuned version of [mistralai/Mistral-7B-Instruct-v0.1](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.1) on the generator dataset.
 
 
22
 
23
  ## Model description
24
 
 
3
  license: apache-2.0
4
  base_model: mistralai/Mistral-7B-Instruct-v0.1
5
  tags:
6
+ - alignment-handbook
7
+ - trl
8
+ - sft
9
+ - generated_from_trainer
10
  - trl
11
  - sft
12
  - generated_from_trainer
 
23
  # mistral_llama_2_code_math_3_full
24
 
25
  This model is a fine-tuned version of [mistralai/Mistral-7B-Instruct-v0.1](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.1) on the generator dataset.
26
+ It achieves the following results on the evaluation set:
27
+ - Loss: 0.5239
28
 
29
  ## Model description
30
 
all_results.json CHANGED
@@ -1,9 +1,14 @@
1
  {
2
  "epoch": 0.9777777777777777,
 
 
 
 
 
3
  "total_flos": 2250831298560.0,
4
- "train_loss": 0.6733812906525352,
5
- "train_runtime": 124.7588,
6
  "train_samples": 3980,
7
- "train_samples_per_second": 5.699,
8
- "train_steps_per_second": 0.176
9
  }
 
1
  {
2
  "epoch": 0.9777777777777777,
3
+ "eval_loss": 0.5238552093505859,
4
+ "eval_runtime": 0.746,
5
+ "eval_samples": 20,
6
+ "eval_samples_per_second": 4.021,
7
+ "eval_steps_per_second": 1.34,
8
  "total_flos": 2250831298560.0,
9
+ "train_loss": 0.6714122566309842,
10
+ "train_runtime": 124.2809,
11
  "train_samples": 3980,
12
+ "train_samples_per_second": 5.721,
13
+ "train_steps_per_second": 0.177
14
  }
eval_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.9777777777777777,
3
+ "eval_loss": 0.5238552093505859,
4
+ "eval_runtime": 0.746,
5
+ "eval_samples": 20,
6
+ "eval_samples_per_second": 4.021,
7
+ "eval_steps_per_second": 1.34
8
+ }
runs/Jan20_00-46-11_dgx-a100-13/events.out.tfevents.1737330924.dgx-a100-13.995870.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a380bbed4f0a431d172fc0ef7525a3c0b4bd08c91a74a554e35e0029e06f4fc3
3
+ size 354
runs/Jan20_00-55-05_dgx-a100-14/events.out.tfevents.1737330919.dgx-a100-14.634646.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd08bc5b9fdc76af8629864471382822eb0a10f4f3d218b32a2315030428075b
3
+ size 6206
train_results.json CHANGED
@@ -1,9 +1,9 @@
1
  {
2
  "epoch": 0.9777777777777777,
3
  "total_flos": 2250831298560.0,
4
- "train_loss": 0.6733812906525352,
5
- "train_runtime": 124.7588,
6
  "train_samples": 3980,
7
- "train_samples_per_second": 5.699,
8
- "train_steps_per_second": 0.176
9
  }
 
1
  {
2
  "epoch": 0.9777777777777777,
3
  "total_flos": 2250831298560.0,
4
+ "train_loss": 0.6714122566309842,
5
+ "train_runtime": 124.2809,
6
  "train_samples": 3980,
7
+ "train_samples_per_second": 5.721,
8
+ "train_steps_per_second": 0.177
9
  }