Training in progress, step 500
Browse files- README.md +1 -1
- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- tokenizer.json +2 -2
- training_args.bin +2 -2
README.md
CHANGED
@@ -4,9 +4,9 @@ library_name: transformers
|
|
4 |
model_name: qwen2.5_coder_dslearn_os_sft_unsloth
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
-
- unsloth
|
8 |
- trl
|
9 |
- sft
|
|
|
10 |
licence: license
|
11 |
---
|
12 |
|
|
|
4 |
model_name: qwen2.5_coder_dslearn_os_sft_unsloth
|
5 |
tags:
|
6 |
- generated_from_trainer
|
|
|
7 |
- trl
|
8 |
- sft
|
9 |
+
- unsloth
|
10 |
licence: license
|
11 |
---
|
12 |
|
adapter_config.json
CHANGED
@@ -25,13 +25,13 @@
|
|
25 |
"rank_pattern": {},
|
26 |
"revision": null,
|
27 |
"target_modules": [
|
28 |
-
"gate_proj",
|
29 |
-
"up_proj",
|
30 |
"k_proj",
|
31 |
"o_proj",
|
32 |
"v_proj",
|
|
|
33 |
"q_proj",
|
34 |
-
"down_proj"
|
|
|
35 |
],
|
36 |
"task_type": "CAUSAL_LM",
|
37 |
"trainable_token_indices": null,
|
|
|
25 |
"rank_pattern": {},
|
26 |
"revision": null,
|
27 |
"target_modules": [
|
|
|
|
|
28 |
"k_proj",
|
29 |
"o_proj",
|
30 |
"v_proj",
|
31 |
+
"gate_proj",
|
32 |
"q_proj",
|
33 |
+
"down_proj",
|
34 |
+
"up_proj"
|
35 |
],
|
36 |
"task_type": "CAUSAL_LM",
|
37 |
"trainable_token_indices": null,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 161533192
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7c4c49edff5ab6ac1387cd7174a7541ad88639879aecca79563766ac24907700
|
3 |
size 161533192
|
tokenizer.json
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:a49c1b786ba7cd9c539085ebc8eb83025f6b16a7ce910a34b35957768c4b52a7
|
3 |
+
size 11422185
|
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:eb8c6d73855f7201cd1c937f711ba2a7b250676d280f9325661378b0e9f31663
|
3 |
+
size 6097
|