BlackKakapo
commited on
Commit
•
c5f015f
1
Parent(s):
a275755
Upload 9 files
Browse files- config.json +1 -1
- generation_config.json +0 -1
- pytorch_model.bin +1 -1
- tokenizer_config.json +3 -2
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "opus-mt-en-ro-
|
3 |
"_num_labels": 3,
|
4 |
"activation_dropout": 0.0,
|
5 |
"activation_function": "swish",
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "opus-mt-en-ro-v6",
|
3 |
"_num_labels": 3,
|
4 |
"activation_dropout": 0.0,
|
5 |
"activation_function": "swish",
|
generation_config.json
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
{
|
2 |
-
"_from_model_config": true,
|
3 |
"bad_words_ids": [
|
4 |
[
|
5 |
59542
|
|
|
1 |
{
|
|
|
2 |
"bad_words_ids": [
|
3 |
[
|
4 |
59542
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 298822725
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6d3c5c7ccb01abb9246a6f66c559268dd62bdf28be852aa5a82995ac372224d8
|
3 |
size 298822725
|
tokenizer_config.json
CHANGED
@@ -1,12 +1,13 @@
|
|
1 |
{
|
|
|
2 |
"eos_token": "</s>",
|
3 |
"model_max_length": 512,
|
4 |
-
"name_or_path": "opus-mt-en-ro-
|
5 |
"pad_token": "<pad>",
|
6 |
"separate_vocabs": false,
|
7 |
"source_lang": "en",
|
8 |
"sp_model_kwargs": {},
|
9 |
-
"special_tokens_map_file":
|
10 |
"target_lang": "ro",
|
11 |
"tokenizer_class": "MarianTokenizer",
|
12 |
"unk_token": "<unk>"
|
|
|
1 |
{
|
2 |
+
"clean_up_tokenization_spaces": true,
|
3 |
"eos_token": "</s>",
|
4 |
"model_max_length": 512,
|
5 |
+
"name_or_path": "opus-mt-en-ro-v6",
|
6 |
"pad_token": "<pad>",
|
7 |
"separate_vocabs": false,
|
8 |
"source_lang": "en",
|
9 |
"sp_model_kwargs": {},
|
10 |
+
"special_tokens_map_file": "opus-mt-en-ro-v5/special_tokens_map.json",
|
11 |
"target_lang": "ro",
|
12 |
"tokenizer_class": "MarianTokenizer",
|
13 |
"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 3579
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6684ae59a262c78aa56becdf27e60ef754edf2ef39178ab3c9a1ec86320764a5
|
3 |
size 3579
|