Update config.json

Test on labels
This commit is contained in:
JB Polle 2021-08-29 20:43:08 +00:00 committed by huggingface-web
parent ea19a79cbb
commit 6de88b8686
1 changed files with 8 additions and 8 deletions

View File

@ -12,19 +12,19 @@
"hidden_size": 768,
"id2label": {
"0": "O",
"1": "LOC",
"2": "PER",
"3": "MISC",
"4": "ORG"
"1": "I-LOC",
"2": "I-PER",
"3": "I-MISC",
"4": "I-ORG"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"LOC": 1,
"MISC": 3,
"I-LOC": 1,
"I-MISC": 3,
"O": 0,
"ORG": 4,
"PER": 2
"I-ORG": 4,
"I-PER": 2
},
"layer_norm_eps": 1e-05,
"max_position_embeddings": 514,