michlea commited on
Commit
93a2a1a
·
verified ·
1 Parent(s): bc48ff7

Training in progress, step 1000

Browse files
README.md CHANGED
@@ -4,8 +4,8 @@ library_name: transformers
4
  model_name: HidatoQwenModel02
5
  tags:
6
  - generated_from_trainer
7
- - unsloth
8
  - trl
 
9
  - grpo
10
  licence: license
11
  ---
@@ -28,7 +28,7 @@ print(output["generated_text"])
28
 
29
  ## Training procedure
30
 
31
- [<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/michlea-hse-spb/huggingface/runs/f6c890qi)
32
 
33
 
34
  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).
 
4
  model_name: HidatoQwenModel02
5
  tags:
6
  - generated_from_trainer
 
7
  - trl
8
+ - unsloth
9
  - grpo
10
  licence: license
11
  ---
 
28
 
29
  ## Training procedure
30
 
31
+ [<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/michlea-hse-spb/huggingface/runs/nhip0tuq)
32
 
33
 
34
  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).
adapter_config.json CHANGED
@@ -29,13 +29,13 @@
29
  "rank_pattern": {},
30
  "revision": null,
31
  "target_modules": [
32
- "gate_proj",
33
- "down_proj",
34
- "up_proj",
35
  "k_proj",
36
  "q_proj",
37
- "o_proj",
38
- "v_proj"
 
 
 
39
  ],
40
  "target_parameters": null,
41
  "task_type": "CAUSAL_LM",
 
29
  "rank_pattern": {},
30
  "revision": null,
31
  "target_modules": [
 
 
 
32
  "k_proj",
33
  "q_proj",
34
+ "down_proj",
35
+ "v_proj",
36
+ "gate_proj",
37
+ "up_proj",
38
+ "o_proj"
39
  ],
40
  "target_parameters": null,
41
  "task_type": "CAUSAL_LM",
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:453d00e01dcce0746ed06c4237d2834a4a7988227fc423b44543ac193a263f0d
3
  size 479005064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:124759c7d6754f00b7ed87a84c1891798374c210e28b301e906700a510c788e0
3
  size 479005064
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ec227df07ddb3a48dcdf4236bd3674a6689ab60586bf5669c82e5a9ec5065ba5
3
  size 7121
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:529ceca764f83140181f4f905c941481306ce3c3569336785d9b7e258e3dd833
3
  size 7121