Instructions to use NTQuoc/OpenRS-GRPO with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NTQuoc/OpenRS-GRPO with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("NTQuoc/OpenRS-GRPO", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 1
Browse files- adapter_config.json +8 -8
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -29,18 +29,18 @@
|
|
| 29 |
"rank_pattern": {},
|
| 30 |
"revision": null,
|
| 31 |
"target_modules": [
|
| 32 |
-
"
|
| 33 |
-
"o_proj",
|
| 34 |
-
"in_proj_b",
|
| 35 |
-
"in_proj_z",
|
| 36 |
-
"gate_proj",
|
| 37 |
"in_proj_qkv",
|
| 38 |
-
"in_proj_a",
|
| 39 |
"q_proj",
|
|
|
|
|
|
|
| 40 |
"up_proj",
|
| 41 |
-
"
|
|
|
|
| 42 |
"k_proj",
|
| 43 |
-
"
|
|
|
|
|
|
|
| 44 |
],
|
| 45 |
"target_parameters": null,
|
| 46 |
"task_type": "CAUSAL_LM",
|
|
|
|
| 29 |
"rank_pattern": {},
|
| 30 |
"revision": null,
|
| 31 |
"target_modules": [
|
| 32 |
+
"out_proj",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
"in_proj_qkv",
|
|
|
|
| 34 |
"q_proj",
|
| 35 |
+
"o_proj",
|
| 36 |
+
"in_proj_z",
|
| 37 |
"up_proj",
|
| 38 |
+
"in_proj_b",
|
| 39 |
+
"down_proj",
|
| 40 |
"k_proj",
|
| 41 |
+
"in_proj_a",
|
| 42 |
+
"gate_proj",
|
| 43 |
+
"v_proj"
|
| 44 |
],
|
| 45 |
"target_parameters": null,
|
| 46 |
"task_type": "CAUSAL_LM",
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 7672
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c3db897ff16039800699f0b21c16311d75110fbea7a2f28db8e453c89d4620f7
|
| 3 |
size 7672
|