li-muyang commited on
Commit
12caf52
·
verified ·
1 Parent(s): c2540ef

End of training

Browse files
Files changed (4) hide show
  1. README.md +10 -2
  2. all_results.json +5 -0
  3. config.json +1 -1
  4. eval_results.json +8 -0
README.md CHANGED
@@ -3,11 +3,19 @@ library_name: transformers
3
  license: bigcode-openrail-m
4
  base_model: bigcode/starcoder2-15b
5
  tags:
 
 
 
 
6
  - trl
7
  - sft
8
  - generated_from_trainer
9
  datasets:
10
- - generator
 
 
 
 
11
  model-index:
12
  - name: starchat2-15b-v0.1
13
  results: []
@@ -18,7 +26,7 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  # starchat2-15b-v0.1
20
 
21
- This model is a fine-tuned version of [bigcode/starcoder2-15b](https://huggingface.co/bigcode/starcoder2-15b) on the generator dataset.
22
  It achieves the following results on the evaluation set:
23
  - Loss: 0.6601
24
 
 
3
  license: bigcode-openrail-m
4
  base_model: bigcode/starcoder2-15b
5
  tags:
6
+ - alignment-handbook
7
+ - trl
8
+ - sft
9
+ - generated_from_trainer
10
  - trl
11
  - sft
12
  - generated_from_trainer
13
  datasets:
14
+ - HuggingFaceH4/airoboros-3.2
15
+ - HuggingFaceH4/Code-Feedback
16
+ - HuggingFaceH4/orca-math-word-problems-200k
17
+ - HuggingFaceH4/SystemChat
18
+ - HuggingFaceH4/capybara
19
  model-index:
20
  - name: starchat2-15b-v0.1
21
  results: []
 
26
 
27
  # starchat2-15b-v0.1
28
 
29
+ This model is a fine-tuned version of [bigcode/starcoder2-15b](https://huggingface.co/bigcode/starcoder2-15b) on the HuggingFaceH4/airoboros-3.2, the HuggingFaceH4/Code-Feedback, the HuggingFaceH4/orca-math-word-problems-200k, the HuggingFaceH4/SystemChat and the HuggingFaceH4/capybara datasets.
30
  It achieves the following results on the evaluation set:
31
  - Loss: 0.6601
32
 
all_results.json CHANGED
@@ -1,5 +1,10 @@
1
  {
2
  "epoch": 3.0,
 
 
 
 
 
3
  "total_flos": 1.183665069490176e+16,
4
  "train_loss": 0.5413940727492392,
5
  "train_runtime": 63958.3461,
 
1
  {
2
  "epoch": 3.0,
3
+ "eval_loss": 0.6600508093833923,
4
+ "eval_runtime": 57.294,
5
+ "eval_samples": 3200,
6
+ "eval_samples_per_second": 24.051,
7
+ "eval_steps_per_second": 0.105,
8
  "total_flos": 1.183665069490176e+16,
9
  "train_loss": 0.5413940727492392,
10
  "train_runtime": 63958.3461,
config.json CHANGED
@@ -28,6 +28,6 @@
28
  "torch_dtype": "bfloat16",
29
  "transformers_version": "4.45.2",
30
  "use_bias": true,
31
- "use_cache": false,
32
  "vocab_size": 49154
33
  }
 
28
  "torch_dtype": "bfloat16",
29
  "transformers_version": "4.45.2",
30
  "use_bias": true,
31
+ "use_cache": true,
32
  "vocab_size": 49154
33
  }
eval_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_loss": 0.6600508093833923,
4
+ "eval_runtime": 57.294,
5
+ "eval_samples": 3200,
6
+ "eval_samples_per_second": 24.051,
7
+ "eval_steps_per_second": 0.105
8
+ }