olonok commited on
Commit
20a3667
1 Parent(s): 9df97f8

End of training

Browse files
logs/events.out.tfevents.1704317822.7ea6e5b56716.42.1 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a41095a194f3ac1eea20868b972afadf2462233b0e760e961267ab203a9a305c
3
- size 6060
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58f1dc4c4fdc64edf12ef6321de47d19f991325a246b8faa345e8f840b51a02c
3
+ size 6571
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e29a89288d1ee7539660b5c92e72c714fab4e9d2dd03aa942915fdc78abdd982
3
  size 990345064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:923a740d9d602436f0bcfd83a35516f3f5dcff1bf4f9102a8a0cb489a41f2b76
3
  size 990345064
special_tokens_map.json CHANGED
@@ -101,7 +101,25 @@
101
  "<extra_id_98>",
102
  "<extra_id_99>"
103
  ],
104
- "eos_token": "</s>",
105
- "pad_token": "<pad>",
106
- "unk_token": "<unk>"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
107
  }
 
101
  "<extra_id_98>",
102
  "<extra_id_99>"
103
  ],
104
+ "eos_token": {
105
+ "content": "</s>",
106
+ "lstrip": false,
107
+ "normalized": false,
108
+ "rstrip": false,
109
+ "single_word": false
110
+ },
111
+ "pad_token": {
112
+ "content": "<pad>",
113
+ "lstrip": false,
114
+ "normalized": false,
115
+ "rstrip": false,
116
+ "single_word": false
117
+ },
118
+ "unk_token": {
119
+ "content": "<unk>",
120
+ "lstrip": false,
121
+ "normalized": false,
122
+ "rstrip": false,
123
+ "single_word": false
124
+ }
125
  }
tokenizer_config.json CHANGED
@@ -930,9 +930,16 @@
930
  "clean_up_tokenization_spaces": true,
931
  "eos_token": "</s>",
932
  "extra_ids": 100,
 
933
  "model_max_length": 512,
 
934
  "pad_token": "<pad>",
 
 
935
  "sp_model_kwargs": {},
 
936
  "tokenizer_class": "T5Tokenizer",
 
 
937
  "unk_token": "<unk>"
938
  }
 
930
  "clean_up_tokenization_spaces": true,
931
  "eos_token": "</s>",
932
  "extra_ids": 100,
933
+ "max_length": 3,
934
  "model_max_length": 512,
935
+ "pad_to_multiple_of": null,
936
  "pad_token": "<pad>",
937
+ "pad_token_type_id": 0,
938
+ "padding_side": "right",
939
  "sp_model_kwargs": {},
940
+ "stride": 0,
941
  "tokenizer_class": "T5Tokenizer",
942
+ "truncation_side": "right",
943
+ "truncation_strategy": "longest_first",
944
  "unk_token": "<unk>"
945
  }