indonesian-ner-bert / label2id.json
Decoder24's picture
Upload folder using huggingface_hub
03af320 verified
raw
history blame contribute delete
82 Bytes
{
"B-PER": 0,
"O": 1,
"I-PER": 2,
"B-LOC": 3,
"B-NUM": 4,
"B-ORG": 5
}