andersonbcdefg
commited on
Commit
•
9ef0864
1
Parent(s):
37b6c54
Pushing sentencetransformers model
Browse filesModel distilled from bge-small-v1.5 but ~1/4 the size
- added_tokens.json +7 -0
added_tokens.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"[CLS]": 101,
|
3 |
+
"[MASK]": 103,
|
4 |
+
"[PAD]": 0,
|
5 |
+
"[SEP]": 102,
|
6 |
+
"[UNK]": 100
|
7 |
+
}
|