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_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,