Training in progress, epoch 1
Browse files- .gitattributes +2 -0
- .gitignore +1 -0
- config.json +61 -0
- pytorch_model.bin +3 -0
- runs/Jul19_02-00-38_adnis02/1689699651.3257234/events.out.tfevents.1689699651.adnis02.2235463.1 +3 -0
- runs/Jul19_02-00-38_adnis02/events.out.tfevents.1689699651.adnis02.2235463.0 +3 -0
- runs/Jul19_02-01-44_adnis02/1689699732.783833/events.out.tfevents.1689699732.adnis02.2235463.3 +3 -0
- runs/Jul19_02-01-44_adnis02/events.out.tfevents.1689699732.adnis02.2235463.2 +3 -0
- runs/Jul19_02-05-08_adnis02/1689699919.8575199/events.out.tfevents.1689699919.adnis02.2235463.5 +3 -0
- runs/Jul19_02-05-08_adnis02/events.out.tfevents.1689699919.adnis02.2235463.4 +3 -0
- runs/Jul19_02-11-45_adnis02/1689700352.082643/events.out.tfevents.1689700352.adnis02.2235463.7 +3 -0
- runs/Jul19_02-11-45_adnis02/events.out.tfevents.1689700352.adnis02.2235463.6 +3 -0
- runs/Jul19_02-13-23_adnis02/1689700412.068262/events.out.tfevents.1689700412.adnis02.2235463.9 +3 -0
- runs/Jul19_02-13-23_adnis02/events.out.tfevents.1689700412.adnis02.2235463.8 +3 -0
- runs/Jul19_02-14-03_adnis02/1689700451.859375/events.out.tfevents.1689700451.adnis02.2235463.11 +3 -0
- runs/Jul19_02-14-03_adnis02/events.out.tfevents.1689700451.adnis02.2235463.10 +3 -0
- runs/Jul19_02-16-29_adnis02/1689700605.8460908/events.out.tfevents.1689700605.adnis02.2235463.13 +3 -0
- runs/Jul19_02-16-29_adnis02/events.out.tfevents.1689700605.adnis02.2235463.12 +3 -0
- runs/Jul19_02-17-15_adnis02/1689700640.7586062/events.out.tfevents.1689700640.adnis02.2235463.15 +3 -0
- runs/Jul19_02-17-15_adnis02/1689700649.516636/events.out.tfevents.1689700649.adnis02.2235463.17 +3 -0
- runs/Jul19_02-17-15_adnis02/events.out.tfevents.1689700640.adnis02.2235463.14 +3 -0
- runs/Jul19_02-17-15_adnis02/events.out.tfevents.1689700649.adnis02.2235463.16 +3 -0
- runs/Jul19_11-27-40_adnis02/1689733669.2564487/events.out.tfevents.1689733669.adnis02.2237699.5 +3 -0
- runs/Jul19_11-27-40_adnis02/events.out.tfevents.1689733669.adnis02.2237699.4 +3 -0
- runs/Jul19_11-34-43_adnis02/1689734091.8595448/events.out.tfevents.1689734091.adnis02.2237699.7 +3 -0
- runs/Jul19_11-34-43_adnis02/events.out.tfevents.1689734091.adnis02.2237699.6 +3 -0
- source.spm +3 -0
- special_tokens_map.json +5 -0
- target.spm +3 -0
- tokenizer_config.json +13 -0
- training_args.bin +3 -0
- vocab.json +0 -0
.gitattributes
CHANGED
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
source.spm filter=lfs diff=lfs merge=lfs -text
|
37 |
+
target.spm filter=lfs diff=lfs merge=lfs -text
|
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "Helsinki-NLP/opus-mt-ja-en",
|
3 |
+
"_num_labels": 3,
|
4 |
+
"activation_dropout": 0.0,
|
5 |
+
"activation_function": "swish",
|
6 |
+
"add_bias_logits": false,
|
7 |
+
"add_final_layer_norm": false,
|
8 |
+
"architectures": [
|
9 |
+
"MarianMTModel"
|
10 |
+
],
|
11 |
+
"attention_dropout": 0.0,
|
12 |
+
"bad_words_ids": [
|
13 |
+
[
|
14 |
+
60715
|
15 |
+
]
|
16 |
+
],
|
17 |
+
"bos_token_id": 0,
|
18 |
+
"classif_dropout": 0.0,
|
19 |
+
"classifier_dropout": 0.0,
|
20 |
+
"d_model": 512,
|
21 |
+
"decoder_attention_heads": 8,
|
22 |
+
"decoder_ffn_dim": 2048,
|
23 |
+
"decoder_layerdrop": 0.0,
|
24 |
+
"decoder_layers": 6,
|
25 |
+
"decoder_start_token_id": 60715,
|
26 |
+
"decoder_vocab_size": 60716,
|
27 |
+
"dropout": 0.1,
|
28 |
+
"encoder_attention_heads": 8,
|
29 |
+
"encoder_ffn_dim": 2048,
|
30 |
+
"encoder_layerdrop": 0.0,
|
31 |
+
"encoder_layers": 6,
|
32 |
+
"eos_token_id": 0,
|
33 |
+
"forced_eos_token_id": 0,
|
34 |
+
"id2label": {
|
35 |
+
"0": "LABEL_0",
|
36 |
+
"1": "LABEL_1",
|
37 |
+
"2": "LABEL_2"
|
38 |
+
},
|
39 |
+
"init_std": 0.02,
|
40 |
+
"is_encoder_decoder": true,
|
41 |
+
"label2id": {
|
42 |
+
"LABEL_0": 0,
|
43 |
+
"LABEL_1": 1,
|
44 |
+
"LABEL_2": 2
|
45 |
+
},
|
46 |
+
"max_length": 512,
|
47 |
+
"max_position_embeddings": 512,
|
48 |
+
"model_type": "marian",
|
49 |
+
"normalize_before": false,
|
50 |
+
"normalize_embedding": false,
|
51 |
+
"num_beams": 6,
|
52 |
+
"num_hidden_layers": 6,
|
53 |
+
"pad_token_id": 60715,
|
54 |
+
"scale_embedding": true,
|
55 |
+
"share_encoder_decoder_embeddings": true,
|
56 |
+
"static_position_embeddings": true,
|
57 |
+
"torch_dtype": "float32",
|
58 |
+
"transformers_version": "4.27.4",
|
59 |
+
"use_cache": true,
|
60 |
+
"vocab_size": 60716
|
61 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:047e3c2c898280308bd4706ed46801adff481dad48733a88f0222e1ddf679050
|
3 |
+
size 301229701
|
runs/Jul19_02-00-38_adnis02/1689699651.3257234/events.out.tfevents.1689699651.adnis02.2235463.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5eb9fd7f561334b16b1f8d98fb40c3500c3f62683ff4624946be391ded4cced8
|
3 |
+
size 6096
|
runs/Jul19_02-00-38_adnis02/events.out.tfevents.1689699651.adnis02.2235463.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f186f386d294b5471344279757a1dfc9fa5f4752c723203a1b55798bb62df9b3
|
3 |
+
size 4863
|
runs/Jul19_02-01-44_adnis02/1689699732.783833/events.out.tfevents.1689699732.adnis02.2235463.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:15c35f0c83934a7ef479cf3dfedbea5e5c3e4d72466ed775e42971d46584595f
|
3 |
+
size 6096
|
runs/Jul19_02-01-44_adnis02/events.out.tfevents.1689699732.adnis02.2235463.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:426e3fa6aa1ca162f3be09ed31082852ebfbda71ba6ac6999cb6ebe67b9907b0
|
3 |
+
size 4861
|
runs/Jul19_02-05-08_adnis02/1689699919.8575199/events.out.tfevents.1689699919.adnis02.2235463.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fbc38f1f6b57132ce8a31d5ab0812a26f58926e9a2fd63964f195a432a83aaff
|
3 |
+
size 6096
|
runs/Jul19_02-05-08_adnis02/events.out.tfevents.1689699919.adnis02.2235463.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f8afa395bed728c3ba8030286eea565aa64e1f4c735a82a4073299f70b5b3517
|
3 |
+
size 4861
|
runs/Jul19_02-11-45_adnis02/1689700352.082643/events.out.tfevents.1689700352.adnis02.2235463.7
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e4e929da3a5bf2d7a0596a9472948575b96a6916dfc8423375286d47b4b75508
|
3 |
+
size 6096
|
runs/Jul19_02-11-45_adnis02/events.out.tfevents.1689700352.adnis02.2235463.6
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3d26b88cf6b42770dc1a0b92b1acdd6590f6d1b55085561c25d1c017eaf01152
|
3 |
+
size 4861
|
runs/Jul19_02-13-23_adnis02/1689700412.068262/events.out.tfevents.1689700412.adnis02.2235463.9
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5826fa9e4fb376c9ce0da5c3ca32e077d987e2eeb6a6ff48423654dfc29e281b
|
3 |
+
size 6096
|
runs/Jul19_02-13-23_adnis02/events.out.tfevents.1689700412.adnis02.2235463.8
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:63b8820980a9d30397a3ba8640ac19b4d8a8bcc6ac127bf1ccf6cf057f7aadbb
|
3 |
+
size 4861
|
runs/Jul19_02-14-03_adnis02/1689700451.859375/events.out.tfevents.1689700451.adnis02.2235463.11
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:57dc55f75da4b49709a7139a2ab951f6e88a187ec06855b76a8acd364988a0fb
|
3 |
+
size 6096
|
runs/Jul19_02-14-03_adnis02/events.out.tfevents.1689700451.adnis02.2235463.10
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:305cc736bf407302ff2bfbe6e51e4841cf3c7bcd20af65f07bfb275abb6547b4
|
3 |
+
size 4861
|
runs/Jul19_02-16-29_adnis02/1689700605.8460908/events.out.tfevents.1689700605.adnis02.2235463.13
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:20133935ab464cb205bf8efed03c0c95612ebfa0f3eee0be4667cb1e36efef60
|
3 |
+
size 6096
|
runs/Jul19_02-16-29_adnis02/events.out.tfevents.1689700605.adnis02.2235463.12
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:59d3018cb7056255949c5e6b7433cd1075c725de02134d2cc8c2be2deb6d660b
|
3 |
+
size 4863
|
runs/Jul19_02-17-15_adnis02/1689700640.7586062/events.out.tfevents.1689700640.adnis02.2235463.15
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e8be863252fd46cc31663cbbfa001f889765757766766fa68f12469ba91eeeb6
|
3 |
+
size 6096
|
runs/Jul19_02-17-15_adnis02/1689700649.516636/events.out.tfevents.1689700649.adnis02.2235463.17
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3c2cd0842fabfd466dec52ca5a37c44413bfa2e6e09a64c207e2e734610baf38
|
3 |
+
size 6096
|
runs/Jul19_02-17-15_adnis02/events.out.tfevents.1689700640.adnis02.2235463.14
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eff088161ee9bdc3b062901af10d2bc51732900ef7c44a6700aba34efec64bd3
|
3 |
+
size 4864
|
runs/Jul19_02-17-15_adnis02/events.out.tfevents.1689700649.adnis02.2235463.16
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7df55be1dd9d17b7d1676b70188bdd23ca046e1035c04f1d743c5b3ab802ceb1
|
3 |
+
size 4864
|
runs/Jul19_11-27-40_adnis02/1689733669.2564487/events.out.tfevents.1689733669.adnis02.2237699.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5e51988cd62d4878802be45aa67b209d555554b89ab16fc0d5f119345c137371
|
3 |
+
size 6096
|
runs/Jul19_11-27-40_adnis02/events.out.tfevents.1689733669.adnis02.2237699.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:088c40cdb441c4a38740165b13de5415c7ab1b410ced816e0a04e1e9d36fc112
|
3 |
+
size 5333
|
runs/Jul19_11-34-43_adnis02/1689734091.8595448/events.out.tfevents.1689734091.adnis02.2237699.7
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:92da80b09a2011961eb8ece556a2f19c1f695783eaf1ae9482a2bdb7d963a000
|
3 |
+
size 6096
|
runs/Jul19_11-34-43_adnis02/events.out.tfevents.1689734091.adnis02.2237699.6
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d84b189afe951f3e36b0927bff01ba2994978b727a41416f867d39ea15ef4682
|
3 |
+
size 6904
|
source.spm
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d0b5c3b10b5959f056ff2c86e2f2356129242ff1fc72d3a4a34d6a8c0eee4e57
|
3 |
+
size 781853
|
special_tokens_map.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"eos_token": "</s>",
|
3 |
+
"pad_token": "<pad>",
|
4 |
+
"unk_token": "<unk>"
|
5 |
+
}
|
target.spm
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:35d89c704e270d441fade716a3931d49c43179400682edcca7f180694982a2f6
|
3 |
+
size 801883
|
tokenizer_config.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"eos_token": "</s>",
|
3 |
+
"model_max_length": 512,
|
4 |
+
"pad_token": "<pad>",
|
5 |
+
"return_tensors": true,
|
6 |
+
"separate_vocabs": false,
|
7 |
+
"source_lang": "ja",
|
8 |
+
"sp_model_kwargs": {},
|
9 |
+
"special_tokens_map_file": null,
|
10 |
+
"target_lang": "en",
|
11 |
+
"tokenizer_class": "MarianTokenizer",
|
12 |
+
"unk_token": "<unk>"
|
13 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:194e178b6851b53c670cd256236a420aacae9c0d03f08f6305c1f1e9e6877844
|
3 |
+
size 3771
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|