harouzie commited on
Commit
2692e54
1 Parent(s): 91a6d0f

Upload tokenizer

Browse files
Files changed (1) hide show
  1. tokenizer.json +9 -5
tokenizer.json CHANGED
@@ -1,12 +1,16 @@
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": 0,
 
1
  {
2
  "version": "1.0",
3
+ "truncation": null,
4
+ "padding": {
5
+ "strategy": {
6
+ "Fixed": 512
7
+ },
8
  "direction": "Right",
9
+ "pad_to_multiple_of": null,
10
+ "pad_id": 0,
11
+ "pad_type_id": 0,
12
+ "pad_token": "[PAD]"
13
  },
 
14
  "added_tokens": [
15
  {
16
  "id": 0,