Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
toto10
/
DB
like
0
Diffusers
Safetensors
Model card
Files
Files and versions
Community
1
Use this model
main
DB
/
models
/
core
/
convert
/
bert-base-uncased
/
special_tokens_map.json
toto10
Upload folder using huggingface_hub (
#1
)
c9d74cb
over 1 year 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]"
}