PontifexMaximus
commited on
Commit
·
cfe2084
1
Parent(s):
a32c4a4
Training in progress, step 500
Browse files- .gitattributes +2 -0
- .gitignore +1 -0
- config.json +61 -0
- pytorch_model.bin +3 -0
- runs/May31_06-08-42_0fc89383a49d/1653977335.369702/events.out.tfevents.1653977335.0fc89383a49d.451.1 +3 -0
- runs/May31_06-08-42_0fc89383a49d/events.out.tfevents.1653977335.0fc89383a49d.451.0 +3 -0
- runs/May31_06-09-44_0fc89383a49d/1653977391.0308783/events.out.tfevents.1653977391.0fc89383a49d.451.3 +3 -0
- runs/May31_06-09-44_0fc89383a49d/events.out.tfevents.1653977391.0fc89383a49d.451.2 +3 -0
- runs/May31_06-12-29_0fc89383a49d/1653977555.6002605/events.out.tfevents.1653977555.0fc89383a49d.451.5 +3 -0
- runs/May31_06-12-29_0fc89383a49d/events.out.tfevents.1653977555.0fc89383a49d.451.4 +3 -0
- runs/May31_06-17-05_0fc89383a49d/1653977837.511003/events.out.tfevents.1653977837.0fc89383a49d.938.1 +3 -0
- runs/May31_06-17-05_0fc89383a49d/events.out.tfevents.1653977837.0fc89383a49d.938.0 +3 -0
- runs/May31_06-22-21_0fc89383a49d/1653978175.640509/events.out.tfevents.1653978175.0fc89383a49d.1154.1 +3 -0
- runs/May31_06-22-21_0fc89383a49d/events.out.tfevents.1653978175.0fc89383a49d.1154.0 +3 -0
- runs/May31_06-31-38_0fc89383a49d/1653978704.3111632/events.out.tfevents.1653978704.0fc89383a49d.1154.3 +3 -0
- runs/May31_06-31-38_0fc89383a49d/events.out.tfevents.1653978704.0fc89383a49d.1154.2 +3 -0
- source.spm +3 -0
- special_tokens_map.json +1 -0
- target.spm +3 -0
- tokenizer_config.json +1 -0
- training_args.bin +3 -0
- vocab.json +0 -0
.gitattributes
CHANGED
@@ -25,3 +25,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
25 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
26 |
*.zstandard filter=lfs diff=lfs merge=lfs -text
|
27 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
25 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
26 |
*.zstandard filter=lfs diff=lfs merge=lfs -text
|
27 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
28 |
+
source.spm filter=lfs diff=lfs merge=lfs -text
|
29 |
+
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-iir-en",
|
3 |
+
"activation_dropout": 0.0,
|
4 |
+
"activation_function": "swish",
|
5 |
+
"add_bias_logits": false,
|
6 |
+
"add_final_layer_norm": false,
|
7 |
+
"architectures": [
|
8 |
+
"MarianMTModel"
|
9 |
+
],
|
10 |
+
"attention_dropout": 0.0,
|
11 |
+
"bad_words_ids": [
|
12 |
+
[
|
13 |
+
62147
|
14 |
+
]
|
15 |
+
],
|
16 |
+
"bos_token_id": 0,
|
17 |
+
"classif_dropout": 0.0,
|
18 |
+
"classifier_dropout": 0.0,
|
19 |
+
"d_model": 512,
|
20 |
+
"decoder_attention_heads": 8,
|
21 |
+
"decoder_ffn_dim": 2048,
|
22 |
+
"decoder_layerdrop": 0.0,
|
23 |
+
"decoder_layers": 6,
|
24 |
+
"decoder_start_token_id": 62147,
|
25 |
+
"decoder_vocab_size": 62148,
|
26 |
+
"dropout": 0.1,
|
27 |
+
"encoder_attention_heads": 8,
|
28 |
+
"encoder_ffn_dim": 2048,
|
29 |
+
"encoder_layerdrop": 0.0,
|
30 |
+
"encoder_layers": 6,
|
31 |
+
"eos_token_id": 0,
|
32 |
+
"extra_pos_embeddings": 62148,
|
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": 62147,
|
54 |
+
"scale_embedding": true,
|
55 |
+
"share_encoder_decoder_embeddings": true,
|
56 |
+
"static_position_embeddings": true,
|
57 |
+
"torch_dtype": "float32",
|
58 |
+
"transformers_version": "4.19.2",
|
59 |
+
"use_cache": true,
|
60 |
+
"vocab_size": 62148
|
61 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e5628db2744ddbadc50a59a4b2b8fbd9942a1ae2584c5c3fc7d1b8c22e5a6c7
|
3 |
+
size 304169959
|
runs/May31_06-08-42_0fc89383a49d/1653977335.369702/events.out.tfevents.1653977335.0fc89383a49d.451.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:55217a533f61b473fb49df5f57fc8e2e1815fd17e9fb06e930ec87f588b3ba6d
|
3 |
+
size 5442
|
runs/May31_06-08-42_0fc89383a49d/events.out.tfevents.1653977335.0fc89383a49d.451.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:723dcd313e636e79f627f3726d5b1bcbf6e7bad5f543d3a451cdb5ad2132c175
|
3 |
+
size 4425
|
runs/May31_06-09-44_0fc89383a49d/1653977391.0308783/events.out.tfevents.1653977391.0fc89383a49d.451.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:da901c5dcb22fdb38067a2e853498e9928af8b90a107a605cb6b445c1a3e8ac5
|
3 |
+
size 5442
|
runs/May31_06-09-44_0fc89383a49d/events.out.tfevents.1653977391.0fc89383a49d.451.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a353f14a17f97fc0f01a988a7e416c4aaceb5c8a4f342ac9acc141794125fba3
|
3 |
+
size 4425
|
runs/May31_06-12-29_0fc89383a49d/1653977555.6002605/events.out.tfevents.1653977555.0fc89383a49d.451.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dc676d156d8644ab87499397fa3707445d88359985bcc129a5f11f6d6d1446ff
|
3 |
+
size 5442
|
runs/May31_06-12-29_0fc89383a49d/events.out.tfevents.1653977555.0fc89383a49d.451.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:54023b0ed52a22feee66b28ecac36363ac827225d33b221bcc4a8f83734e152b
|
3 |
+
size 4426
|
runs/May31_06-17-05_0fc89383a49d/1653977837.511003/events.out.tfevents.1653977837.0fc89383a49d.938.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c0305e639b9fc6b197870261f3fd8f139d096c7a8e97dd2d887b34f3d5e19d23
|
3 |
+
size 5442
|
runs/May31_06-17-05_0fc89383a49d/events.out.tfevents.1653977837.0fc89383a49d.938.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3c656c1d800d7bc1eb75aae3329fa2f30e49db6ecb5a51c92e4c9232c7d1da9a
|
3 |
+
size 4426
|
runs/May31_06-22-21_0fc89383a49d/1653978175.640509/events.out.tfevents.1653978175.0fc89383a49d.1154.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dd95907a3aa7a8d5f02b3b0edaeb117008e03891d01277f3e97e020f6a54a7c2
|
3 |
+
size 5442
|
runs/May31_06-22-21_0fc89383a49d/events.out.tfevents.1653978175.0fc89383a49d.1154.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d891ddb7a840e2962b2512c6084722258c2e9293006483d7659a019bb2587745
|
3 |
+
size 5165
|
runs/May31_06-31-38_0fc89383a49d/1653978704.3111632/events.out.tfevents.1653978704.0fc89383a49d.1154.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:97f44b862350e48d8a957a9d7b0eefaaf3fdc51bae77be2efc9f8b57b1e53499
|
3 |
+
size 5442
|
runs/May31_06-31-38_0fc89383a49d/events.out.tfevents.1653978704.0fc89383a49d.1154.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b50c064e4762ecec8374e432e98d7208d7e4bca787a146c1921c87a6fb261683
|
3 |
+
size 4582
|
source.spm
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8f14c1840d33660c20369afce6f7622f636157502a01a1b0587a39b97839f86e
|
3 |
+
size 928483
|
special_tokens_map.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"eos_token": "</s>", "unk_token": "<unk>", "pad_token": "<pad>"}
|
target.spm
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7dc1189e0d60b63e3d1aac08def7f982b3b635c17dfc393c441408280e97ec55
|
3 |
+
size 801972
|
tokenizer_config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"source_lang": "iir", "target_lang": "eng", "unk_token": "<unk>", "eos_token": "</s>", "pad_token": "<pad>", "model_max_length": 512, "sp_model_kwargs": {}, "separate_vocabs": false, "special_tokens_map_file": null, "name_or_path": "Helsinki-NLP/opus-mt-iir-en", "tokenizer_class": "MarianTokenizer"}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:96b444c5dfac80ec59b4888d099b63db55b3f152b1d078b5cbed3916e3001e1a
|
3 |
+
size 3375
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|