anirudhamar
commited on
Training in progress, step 12
Browse files- adapter_config.json +9 -9
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -26,21 +26,21 @@
|
|
26 |
"rank_pattern": {},
|
27 |
"revision": null,
|
28 |
"target_modules": [
|
29 |
-
"
|
30 |
"lm_heads.1",
|
31 |
-
"
|
32 |
-
"k_proj",
|
33 |
"lm_heads.0",
|
|
|
|
|
|
|
|
|
34 |
"q_proj",
|
35 |
-
"lm_heads.2",
|
36 |
"audio_enc_to_dec_proj",
|
37 |
-
"
|
|
|
38 |
"embed_tokens.3",
|
39 |
"out_proj",
|
40 |
-
"
|
41 |
-
"v_proj",
|
42 |
-
"embed_tokens.1",
|
43 |
-
"fc2",
|
44 |
"embed_tokens.0"
|
45 |
],
|
46 |
"task_type": null,
|
|
|
26 |
"rank_pattern": {},
|
27 |
"revision": null,
|
28 |
"target_modules": [
|
29 |
+
"embed_tokens.2",
|
30 |
"lm_heads.1",
|
31 |
+
"embed_tokens.1",
|
|
|
32 |
"lm_heads.0",
|
33 |
+
"fc1",
|
34 |
+
"v_proj",
|
35 |
+
"fc2",
|
36 |
+
"lm_heads.3",
|
37 |
"q_proj",
|
|
|
38 |
"audio_enc_to_dec_proj",
|
39 |
+
"k_proj",
|
40 |
+
"enc_to_dec_proj",
|
41 |
"embed_tokens.3",
|
42 |
"out_proj",
|
43 |
+
"lm_heads.2",
|
|
|
|
|
|
|
44 |
"embed_tokens.0"
|
45 |
],
|
46 |
"task_type": null,
|
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:b77da4d08d927f83c7fdfce57b0ed0bd0971f0a031819e22abe7487e65c4800f
|
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:13039b325ea5494a0c83cc2acd8a0b169eaa3dc1464675f57e24f033068a53b2
|
3 |
size 5496
|