parent
ea19a79cbb
commit
6de88b8686
16
config.json
16
config.json
|
@ -12,19 +12,19 @@
|
||||||
"hidden_size": 768,
|
"hidden_size": 768,
|
||||||
"id2label": {
|
"id2label": {
|
||||||
"0": "O",
|
"0": "O",
|
||||||
"1": "LOC",
|
"1": "I-LOC",
|
||||||
"2": "PER",
|
"2": "I-PER",
|
||||||
"3": "MISC",
|
"3": "I-MISC",
|
||||||
"4": "ORG"
|
"4": "I-ORG"
|
||||||
},
|
},
|
||||||
"initializer_range": 0.02,
|
"initializer_range": 0.02,
|
||||||
"intermediate_size": 3072,
|
"intermediate_size": 3072,
|
||||||
"label2id": {
|
"label2id": {
|
||||||
"LOC": 1,
|
"I-LOC": 1,
|
||||||
"MISC": 3,
|
"I-MISC": 3,
|
||||||
"O": 0,
|
"O": 0,
|
||||||
"ORG": 4,
|
"I-ORG": 4,
|
||||||
"PER": 2
|
"I-PER": 2
|
||||||
},
|
},
|
||||||
"layer_norm_eps": 1e-05,
|
"layer_norm_eps": 1e-05,
|
||||||
"max_position_embeddings": 514,
|
"max_position_embeddings": 514,
|
||||||
|
|
Loading…
Reference in New Issue