Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Kansallisarkisto
/
finbert-ner
like
2
Follow
National Archives of Finland
13
Token Classification
Transformers
PyTorch
Finnish
bert
Inference Endpoints
License:
mit
Model card
Files
Files and versions
Community
7
Train
Deploy
Use this model
refs/pr/1
finbert-ner
/
special_tokens_map.json
MikkoLipsanen
Upload tokenizer
79f2dba
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]"
}