Wimflorijn commited on
Commit
c9ad5bb
1 Parent(s): 316f4bc

Upload tokenizer

Browse files
Files changed (2) hide show
  1. tokenizer.json +0 -0
  2. tokenizer_config.json +1 -2
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -108,6 +108,5 @@
108
  "pad_token": "<pad>",
109
  "special_tokens_map_file": "/home/wim/Documents/datascience-vraag-antwoord-systeem/weights/special_tokens_map.json",
110
  "tokenizer_class": "T5Tokenizer",
111
- "unk_token": "<unk>",
112
- "use_fast": true
113
  }
 
108
  "pad_token": "<pad>",
109
  "special_tokens_map_file": "/home/wim/Documents/datascience-vraag-antwoord-systeem/weights/special_tokens_map.json",
110
  "tokenizer_class": "T5Tokenizer",
111
+ "unk_token": "<unk>"
 
112
  }