jilijeanlouis
commited on
Commit
•
e818740
1
Parent(s):
f7af799
Upload classification_philschmid_MiniLM-L6-H384-uncased-sst2_tensorrt_tokenize/1/special_tokens_map.json with huggingface_hub
Browse files
classification_philschmid_MiniLM-L6-H384-uncased-sst2_tensorrt_tokenize/1/special_tokens_map.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cls_token": "[CLS]",
|
3 |
+
"mask_token": "[MASK]",
|
4 |
+
"pad_token": "[PAD]",
|
5 |
+
"sep_token": "[SEP]",
|
6 |
+
"unk_token": "[UNK]"
|
7 |
+
}
|