End of training
Browse files- config.json +1 -1
- pytorch_model.bin +1 -1
- runs/Jun17_14-46-16_ed3f0bc201c1/1655477327.6033494/events.out.tfevents.1655477327.ed3f0bc201c1.66.1 +3 -0
- runs/Jun17_14-46-16_ed3f0bc201c1/events.out.tfevents.1655477327.ed3f0bc201c1.66.0 +3 -0
- special_tokens_map.json +5 -1
- tokenizer_config.json +13 -1
- training_args.bin +2 -2
config.json
CHANGED
@@ -55,7 +55,7 @@
|
|
55 |
"share_encoder_decoder_embeddings": true,
|
56 |
"static_position_embeddings": true,
|
57 |
"torch_dtype": "float32",
|
58 |
-
"transformers_version": "4.
|
59 |
"use_cache": true,
|
60 |
"vocab_size": 62834
|
61 |
}
|
|
|
55 |
"share_encoder_decoder_embeddings": true,
|
56 |
"static_position_embeddings": true,
|
57 |
"torch_dtype": "float32",
|
58 |
+
"transformers_version": "4.20.0",
|
59 |
"use_cache": true,
|
60 |
"vocab_size": 62834
|
61 |
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 305570245
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:71744868d3d545f8f7da417b9153e8791969d92bbe2c6acb346adeb6dcc88bba
|
3 |
size 305570245
|
runs/Jun17_14-46-16_ed3f0bc201c1/1655477327.6033494/events.out.tfevents.1655477327.ed3f0bc201c1.66.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:464257be6d5466c0062a9733d54444f497a00a3d7bdef7b129512d00894250fc
|
3 |
+
size 5600
|
runs/Jun17_14-46-16_ed3f0bc201c1/events.out.tfevents.1655477327.ed3f0bc201c1.66.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:13982a3c6749cef43089089d7905c9a30ef083f22b898eeed0db0fb1a8caeaa4
|
3 |
+
size 5939
|
special_tokens_map.json
CHANGED
@@ -1 +1,5 @@
|
|
1 |
-
{
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"eos_token": "</s>",
|
3 |
+
"pad_token": "<pad>",
|
4 |
+
"unk_token": "<unk>"
|
5 |
+
}
|
tokenizer_config.json
CHANGED
@@ -1 +1,13 @@
|
|
1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"eos_token": "</s>",
|
3 |
+
"model_max_length": 512,
|
4 |
+
"name_or_path": "Helsinki-NLP/opus-mt-ar-en",
|
5 |
+
"pad_token": "<pad>",
|
6 |
+
"separate_vocabs": false,
|
7 |
+
"source_lang": "ar",
|
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
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:cdd6d138dfa3b189283b4fb36ad8926df43237a64a3b7966826ba644e13484a6
|
3 |
+
size 3439
|