Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
farnazzeidi
/
ner-legalturk-bert-model
like
0
Token Classification
PyTorch
Turkish
bert
legal
arxiv:
2407.00648
License:
cc-by-nc-sa-4.0
Model card
Files
Files and versions
Community
1
fae4e19
ner-legalturk-bert-model
/
special_tokens_map.json
farnazzeidi
Initial commit of NER model for legal text
e9ec7fb
verified
about 1 month 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]"
}