Markio/JP_to_EN_translation_model
Browse files
adapter_config.json
CHANGED
|
@@ -24,13 +24,14 @@
|
|
| 24 |
"rank_pattern": {},
|
| 25 |
"revision": null,
|
| 26 |
"target_modules": [
|
| 27 |
-
"
|
| 28 |
-
"
|
| 29 |
-
"
|
| 30 |
-
"
|
| 31 |
-
"
|
| 32 |
-
"
|
| 33 |
-
"
|
|
|
|
| 34 |
],
|
| 35 |
"task_type": "SEQ_2_SEQ_LM",
|
| 36 |
"use_dora": false,
|
|
|
|
| 24 |
"rank_pattern": {},
|
| 25 |
"revision": null,
|
| 26 |
"target_modules": [
|
| 27 |
+
"dense_h_to_4h",
|
| 28 |
+
"attn",
|
| 29 |
+
"q_proj",
|
| 30 |
+
"v_proj",
|
| 31 |
+
"embed_tokens",
|
| 32 |
+
"lm_head",
|
| 33 |
+
"k_proj",
|
| 34 |
+
"dense_4h_to_h"
|
| 35 |
],
|
| 36 |
"task_type": "SEQ_2_SEQ_LM",
|
| 37 |
"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
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fda735d3d7d19b3a5f26024d2c7be1d199652b35325731cf0d1793addf2dc339
|
| 3 |
+
size 800457080
|
runs/Dec21_10-03-22_50b6c331165a/events.out.tfevents.1734775602.50b6c331165a.40.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6760a314b87b7d81831c44af6b10758fd5baa621dc9fffb5602332ffebe6cd6e
|
| 3 |
+
size 28429
|
special_tokens_map.json
CHANGED
|
@@ -6,7 +6,13 @@
|
|
| 6 |
"rstrip": false,
|
| 7 |
"single_word": false
|
| 8 |
},
|
| 9 |
-
"pad_token":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
"unk_token": {
|
| 11 |
"content": "<unk>",
|
| 12 |
"lstrip": false,
|
|
|
|
| 6 |
"rstrip": false,
|
| 7 |
"single_word": false
|
| 8 |
},
|
| 9 |
+
"pad_token": {
|
| 10 |
+
"content": "<pad>",
|
| 11 |
+
"lstrip": false,
|
| 12 |
+
"normalized": false,
|
| 13 |
+
"rstrip": false,
|
| 14 |
+
"single_word": false
|
| 15 |
+
},
|
| 16 |
"unk_token": {
|
| 17 |
"content": "<unk>",
|
| 18 |
"lstrip": false,
|
tokenizer.json
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:61d547adb321365035ae675f04d4b6cd25da8e72fed4b6cebfdafffd8fe44392
|
| 3 |
+
size 16350183
|
tokenizer_config.json
CHANGED
|
@@ -833,7 +833,7 @@
|
|
| 833 |
"extra_special_tokens": {},
|
| 834 |
"legacy": true,
|
| 835 |
"model_max_length": 1000000000000000019884624838656,
|
| 836 |
-
"pad_token": "
|
| 837 |
"sp_model_kwargs": {},
|
| 838 |
"tokenizer_class": "T5Tokenizer",
|
| 839 |
"unk_token": "<unk>"
|
|
|
|
| 833 |
"extra_special_tokens": {},
|
| 834 |
"legacy": true,
|
| 835 |
"model_max_length": 1000000000000000019884624838656,
|
| 836 |
+
"pad_token": "<pad>",
|
| 837 |
"sp_model_kwargs": {},
|
| 838 |
"tokenizer_class": "T5Tokenizer",
|
| 839 |
"unk_token": "<unk>"
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5560
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:411773f7fee8e93650792971b856bc148850787969d94ec3e6ed200b0553dd6a
|
| 3 |
size 5560
|