Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
jpohhhh
/
biencoder_embedding
like
0
Feature Extraction
Transformers
PyTorch
bert
text-embeddings-inference
Inference Endpoints
License:
unlicense
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
main
biencoder_embedding
/
special_tokens_map.json
jpohhhh
Fork jpohhhh/embeddings_from_msmarco-MiniLM-L-6-v3
8b5c988
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
125 Bytes
{
"cls_token"
:
"[CLS]"
,
"mask_token"
:
"[MASK]"
,
"pad_token"
:
"[PAD]"
,
"sep_token"
:
"[SEP]"
,
"unk_token"
:
"[UNK]"
}