bishalbaaniya
commited on
Commit
•
aeaf222
1
Parent(s):
942bd58
Training in progress, epoch 1
Browse files- config.json +1 -1
- pytorch_model.bin +1 -1
- runs/Nov11_19-52-26_7a1b4228ed0d/1668197169.3387845/events.out.tfevents.1668197169.7a1b4228ed0d.106.1 +3 -0
- runs/Nov11_19-52-26_7a1b4228ed0d/events.out.tfevents.1668197169.7a1b4228ed0d.106.0 +3 -0
- source.spm +2 -2
- target.spm +2 -2
- tokenizer_config.json +3 -3
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "Helsinki-NLP/opus-mt-fr
|
3 |
"_num_labels": 3,
|
4 |
"activation_dropout": 0.0,
|
5 |
"activation_function": "swish",
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "Helsinki-NLP/opus-mt-en-fr",
|
3 |
"_num_labels": 3,
|
4 |
"activation_dropout": 0.0,
|
5 |
"activation_function": "swish",
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 298761157
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5f87f79883215deaca01facce4cb394230e9ea80c0eeb6f54c37bfa0fe0dce23
|
3 |
size 298761157
|
runs/Nov11_19-52-26_7a1b4228ed0d/1668197169.3387845/events.out.tfevents.1668197169.7a1b4228ed0d.106.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9bfe818e8ba8914983011034b1018602e16ddc118b4ff999f488bbac16e2322c
|
3 |
+
size 5740
|
runs/Nov11_19-52-26_7a1b4228ed0d/events.out.tfevents.1668197169.7a1b4228ed0d.106.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b62ee5012c6be314270876b9236ad2e8e5aeff44f3d7eeb515dd7b8302912d24
|
3 |
+
size 6608
|
source.spm
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:173e9f493a668fe396d599e28d414a201193094e6ffd7a4678e5aab0f6d3d838
|
3 |
+
size 778395
|
target.spm
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:78d0e717c77053f1c4b856d8661d9cb87c64f083a35418c087b9146300e4f585
|
3 |
+
size 802397
|
tokenizer_config.json
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
{
|
2 |
"eos_token": "</s>",
|
3 |
"model_max_length": 512,
|
4 |
-
"name_or_path": "Helsinki-NLP/opus-mt-fr
|
5 |
"pad_token": "<pad>",
|
6 |
"return_tensors": "pt",
|
7 |
"separate_vocabs": false,
|
8 |
-
"source_lang": "
|
9 |
"sp_model_kwargs": {},
|
10 |
"special_tokens_map_file": null,
|
11 |
-
"target_lang": "
|
12 |
"tokenizer_class": "MarianTokenizer",
|
13 |
"unk_token": "<unk>"
|
14 |
}
|
|
|
1 |
{
|
2 |
"eos_token": "</s>",
|
3 |
"model_max_length": 512,
|
4 |
+
"name_or_path": "Helsinki-NLP/opus-mt-en-fr",
|
5 |
"pad_token": "<pad>",
|
6 |
"return_tensors": "pt",
|
7 |
"separate_vocabs": false,
|
8 |
+
"source_lang": "en",
|
9 |
"sp_model_kwargs": {},
|
10 |
"special_tokens_map_file": null,
|
11 |
+
"target_lang": "fr",
|
12 |
"tokenizer_class": "MarianTokenizer",
|
13 |
"unk_token": "<unk>"
|
14 |
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3567
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:658adad6410fe10bb2b85281c367b58bcf27eb1e9c94aceb2b900b3837967849
|
3 |
size 3567
|