Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
jinaai
/
jina-bert-implementation
like
7
Follow
Jina AI
243
Transformers
allenai/c4
English
Inference Endpoints
License:
apache-2.0
Model card
Files
Files and versions
Community
14
Train
Deploy
Use this model
e1b325c
jina-bert-implementation
/
special_tokens_map.json
alaeddine-13
add basic configuration and model file
e36c994
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]"
}