aquiro1994 commited on
Commit
b4625f5
·
verified ·
1 Parent(s): 3d06887

End of training

Browse files
runs/Jun06_20-26-38_5aefe4f9a840/events.out.tfevents.1749241599.5aefe4f9a840.5036.5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1c9d6596ed9bacc98f3d1b8d2c89ce2bbcec98d5d4a352046896e76f9093b23f
3
- size 8682
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f442fede922a37dcca6f732589adbd9bca77dc300644da6b1b2c27ba6e024fc
3
+ size 9353
tokenizer.json CHANGED
@@ -1,7 +1,19 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
4
- "padding": null,
 
 
 
 
 
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 0,
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
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,
tokenizer_config.json CHANGED
@@ -933,20 +933,13 @@
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
  }
 
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": 8192,
 
941
  "pad_token": "[PAD]",
 
 
942
  "sep_token": "[SEP]",
 
943
  "tokenizer_class": "PreTrainedTokenizerFast",
 
 
944
  "unk_token": "[UNK]"
945
  }