Training in progress, step 12
Browse files- adapter_config.json +11 -11
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -26,22 +26,22 @@
|
|
26 |
"rank_pattern": {},
|
27 |
"revision": null,
|
28 |
"target_modules": [
|
29 |
-
"
|
30 |
-
"
|
31 |
-
"embed_tokens.2",
|
32 |
"lm_heads.0",
|
33 |
-
"lm_heads.2",
|
34 |
-
"embed_tokens.3",
|
35 |
-
"enc_to_dec_proj",
|
36 |
-
"q_proj",
|
37 |
"v_proj",
|
|
|
38 |
"audio_enc_to_dec_proj",
|
39 |
-
"
|
|
|
40 |
"lm_heads.1",
|
41 |
"fc1",
|
42 |
-
"
|
43 |
-
"
|
44 |
-
"
|
|
|
|
|
|
|
45 |
],
|
46 |
"task_type": null,
|
47 |
"use_dora": false,
|
|
|
26 |
"rank_pattern": {},
|
27 |
"revision": null,
|
28 |
"target_modules": [
|
29 |
+
"out_proj",
|
30 |
+
"lm_heads.3",
|
|
|
31 |
"lm_heads.0",
|
|
|
|
|
|
|
|
|
32 |
"v_proj",
|
33 |
+
"embed_tokens.1",
|
34 |
"audio_enc_to_dec_proj",
|
35 |
+
"embed_tokens.3",
|
36 |
+
"k_proj",
|
37 |
"lm_heads.1",
|
38 |
"fc1",
|
39 |
+
"q_proj",
|
40 |
+
"lm_heads.2",
|
41 |
+
"embed_tokens.2",
|
42 |
+
"enc_to_dec_proj",
|
43 |
+
"embed_tokens.0",
|
44 |
+
"fc2"
|
45 |
],
|
46 |
"task_type": null,
|
47 |
"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:b3e25ab4c469442c3a4f3947a66b45f3a574cbe350af5bb769ae68f17aa9cb51
|
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 5496
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fb3b29040c3947c6b6135574912caf618771120311a56fd11fc333c1a6f02c3b
|
3 |
size 5496
|