xiaosh9527
commited on
Commit
•
a286307
1
Parent(s):
66ca1ff
Training in progress, step 24
Browse files- adapter_config.json +11 -11
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -23,22 +23,22 @@
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
-
"k_proj",
|
27 |
-
"v_proj",
|
28 |
-
"lm_heads.3",
|
29 |
-
"q_proj",
|
30 |
-
"fc2",
|
31 |
-
"lm_heads.2",
|
32 |
"enc_to_dec_proj",
|
33 |
-
"
|
34 |
"embed_tokens.1",
|
35 |
-
"
|
|
|
|
|
36 |
"audio_enc_to_dec_proj",
|
37 |
-
"out_proj",
|
38 |
"lm_heads.1",
|
|
|
|
|
|
|
|
|
|
|
39 |
"embed_tokens.3",
|
40 |
-
"
|
41 |
-
"
|
42 |
],
|
43 |
"task_type": null,
|
44 |
"use_dora": false,
|
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
"enc_to_dec_proj",
|
27 |
+
"q_proj",
|
28 |
"embed_tokens.1",
|
29 |
+
"lm_heads.3",
|
30 |
+
"k_proj",
|
31 |
+
"fc2",
|
32 |
"audio_enc_to_dec_proj",
|
|
|
33 |
"lm_heads.1",
|
34 |
+
"lm_heads.2",
|
35 |
+
"embed_tokens.0",
|
36 |
+
"out_proj",
|
37 |
+
"v_proj",
|
38 |
+
"fc1",
|
39 |
"embed_tokens.3",
|
40 |
+
"embed_tokens.2",
|
41 |
+
"lm_heads.0"
|
42 |
],
|
43 |
"task_type": null,
|
44 |
"use_dora": false,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 87103456
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ee348d20edcb4241bb1537cc1de856ed0a2e74dede152d54a8e8b266b193644a
|
3 |
size 87103456
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5304
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aabe9049fbbff34b66dfbaba130c18e2a4e48ca2e4bdd25c63a27e1e0bb4bca3
|
3 |
size 5304
|