Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Supabase
/
bge-small-en
like
1
Follow
Supabase
21
Feature Extraction
Transformers.js
PyTorch
ONNX
English
bert
License:
mit
Model card
Files
Files and versions
Community
2
Use this model
8ad6981
bge-small-en
/
special_tokens_map.json
ggrn
chore: add onnx model
8c58d94
about 1 year 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]"
}