domenicrosati
commited on
Commit
•
9778890
1
Parent(s):
5fd81ac
Training in progress, step 500
Browse files- config.json +1 -1
- pytorch_model.bin +1 -1
- runs/Jul18_17-39-20_01ee06ba36d3/1658166205.8814213/events.out.tfevents.1658166205.01ee06ba36d3.33.1 +3 -0
- runs/Jul18_17-39-20_01ee06ba36d3/events.out.tfevents.1658166065.01ee06ba36d3.33.0 +3 -0
- special_tokens_map.json +1 -5
- tokenizer_config.json +1 -13
- training_args.bin +2 -2
config.json
CHANGED
@@ -57,7 +57,7 @@
|
|
57 |
"share_encoder_decoder_embeddings": true,
|
58 |
"static_position_embeddings": true,
|
59 |
"torch_dtype": "float32",
|
60 |
-
"transformers_version": "4.
|
61 |
"use_cache": true,
|
62 |
"vocab_size": 65001
|
63 |
}
|
|
|
57 |
"share_encoder_decoder_embeddings": true,
|
58 |
"static_position_embeddings": true,
|
59 |
"torch_dtype": "float32",
|
60 |
+
"transformers_version": "4.18.0",
|
61 |
"use_cache": true,
|
62 |
"vocab_size": 65001
|
63 |
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 310020485
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0c2b9a5c350f71167bab3b669aec3191f62747ba5056295cd884060a74b28d7f
|
3 |
size 310020485
|
runs/Jul18_17-39-20_01ee06ba36d3/1658166205.8814213/events.out.tfevents.1658166205.01ee06ba36d3.33.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4e30a1358e89e22a3194cce4c8510d186c58699506c3c5b64612e414e7c1afa2
|
3 |
+
size 5089
|
runs/Jul18_17-39-20_01ee06ba36d3/events.out.tfevents.1658166065.01ee06ba36d3.33.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:682d5cb1a7c7bc32a98a1faee20c1713e495df16c558af027f67699af44ee7c8
|
3 |
+
size 4562
|
special_tokens_map.json
CHANGED
@@ -1,5 +1 @@
|
|
1 |
-
{
|
2 |
-
"eos_token": "</s>",
|
3 |
-
"pad_token": "<pad>",
|
4 |
-
"unk_token": "<unk>"
|
5 |
-
}
|
|
|
1 |
+
{"eos_token": "</s>", "unk_token": "<unk>", "pad_token": "<pad>"}
|
|
|
|
|
|
|
|
tokenizer_config.json
CHANGED
@@ -1,13 +1 @@
|
|
1 |
-
{
|
2 |
-
"eos_token": "</s>",
|
3 |
-
"model_max_length": 512,
|
4 |
-
"name_or_path": "Helsinki-NLP/opus-mt-en-es",
|
5 |
-
"pad_token": "<pad>",
|
6 |
-
"separate_vocabs": false,
|
7 |
-
"source_lang": "eng",
|
8 |
-
"sp_model_kwargs": {},
|
9 |
-
"special_tokens_map_file": null,
|
10 |
-
"target_lang": "spa",
|
11 |
-
"tokenizer_class": "MarianTokenizer",
|
12 |
-
"unk_token": "<unk>"
|
13 |
-
}
|
|
|
1 |
+
{"source_lang": "eng", "target_lang": "spa", "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-en-es", "tokenizer_class": "MarianTokenizer"}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
training_args.bin
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:8422a2fb7cb701bd0556d869873f7bed7adcfdc229278b3d69e96d71b9856c81
|
3 |
+
size 3247
|