Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
jurabi
/
bert-ner-japanese
like
10
Follow
jurabi
1
Token Classification
Transformers
PyTorch
google-tensorflow
TensorFlow
Japanese
bert
Inference Endpoints
License:
cc-by-sa-3.0
Model card
Files
Files and versions
Community
1
Train
Deploy
Use this model
main
bert-ner-japanese
/
special_tokens_map.json
hayashi-jurabi
add model.
ea0704a
about 2 years 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]"
}