DevPanda004
commited on
Training in progress, step 24
Browse files- adapter_config.json +10 -10
- 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 |
-
"
|
27 |
"lm_heads.1",
|
28 |
-
"fc2",
|
29 |
-
"embed_tokens.1",
|
30 |
"lm_heads.3",
|
31 |
"lm_heads.0",
|
|
|
|
|
|
|
32 |
"embed_tokens.2",
|
33 |
-
"out_proj",
|
34 |
-
"enc_to_dec_proj",
|
35 |
"embed_tokens.3",
|
|
|
36 |
"v_proj",
|
37 |
-
"
|
38 |
-
"
|
39 |
-
"
|
40 |
-
"
|
41 |
-
"
|
42 |
],
|
43 |
"task_type": null,
|
44 |
"use_dora": false,
|
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
+
"fc1",
|
27 |
"lm_heads.1",
|
|
|
|
|
28 |
"lm_heads.3",
|
29 |
"lm_heads.0",
|
30 |
+
"k_proj",
|
31 |
+
"audio_enc_to_dec_proj",
|
32 |
+
"q_proj",
|
33 |
"embed_tokens.2",
|
|
|
|
|
34 |
"embed_tokens.3",
|
35 |
+
"embed_tokens.0",
|
36 |
"v_proj",
|
37 |
+
"fc2",
|
38 |
+
"out_proj",
|
39 |
+
"embed_tokens.1",
|
40 |
+
"enc_to_dec_proj",
|
41 |
+
"lm_heads.2"
|
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 42656200
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c13ef977165ed24c2be863acc6a05b49f40f99e2f998fe14e3305261fdb981ff
|
3 |
size 42656200
|
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:4a49f5a72ef5fa9bdb7698055d81ead6bdbe26e64b020ccf4f45917cd6e87343
|
3 |
size 5496
|