Training in progress, step 120
Browse files- README.md +1 -1
- adapter_config.json +5 -5
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -4,9 +4,9 @@ library_name: transformers
|
|
4 |
model_name: qwen3-coder-react-lora-final
|
5 |
tags:
|
6 |
- generated_from_trainer
|
|
|
7 |
- sft
|
8 |
- trl
|
9 |
-
- unsloth
|
10 |
licence: license
|
11 |
---
|
12 |
|
|
|
4 |
model_name: qwen3-coder-react-lora-final
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
+
- unsloth
|
8 |
- sft
|
9 |
- trl
|
|
|
10 |
licence: license
|
11 |
---
|
12 |
|
adapter_config.json
CHANGED
@@ -28,18 +28,18 @@
|
|
28 |
"rank_pattern": {},
|
29 |
"revision": null,
|
30 |
"target_modules": [
|
31 |
-
"
|
32 |
"gate_proj",
|
33 |
-
"k_proj",
|
34 |
-
"o_proj",
|
35 |
"q_proj",
|
36 |
"v_proj",
|
37 |
-
"
|
|
|
|
|
38 |
],
|
39 |
"target_parameters": null,
|
40 |
"task_type": null,
|
41 |
"trainable_token_indices": null,
|
42 |
"use_dora": false,
|
43 |
"use_qalora": false,
|
44 |
-
"use_rslora":
|
45 |
}
|
|
|
28 |
"rank_pattern": {},
|
29 |
"revision": null,
|
30 |
"target_modules": [
|
31 |
+
"down_proj",
|
32 |
"gate_proj",
|
|
|
|
|
33 |
"q_proj",
|
34 |
"v_proj",
|
35 |
+
"up_proj",
|
36 |
+
"o_proj",
|
37 |
+
"k_proj"
|
38 |
],
|
39 |
"target_parameters": null,
|
40 |
"task_type": null,
|
41 |
"trainable_token_indices": null,
|
42 |
"use_dora": false,
|
43 |
"use_qalora": false,
|
44 |
+
"use_rslora": false
|
45 |
}
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3380768360
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:517e89777cd0acc23adc7844c9140c49862b632bbe55e0d37e4bbc779c613a97
|
3 |
size 3380768360
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6353
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c47959f4c81dcb5cc476e8d02fd692e443b4d45c58fa790a42d9629281c83403
|
3 |
size 6353
|