sergiopaniego HF Staff commited on
Commit
26657d8
·
verified ·
1 Parent(s): 5efeded

Training in progress, step 10

Browse files
README.md CHANGED
@@ -4,8 +4,8 @@ library_name: transformers
4
  model_name: wordle-grpo-Qwen3-1.7B-Instruct-wandb
5
  tags:
6
  - generated_from_trainer
7
- - trl
8
  - grpo
 
9
  licence: license
10
  ---
11
 
@@ -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/sergiopaniego/wordle-grpo-Qwen3-1.7B-Instruct-wandb/runs/ox0wwibn)
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).
 
4
  model_name: wordle-grpo-Qwen3-1.7B-Instruct-wandb
5
  tags:
6
  - generated_from_trainer
 
7
  - grpo
8
+ - trl
9
  licence: license
10
  ---
11
 
 
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/sergiopaniego/wordle-grpo-Qwen3-1.7B-Instruct-wandb/runs/o6g3em6j)
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).
adapter_config.json CHANGED
@@ -28,12 +28,12 @@
28
  "rank_pattern": {},
29
  "revision": null,
30
  "target_modules": [
31
- "v_proj",
32
- "q_proj",
33
  "o_proj",
34
- "gate_proj",
35
- "k_proj",
36
  "up_proj",
 
 
 
 
37
  "down_proj"
38
  ],
39
  "target_parameters": null,
 
28
  "rank_pattern": {},
29
  "revision": null,
30
  "target_modules": [
 
 
31
  "o_proj",
 
 
32
  "up_proj",
33
+ "q_proj",
34
+ "k_proj",
35
+ "v_proj",
36
+ "gate_proj",
37
  "down_proj"
38
  ],
39
  "target_parameters": null,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e376817a82b8e5545514c3f07360dfcab87c9a31539361c960cab7275754c50d
3
  size 139512976
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82a847e06e6cb984166ddc40ddddf9ea3b324689e85f86555a65f73c7f975b18
3
  size 139512976
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f7fc1d4cd75a8f2f4c477365ed07235a52246450ffddaf15157c91536a470aae
3
  size 7953
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d0eb746c7ef7c04377c1bb44be08b6b726104dabd955fad51962923fd3cb9e5
3
  size 7953