Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
lier007
/
xiaobu-embedding
like
18
Feature Extraction
Transformers
PyTorch
bert
mteb
Eval Results
text-embeddings-inference
Inference Endpoints
Model card
Files
Files and versions
Community
10
Train
Deploy
Use this model
59c79d8
xiaobu-embedding
/
special_tokens_map.json
3v324v23
first commit
8ce1aac
10 months ago
raw
Copy download link
history
blame
Safe
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]"
}