Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
bongsoo
/
moco-sentencedistilbertV2.1
like
2
Sentence Similarity
sentence-transformers
PyTorch
Transformers
distilbert
feature-extraction
ko
en
text-embeddings-inference
Inference Endpoints
Model card
Files
Files and versions
Community
1
Train
Deploy
Use this model
242fa8f
moco-sentencedistilbertV2.1
/
special_tokens_map.json
bongsoo
Upload special_tokens_map.json
ccad4bc
about 2 years ago
raw
Copy download link
history
blame
Safe
125 Bytes
{
"cls_token"
:
"[CLS]"
,
"mask_token"
:
"[MASK]"
,
"pad_token"
:
"[PAD]"
,
"sep_token"
:
"[SEP]"
,
"unk_token"
:
"[UNK]"
}