End of training
Browse files
runs/Jun06_19-54-48_5aefe4f9a840/events.out.tfevents.1749239893.5aefe4f9a840.5036.3
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:355eecd187010c166db936eb10b8171234b97bc10aac49e85a3e409e4c129eba
|
3 |
+
size 9376
|
tokenizer.json
CHANGED
@@ -1,19 +1,7 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
4 |
-
|
5 |
-
"max_length": 8192,
|
6 |
-
"strategy": "LongestFirst",
|
7 |
-
"stride": 0
|
8 |
-
},
|
9 |
-
"padding": {
|
10 |
-
"strategy": "BatchLongest",
|
11 |
-
"direction": "Right",
|
12 |
-
"pad_to_multiple_of": null,
|
13 |
-
"pad_id": 50283,
|
14 |
-
"pad_type_id": 0,
|
15 |
-
"pad_token": "[PAD]"
|
16 |
-
},
|
17 |
"added_tokens": [
|
18 |
{
|
19 |
"id": 0,
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
+
"truncation": null,
|
4 |
+
"padding": null,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
"added_tokens": [
|
6 |
{
|
7 |
"id": 0,
|
tokenizer_config.json
CHANGED
@@ -933,13 +933,20 @@
|
|
933 |
"cls_token": "[CLS]",
|
934 |
"extra_special_tokens": {},
|
935 |
"mask_token": "[MASK]",
|
|
|
936 |
"model_input_names": [
|
937 |
"input_ids",
|
938 |
"attention_mask"
|
939 |
],
|
940 |
-
"model_max_length":
|
|
|
941 |
"pad_token": "[PAD]",
|
|
|
|
|
942 |
"sep_token": "[SEP]",
|
|
|
943 |
"tokenizer_class": "PreTrainedTokenizerFast",
|
|
|
|
|
944 |
"unk_token": "[UNK]"
|
945 |
}
|
|
|
933 |
"cls_token": "[CLS]",
|
934 |
"extra_special_tokens": {},
|
935 |
"mask_token": "[MASK]",
|
936 |
+
"max_length": 512,
|
937 |
"model_input_names": [
|
938 |
"input_ids",
|
939 |
"attention_mask"
|
940 |
],
|
941 |
+
"model_max_length": 512,
|
942 |
+
"pad_to_multiple_of": null,
|
943 |
"pad_token": "[PAD]",
|
944 |
+
"pad_token_type_id": 0,
|
945 |
+
"padding_side": "right",
|
946 |
"sep_token": "[SEP]",
|
947 |
+
"stride": 0,
|
948 |
"tokenizer_class": "PreTrainedTokenizerFast",
|
949 |
+
"truncation_side": "right",
|
950 |
+
"truncation_strategy": "longest_first",
|
951 |
"unk_token": "[UNK]"
|
952 |
}
|