Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
ddobokki
/
klue-roberta-base-nli-sts
like
0
Sentence Similarity
sentence-transformers
PyTorch
Safetensors
Transformers
roberta
feature-extraction
text-embeddings-inference
Inference Endpoints
Model card
Files
Files and versions
Community
1
Train
Deploy
Use this model
982c4df
klue-roberta-base-nli-sts
/
special_tokens_map.json
ddobokki
init
982c4df
about 2 years ago
raw
Copy download link
history
blame
Safe
156 Bytes
{
"bos_token"
:
"[CLS]"
,
"eos_token"
:
"[SEP]"
,
"unk_token"
:
"[UNK]"
,
"sep_token"
:
"[SEP]"
,
"pad_token"
:
"[PAD]"
,
"cls_token"
:
"[CLS]"
,
"mask_token"
:
"[MASK]"
}