Training in progress, step 84
Browse files- adapter_config.json +10 -10
- adapter_model.safetensors +1 -1
- tokenizer.json +1 -8
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -23,22 +23,22 @@
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
-
"
|
|
|
27 |
"embed_tokens.0",
|
28 |
-
"embed_tokens.2",
|
29 |
-
"v_proj",
|
30 |
-
"q_proj",
|
31 |
"fc2",
|
32 |
-
"lm_heads.
|
33 |
-
"lm_heads.2",
|
34 |
"fc1",
|
35 |
-
"
|
36 |
-
"
|
|
|
37 |
"embed_tokens.3",
|
38 |
"k_proj",
|
39 |
-
"
|
|
|
40 |
"audio_enc_to_dec_proj",
|
41 |
-
"
|
|
|
42 |
],
|
43 |
"task_type": null,
|
44 |
"use_dora": false,
|
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
+
"embed_tokens.1",
|
27 |
+
"out_proj",
|
28 |
"embed_tokens.0",
|
|
|
|
|
|
|
29 |
"fc2",
|
30 |
+
"lm_heads.3",
|
|
|
31 |
"fc1",
|
32 |
+
"lm_heads.1",
|
33 |
+
"v_proj",
|
34 |
+
"q_proj",
|
35 |
"embed_tokens.3",
|
36 |
"k_proj",
|
37 |
+
"lm_heads.2",
|
38 |
+
"embed_tokens.2",
|
39 |
"audio_enc_to_dec_proj",
|
40 |
+
"enc_to_dec_proj",
|
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:60a4b2245bd0dec627f6173dfb9dc7d91998478a49ef9f6f9f6af428c6044879
|
3 |
size 87103456
|
tokenizer.json
CHANGED
@@ -1,14 +1,7 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
"truncation": null,
|
4 |
-
"padding":
|
5 |
-
"strategy": "BatchLongest",
|
6 |
-
"direction": "Right",
|
7 |
-
"pad_to_multiple_of": null,
|
8 |
-
"pad_id": 0,
|
9 |
-
"pad_type_id": 0,
|
10 |
-
"pad_token": "<pad>"
|
11 |
-
},
|
12 |
"added_tokens": [
|
13 |
{
|
14 |
"id": 0,
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
"truncation": null,
|
4 |
+
"padding": null,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
"added_tokens": [
|
6 |
{
|
7 |
"id": 0,
|
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:255ba7713e744d0903bde3b62178e44451088c2bc4cea92946c1f7d42c60755b
|
3 |
size 5304
|