oguzhanmeteozturk
commited on
Commit
•
2fbbc75
1
Parent(s):
c8a3f19
Training in progress, step 500
Browse files- config.json +1 -1
- pytorch_model.bin +2 -2
- runs/Jun29_21-50-51_04b49fceaf60/1688075657.6053503/events.out.tfevents.1688075657.04b49fceaf60.1540.1 +3 -0
- runs/Jun29_21-50-51_04b49fceaf60/events.out.tfevents.1688075657.04b49fceaf60.1540.0 +3 -0
- special_tokens_map.json +5 -1
- tokenizer_config.json +12 -1
- training_args.bin +2 -2
config.json
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"share_encoder_decoder_embeddings": true,
|
41 |
"static_position_embeddings": true,
|
42 |
"torch_dtype": "float32",
|
43 |
-
"transformers_version": "4.
|
44 |
"use_cache": true,
|
45 |
"vocab_size": 57060
|
46 |
}
|
|
|
40 |
"share_encoder_decoder_embeddings": true,
|
41 |
"static_position_embeddings": true,
|
42 |
"torch_dtype": "float32",
|
43 |
+
"transformers_version": "4.29.2",
|
44 |
"use_cache": true,
|
45 |
"vocab_size": 57060
|
46 |
}
|
pytorch_model.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:142a0ad8f590f1c8f8969f71feb2b3849b1fc8343159aa07b03efe7ca65200ec
|
3 |
+
size 939462021
|
runs/Jun29_21-50-51_04b49fceaf60/1688075657.6053503/events.out.tfevents.1688075657.04b49fceaf60.1540.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:875769ecf08e243678da72630c083395ca50bf3ce60cd5790942cff149e60860
|
3 |
+
size 6267
|
runs/Jun29_21-50-51_04b49fceaf60/events.out.tfevents.1688075657.04b49fceaf60.1540.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:72ae7c3b30f0aff9e6efb167887872d2704e915e2bc628199ae8d3c272785ee1
|
3 |
+
size 4877
|
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,12 @@
|
|
1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"clean_up_tokenization_spaces": true,
|
3 |
+
"eos_token": "</s>",
|
4 |
+
"model_max_length": 512,
|
5 |
+
"pad_token": "<pad>",
|
6 |
+
"separate_vocabs": false,
|
7 |
+
"source_lang": "en",
|
8 |
+
"sp_model_kwargs": {},
|
9 |
+
"target_lang": "tr",
|
10 |
+
"tokenizer_class": "MarianTokenizer",
|
11 |
+
"unk_token": "<unk>"
|
12 |
+
}
|
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:9bfeea92cbb418c0403cb4270c69d8ca6a9c3806d821db4395ab75be28d887b0
|
3 |
+
size 4091
|