Commit
·
8fb4b6d
1
Parent(s):
a885319
Upload tokenizer
Browse files- tokenizer.json +0 -0
- 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 |
}
|