patrickvonplaten
commited on
Commit
•
5777220
1
Parent(s):
6857efb
change
Browse files- special_tokens_map.json +1 -0
- tokenizer_config.json +1 -0
- vocab.json +0 -0
special_tokens_map.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"bos_token": "__start__", "eos_token": "__end__", "unk_token": "__unk__", "pad_token": "__null__"}
|
tokenizer_config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"unk_token": "__unk__", "bos_token": "__start__", "eos_token": "__end__", "pad_token": "__null__", "special_tokens_map_file": null, "tokenizer_file": null, "name_or_path": "facebook/blenderbot-90M"}
|
vocab.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|