Training in progress, step 500
Browse files- README.md +1 -0
- adapter_config.json +5 -5
- adapter_model.safetensors +2 -2
- training_args.bin +2 -2
README.md
CHANGED
|
@@ -6,6 +6,7 @@ tags:
|
|
| 6 |
- generated_from_trainer
|
| 7 |
- grpo
|
| 8 |
- trl
|
|
|
|
| 9 |
licence: license
|
| 10 |
---
|
| 11 |
|
|
|
|
| 6 |
- generated_from_trainer
|
| 7 |
- grpo
|
| 8 |
- trl
|
| 9 |
+
- hf_jobs
|
| 10 |
licence: license
|
| 11 |
---
|
| 12 |
|
adapter_config.json
CHANGED
|
@@ -25,13 +25,13 @@
|
|
| 25 |
"rank_pattern": {},
|
| 26 |
"revision": null,
|
| 27 |
"target_modules": [
|
| 28 |
-
"k_proj",
|
| 29 |
-
"up_proj",
|
| 30 |
-
"o_proj",
|
| 31 |
"gate_proj",
|
| 32 |
-
"v_proj",
|
| 33 |
"q_proj",
|
| 34 |
-
"down_proj"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
],
|
| 36 |
"target_parameters": null,
|
| 37 |
"task_type": "CAUSAL_LM",
|
|
|
|
| 25 |
"rank_pattern": {},
|
| 26 |
"revision": null,
|
| 27 |
"target_modules": [
|
|
|
|
|
|
|
|
|
|
| 28 |
"gate_proj",
|
|
|
|
| 29 |
"q_proj",
|
| 30 |
+
"down_proj",
|
| 31 |
+
"v_proj",
|
| 32 |
+
"up_proj",
|
| 33 |
+
"o_proj",
|
| 34 |
+
"k_proj"
|
| 35 |
],
|
| 36 |
"target_parameters": null,
|
| 37 |
"task_type": "CAUSAL_LM",
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7b5afa24ee694714b6ad2a1079fd17d780dbba004b12bd3f3ee047682dc35671
|
| 3 |
+
size 37253648
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5e0050b78e0dc2d79e5284709579f2e9911d4786ae1e0f3f3e5bd45a8fdd02a6
|
| 3 |
+
size 8593
|