updated labels

This commit is contained in:
j-hartmann 2021-06-15 10:10:17 +00:00
parent 312facaa1a
commit f759ba9691
1 changed files with 7 additions and 7 deletions

View File

@ -11,13 +11,13 @@
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"id2label": {
"0": "LABEL_0",
"1": "LABEL_1",
"2": "LABEL_2",
"3": "LABEL_3",
"4": "LABEL_4",
"5": "LABEL_5",
"6": "LABEL_6"
"0": "anger",
"1": "disgust",
"2": "fear",
"3": "joy",
"4": "neutral",
"5": "sadness",
"6": "surprise"
},
"initializer_range": 0.02,
"intermediate_size": 3072,