Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
inkoziev
/
sbert_synonymy
like
8
Sentence Similarity
sentence-transformers
PyTorch
Transformers
inkoziev/paraphrases
Russian
bert
feature-extraction
text-embeddings-inference
Inference Endpoints
License:
unlicense
Model card
Files
Files and versions
Community
2
Train
Deploy
Use this model
8213f08
sbert_synonymy
/
special_tokens_map.json
koziev ilya
first release of the tiny model for paraphrase detection
8213f08
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]"
}