michlea commited on
Commit
f9a2df5
·
verified ·
1 Parent(s): 03729d4

Training in progress, step 50

Browse files
README.md CHANGED
@@ -5,8 +5,8 @@ model_name: HidatoQwenModel
5
  tags:
6
  - generated_from_trainer
7
  - unsloth
8
- - trl
9
  - grpo
 
10
  licence: license
11
  ---
12
 
@@ -28,17 +28,17 @@ 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/avr83ay6)
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).
35
 
36
  ### Framework versions
37
 
38
- - TRL: 0.23.0
39
  - Transformers: 4.55.4
40
- - Pytorch: 2.7.1
41
- - Datasets: 3.6.0
42
  - Tokenizers: 0.21.4
43
 
44
  ## Citations
 
5
  tags:
6
  - generated_from_trainer
7
  - unsloth
 
8
  - grpo
9
+ - trl
10
  licence: license
11
  ---
12
 
 
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/x14d9l69)
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).
35
 
36
  ### Framework versions
37
 
38
+ - TRL: 0.22.2
39
  - Transformers: 4.55.4
40
+ - Pytorch: 2.7.0
41
+ - Datasets: 4.1.1
42
  - Tokenizers: 0.21.4
43
 
44
  ## Citations
adapter_config.json CHANGED
@@ -1,6 +1,10 @@
1
  {
2
  "alpha_pattern": {},
3
- "auto_mapping": null,
 
 
 
 
4
  "base_model_name_or_path": "unsloth/qwen2.5-3b-instruct-unsloth-bnb-4bit",
5
  "bias": "none",
6
  "corda_config": null,
@@ -25,13 +29,13 @@
25
  "rank_pattern": {},
26
  "revision": null,
27
  "target_modules": [
 
28
  "q_proj",
29
  "up_proj",
30
- "v_proj",
31
- "o_proj",
32
- "gate_proj",
33
  "down_proj",
34
- "k_proj"
 
 
35
  ],
36
  "target_parameters": null,
37
  "task_type": "CAUSAL_LM",
 
1
  {
2
  "alpha_pattern": {},
3
+ "auto_mapping": {
4
+ "base_model_class": "Qwen2ForCausalLM",
5
+ "parent_library": "transformers.models.qwen2.modeling_qwen2",
6
+ "unsloth_fixed": true
7
+ },
8
  "base_model_name_or_path": "unsloth/qwen2.5-3b-instruct-unsloth-bnb-4bit",
9
  "bias": "none",
10
  "corda_config": null,
 
29
  "rank_pattern": {},
30
  "revision": null,
31
  "target_modules": [
32
+ "gate_proj",
33
  "q_proj",
34
  "up_proj",
 
 
 
35
  "down_proj",
36
+ "k_proj",
37
+ "v_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:50d2559f24ac7844cec1711ca17f640f666d3c760c36f89e0561ee58ec28145d
3
  size 479005064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61c18c6ba36083ce8a5de53d95c0e7446a13b91eb4df3497d405ad4c1786a0e4
3
  size 479005064
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a21f2a1ad66e8b0b577ebebf57ff15b23c38c74200ea2a2e8549e07d45ee9a03
3
- size 7249
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f47ca104107db0990f56443d657e8d76852d3f24fa0efb2dba9b148ff6bf368
3
+ size 7185