Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
joyinning
/
chatbot-info-extraction
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ea2962f
chatbot-info-extraction
/
models
/
bert_ner
/
special_tokens_map.json
joyinning
Fix all files
7769f4e
7 months 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]"
}