Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
lier007
/
xiaobu-embedding
like
19
Feature Extraction
Transformers
PyTorch
bert
mteb
Eval Results
text-embeddings-inference
Model card
Files
Files and versions
Community
10
Train
Deploy
Use this model
8ce1aac
xiaobu-embedding
/
special_tokens_map.json
3v324v23
first commit
8ce1aac
over 1 year ago
raw
Copy download link
history
blame
228 Bytes
{
"additional_special_tokens"
:
[
"[PAD]"
,
"[UNK]"
,
"[CLS]"
,
"[SEP]"
,
"[MASK]"
]
,
"cls_token"
:
"[CLS]"
,
"mask_token"
:
"[MASK]"
,
"pad_token"
:
"[PAD]"
,
"sep_token"
:
"[SEP]"
,
"unk_token"
:
"[UNK]"
}