Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
passaglia
/
yomikata-demo
like
2
Build error
App
Files
Files
Community
bf3858c
yomikata-demo
/
stores
/
dbert
/
special_tokens_map.json
Sam Passaglia
initial commit
9aba307
over 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]"
}