Wimflorijn
commited on
Commit
•
57359a7
1
Parent(s):
b31bb0b
Upload tokenizer
Browse files- tokenizer.json +0 -0
- tokenizer_config.json +3 -4
tokenizer.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
CHANGED
@@ -104,10 +104,9 @@
|
|
104 |
"eos_token": "</s>",
|
105 |
"extra_ids": 100,
|
106 |
"model_max_length": 1000000000000000019884624838656,
|
107 |
-
"name_or_path": "/home/wim/Documents/datascience-vraag-antwoord-systeem/
|
108 |
"pad_token": "<pad>",
|
109 |
-
"special_tokens_map_file": "weights/special_tokens_map.json",
|
110 |
"tokenizer_class": "T5Tokenizer",
|
111 |
-
"unk_token": "<unk>"
|
112 |
-
"use_fast": true
|
113 |
}
|
|
|
104 |
"eos_token": "</s>",
|
105 |
"extra_ids": 100,
|
106 |
"model_max_length": 1000000000000000019884624838656,
|
107 |
+
"name_or_path": "/home/wim/Documents/datascience-vraag-antwoord-systeem/weights",
|
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 |
}
|