AlistairPullen commited on
Commit
3db6010
·
verified ·
1 Parent(s): 455a725

Model save

Browse files
README.md CHANGED
@@ -27,7 +27,7 @@ print(output["generated_text"])
27
 
28
  ## Training procedure
29
 
30
- [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/cosineai/deepseek-reproduce/runs/mr9qnll8)
31
 
32
 
33
  This model was trained with GRPO, a method introduced in [DeepSeekMath: Pushing the Limits of Mathematical Reasoning in Open Language Models](https://huggingface.co/papers/2402.03300).
 
27
 
28
  ## Training procedure
29
 
30
+ [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/cosineai/deepseek-reproduce/runs/a2zpk9j5)
31
 
32
 
33
  This model was trained with GRPO, a method introduced in [DeepSeekMath: Pushing the Limits of Mathematical Reasoning in Open Language Models](https://huggingface.co/papers/2402.03300).
all_results.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
  "total_flos": 0.0,
3
- "train_loss": 3.1328258249329856e-06,
4
- "train_runtime": 38.497,
5
- "train_samples": 6725,
6
- "train_samples_per_second": 311.713,
7
- "train_steps_per_second": 6.494
8
  }
 
1
  {
2
  "total_flos": 0.0,
3
+ "train_loss": 0.08981622397834212,
4
+ "train_runtime": 6983.3902,
5
+ "train_samples": 45000,
6
+ "train_samples_per_second": 3.093,
7
+ "train_steps_per_second": 0.064
8
  }
config.json CHANGED
@@ -36,6 +36,6 @@
36
  "tie_word_embeddings": false,
37
  "torch_dtype": "bfloat16",
38
  "transformers_version": "4.48.1",
39
- "use_cache": false,
40
  "vocab_size": 128256
41
  }
 
36
  "tie_word_embeddings": false,
37
  "torch_dtype": "bfloat16",
38
  "transformers_version": "4.48.1",
39
+ "use_cache": true,
40
  "vocab_size": 128256
41
  }
generation_config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 128000,
3
+ "do_sample": true,
4
+ "eos_token_id": [
5
+ 128001,
6
+ 128008,
7
+ 128009
8
+ ],
9
+ "temperature": 0.6,
10
+ "top_p": 0.9,
11
+ "transformers_version": "4.48.1"
12
+ }
train_results.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
  "total_flos": 0.0,
3
- "train_loss": 3.1328258249329856e-06,
4
- "train_runtime": 38.497,
5
- "train_samples": 6725,
6
- "train_samples_per_second": 311.713,
7
- "train_steps_per_second": 6.494
8
  }
 
1
  {
2
  "total_flos": 0.0,
3
+ "train_loss": 0.08981622397834212,
4
+ "train_runtime": 6983.3902,
5
+ "train_samples": 45000,
6
+ "train_samples_per_second": 3.093,
7
+ "train_steps_per_second": 0.064
8
  }
trainer_state.json CHANGED
The diff for this file is too large to render. See raw diff