IbrahimSalah
commited on
Commit
·
c1d8399
1
Parent(s):
21bd158
Upload special_tokens_map.json with huggingface_hub
Browse files- special_tokens_map.json +7 -0
special_tokens_map.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
|
3 |
+
"bos_token": null,
|
4 |
+
"eos_token": null,
|
5 |
+
"pad_token": "[PAD]",
|
6 |
+
"unk_token": "[UNK]"
|
7 |
+
}
|