Commit 路
10ad85b
1
Parent(s): a42aa02
Training in progress, epoch 1
Browse files- config.json +1 -1
- pytorch_model.bin +1 -1
- runs/Apr26_11-49-57_f16af88310cd/1682509946.6182683/events.out.tfevents.1682509946.f16af88310cd.3758.1 +3 -0
- runs/Apr26_11-49-57_f16af88310cd/events.out.tfevents.1682509946.f16af88310cd.3758.0 +3 -0
- tokenizer.json +2 -2
- tokenizer_config.json +1 -2
- training_args.bin +2 -2
config.json
CHANGED
|
@@ -21,7 +21,7 @@
|
|
| 21 |
"pad_token_id": 1,
|
| 22 |
"position_embedding_type": "absolute",
|
| 23 |
"torch_dtype": "float32",
|
| 24 |
-
"transformers_version": "4.
|
| 25 |
"type_vocab_size": 1,
|
| 26 |
"use_cache": true,
|
| 27 |
"vocab_size": 31274
|
|
|
|
| 21 |
"pad_token_id": 1,
|
| 22 |
"position_embedding_type": "absolute",
|
| 23 |
"torch_dtype": "float32",
|
| 24 |
+
"transformers_version": "4.28.1",
|
| 25 |
"type_vocab_size": 1,
|
| 26 |
"use_cache": true,
|
| 27 |
"vocab_size": 31274
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 437958701
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3565b29b8cdfdfefec704f0d74519dd5ed614b73e629f82c1e764738152e6336
|
| 3 |
size 437958701
|
runs/Apr26_11-49-57_f16af88310cd/1682509946.6182683/events.out.tfevents.1682509946.f16af88310cd.3758.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1fb9fb7f78bf5ffc77b4d4bcc783cb80960681c3fa2b6a09e9870cf896ca6eb8
|
| 3 |
+
size 5849
|
runs/Apr26_11-49-57_f16af88310cd/events.out.tfevents.1682509946.f16af88310cd.3758.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:209b616b3353ddd86eab5d48e90cde1d4543070f07d913cf32e54b7d77819084
|
| 3 |
+
size 4467
|
tokenizer.json
CHANGED
|
@@ -2,13 +2,13 @@
|
|
| 2 |
"version": "1.0",
|
| 3 |
"truncation": {
|
| 4 |
"direction": "Right",
|
| 5 |
-
"max_length":
|
| 6 |
"strategy": "OnlySecond",
|
| 7 |
"stride": 0
|
| 8 |
},
|
| 9 |
"padding": {
|
| 10 |
"strategy": {
|
| 11 |
-
"Fixed":
|
| 12 |
},
|
| 13 |
"direction": "Right",
|
| 14 |
"pad_to_multiple_of": null,
|
|
|
|
| 2 |
"version": "1.0",
|
| 3 |
"truncation": {
|
| 4 |
"direction": "Right",
|
| 5 |
+
"max_length": 512,
|
| 6 |
"strategy": "OnlySecond",
|
| 7 |
"stride": 0
|
| 8 |
},
|
| 9 |
"padding": {
|
| 10 |
"strategy": {
|
| 11 |
+
"Fixed": 512
|
| 12 |
},
|
| 13 |
"direction": "Right",
|
| 14 |
"pad_to_multiple_of": null,
|
tokenizer_config.json
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"bos_token": "<s>",
|
|
|
|
| 3 |
"cls_token": "<s>",
|
| 4 |
"eos_token": "</s>",
|
| 5 |
"extra_ids": 0,
|
|
@@ -12,11 +13,9 @@
|
|
| 12 |
"single_word": false
|
| 13 |
},
|
| 14 |
"model_max_length": 1000000000000000019884624838656,
|
| 15 |
-
"name_or_path": "ukr-models/xlm-roberta-base-uk",
|
| 16 |
"pad_token": "<pad>",
|
| 17 |
"sep_token": "</s>",
|
| 18 |
"sp_model_kwargs": {},
|
| 19 |
-
"special_tokens_map_file": "./xlm-roberta-base-uk/special_tokens_map.json",
|
| 20 |
"tokenizer_class": "XLMRobertaTokenizer",
|
| 21 |
"unk_token": "<unk>"
|
| 22 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"bos_token": "<s>",
|
| 3 |
+
"clean_up_tokenization_spaces": true,
|
| 4 |
"cls_token": "<s>",
|
| 5 |
"eos_token": "</s>",
|
| 6 |
"extra_ids": 0,
|
|
|
|
| 13 |
"single_word": false
|
| 14 |
},
|
| 15 |
"model_max_length": 1000000000000000019884624838656,
|
|
|
|
| 16 |
"pad_token": "<pad>",
|
| 17 |
"sep_token": "</s>",
|
| 18 |
"sp_model_kwargs": {},
|
|
|
|
| 19 |
"tokenizer_class": "XLMRobertaTokenizer",
|
| 20 |
"unk_token": "<unk>"
|
| 21 |
}
|
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:ff2ceceadfe3f9c873ce01d3e8d80981cdce1cfc34a083cfb4a179f3f1dfa5b9
|
| 3 |
+
size 3579
|