updated labels
This commit is contained in:
parent
312facaa1a
commit
f759ba9691
14
config.json
14
config.json
|
@ -11,13 +11,13 @@
|
||||||
"hidden_dropout_prob": 0.1,
|
"hidden_dropout_prob": 0.1,
|
||||||
"hidden_size": 768,
|
"hidden_size": 768,
|
||||||
"id2label": {
|
"id2label": {
|
||||||
"0": "LABEL_0",
|
"0": "anger",
|
||||||
"1": "LABEL_1",
|
"1": "disgust",
|
||||||
"2": "LABEL_2",
|
"2": "fear",
|
||||||
"3": "LABEL_3",
|
"3": "joy",
|
||||||
"4": "LABEL_4",
|
"4": "neutral",
|
||||||
"5": "LABEL_5",
|
"5": "sadness",
|
||||||
"6": "LABEL_6"
|
"6": "surprise"
|
||||||
},
|
},
|
||||||
"initializer_range": 0.02,
|
"initializer_range": 0.02,
|
||||||
"intermediate_size": 3072,
|
"intermediate_size": 3072,
|
||||||
|
|
Loading…
Reference in New Issue