Update labels
This commit is contained in:
parent
7d176e7f1f
commit
514f1dc492
12
config.json
12
config.json
|
@ -9,15 +9,15 @@
|
||||||
"dropout": 0.1,
|
"dropout": 0.1,
|
||||||
"hidden_dim": 3072,
|
"hidden_dim": 3072,
|
||||||
"id2label": {
|
"id2label": {
|
||||||
"0": "LABEL_0",
|
"0": "B-KEY",
|
||||||
"1": "LABEL_1",
|
"1": "I-KEY",
|
||||||
"2": "LABEL_2"
|
"2": "O"
|
||||||
},
|
},
|
||||||
"initializer_range": 0.02,
|
"initializer_range": 0.02,
|
||||||
"label2id": {
|
"label2id": {
|
||||||
"LABEL_0": 0,
|
"B-KEY": 0,
|
||||||
"LABEL_1": 1,
|
"I-KEY": 1,
|
||||||
"LABEL_2": 2
|
"O": 2
|
||||||
},
|
},
|
||||||
"max_position_embeddings": 512,
|
"max_position_embeddings": 512,
|
||||||
"model_type": "distilbert",
|
"model_type": "distilbert",
|
||||||
|
|
Loading…
Reference in New Issue