zera09 commited on
Commit
334353c
1 Parent(s): e19a3e9

Upload tokenizer

Browse files
Files changed (1) hide show
  1. tokenizer.json +5 -7
tokenizer.json CHANGED
@@ -1,14 +1,12 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
4
- "padding": {
5
- "strategy": "BatchLongest",
6
  "direction": "Right",
7
- "pad_to_multiple_of": null,
8
- "pad_id": 128257,
9
- "pad_type_id": 0,
10
- "pad_token": "<|im_end|>"
11
  },
 
12
  "added_tokens": [
13
  {
14
  "id": 128000,
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
 
 
4
  "direction": "Right",
5
+ "max_length": 512,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
 
8
  },
9
+ "padding": null,
10
  "added_tokens": [
11
  {
12
  "id": 128000,