Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
dtu-deep-learning-course-f2023
/
msmarco-rag-finetune
like
1
Follow
DTU Deep Learning Course Fall 2023
1
Sentence Similarity
sentence-transformers
PyTorch
Transformers
distilbert
feature-extraction
text-embeddings-inference
Inference Endpoints
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
main
msmarco-rag-finetune
/
special_tokens_map.json
antonkirk
Upload folder using huggingface_hub
9515dc2
12 months 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]"
}