herwoww commited on
Commit
c3cc1bf
·
verified ·
1 Parent(s): fe9a629

Upload tokenizer

Browse files
Files changed (2) hide show
  1. special_tokens_map.json +14 -2
  2. tokenizer_config.json +1 -1
special_tokens_map.json CHANGED
@@ -1,4 +1,16 @@
1
  {
2
- "pad_token": "g",
3
- "unk_token": "<unk>"
 
 
 
 
 
 
 
 
 
 
 
 
4
  }
 
1
  {
2
+ "pad_token": {
3
+ "content": "g",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "unk_token": {
10
+ "content": "<unk>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ }
16
  }
tokenizer_config.json CHANGED
@@ -20,7 +20,7 @@
20
  },
21
  "clean_up_tokenization_spaces": true,
22
  "is_uroman": false,
23
- "language": "nld",
24
  "model_max_length": 1000000000000000019884624838656,
25
  "normalize": true,
26
  "pad_token": "g",
 
20
  },
21
  "clean_up_tokenization_spaces": true,
22
  "is_uroman": false,
23
+ "language": "afr",
24
  "model_max_length": 1000000000000000019884624838656,
25
  "normalize": true,
26
  "pad_token": "g",