odats commited on
Commit
0c97ec7
·
verified ·
1 Parent(s): d4c3b6f

Training in progress, step 100

Browse files
README.md CHANGED
@@ -4,8 +4,8 @@ library_name: transformers
4
  model_name: nmt
5
  tags:
6
  - generated_from_trainer
7
- - grpo
8
  - trl
 
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/oleg-dats/nmt/runs/y1qtriux)
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: nmt
5
  tags:
6
  - generated_from_trainer
 
7
  - trl
8
+ - grpo
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/oleg-dats/nmt/runs/2ixkud5t)
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
  "revision": null,
29
  "target_modules": [
30
  "up_proj",
31
- "o_proj",
32
  "k_proj",
33
- "v_proj",
34
  "q_proj",
35
  "down_proj",
36
- "gate_proj"
 
37
  ],
38
  "task_type": "CAUSAL_LM",
39
  "trainable_token_indices": null,
 
28
  "revision": null,
29
  "target_modules": [
30
  "up_proj",
 
31
  "k_proj",
32
+ "o_proj",
33
  "q_proj",
34
  "down_proj",
35
+ "gate_proj",
36
+ "v_proj"
37
  ],
38
  "task_type": "CAUSAL_LM",
39
  "trainable_token_indices": null,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b774632159f6df91102d9b2ceaca15303e626645941ed28bb54bc81ed9fed22a
3
  size 1260191096
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6fca9cbc348d328e521ee81a005473145f04f1aef651f2b485932a148c8fb649
3
  size 1260191096
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:efb916066b6a1349830dcb25d4a7360bff0fc8d892b200a06e9bf137e6f90e40
3
  size 6392
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56bf876f6bb3cc4317493c7e348dd329e19163ec277906faf60680b3bd646db5
3
  size 6392