cv-parser-roberta-v1 / label_config.json
Zeqhx's picture
Deploy CV-parser NER model
a013a28 verified
{
"base_model": "roberta-base",
"source_checkpoint": "checkpoints/roberta-base/checkpoint-6685",
"dataset": "dataset-2 relabel1 committed CSV before latest script changes",
"dataset_lfs_oid": "89bc25de2e2a800d6ff59380e409021662428f5a578d5c17c7c899d3a0a92e24",
"validation_f1": 0.6752289957078722,
"test_f1": 0.6853923135144228,
"id2label": {
"0": "O",
"1": "B-JOB_TITLE",
"2": "I-JOB_TITLE",
"3": "B-SKILL",
"4": "I-SKILL",
"5": "B-EDUCATION",
"6": "I-EDUCATION"
},
"label2id": {
"B-EDUCATION": 5,
"B-JOB_TITLE": 1,
"B-SKILL": 3,
"I-EDUCATION": 6,
"I-JOB_TITLE": 2,
"I-SKILL": 4,
"O": 0
}
}