Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Lihuchen
/
pearl_small
like
12
Feature Extraction
sentence-transformers
PyTorch
Safetensors
Transformers
English
bert
Phrase Representation
String Matching
Fuzzy Join
Entity Retrieval
text-embeddings-inference
Inference Endpoints
arxiv:
2401.10407
License:
apache-2.0
Model card
Files
Files and versions
Community
2
Train
Deploy
Use this model
main
pearl_small
/
special_tokens_map.json
lihu
add tokenizer files
d620c21
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]"
}