Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
sinequa
/
answer-finder.yuzu
like
0
Follow
Sinequa
31
Question Answering
Transformers
PyTorch
Japanese
bert
Inference Endpoints
Model card
Files
Files and versions
Community
4
Train
Deploy
Use this model
20a94d8
answer-finder.yuzu
/
special_tokens_map.json
ArnaudDuvieusart
Upload v1
20a94d8
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]"
}