Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
dwzhu
/
nomic-bert-2048
like
0
Feature Extraction
Transformers
PyTorch
nomic_bert
custom_code
text-embeddings-inference
Inference Endpoints
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
main
nomic-bert-2048
/
special_tokens_map.json
dwzhu
Upload folder using huggingface_hub
8f238f4
verified
9 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]"
}