andersonbcdefg commited on
Commit
d0f7a44
1 Parent(s): 3921a85

Pushing sentencetransformers model

Browse files

Model distilled from bge-small-v1.5 but ~1/4 the size

Files changed (1) hide show
  1. special_tokens_map.json +14 -0
special_tokens_map.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "[PAD]",
4
+ "[UNK]",
5
+ "[CLS]",
6
+ "[SEP]",
7
+ "[MASK]"
8
+ ],
9
+ "cls_token": "[CLS]",
10
+ "mask_token": "[MASK]",
11
+ "pad_token": "[PAD]",
12
+ "sep_token": "[SEP]",
13
+ "unk_token": "[UNK]"
14
+ }