updated labels
This commit is contained in:
parent
f759ba9691
commit
8298d8a51e
14
config.json
14
config.json
|
@ -22,13 +22,13 @@
|
|||
"initializer_range": 0.02,
|
||||
"intermediate_size": 3072,
|
||||
"label2id": {
|
||||
"LABEL_0": 0,
|
||||
"LABEL_1": 1,
|
||||
"LABEL_2": 2,
|
||||
"LABEL_3": 3,
|
||||
"LABEL_4": 4,
|
||||
"LABEL_5": 5,
|
||||
"LABEL_6": 6
|
||||
"anger": 0,
|
||||
"disgust": 1,
|
||||
"fear": 2,
|
||||
"joy": 3,
|
||||
"neutral": 4,
|
||||
"sadness": 5,
|
||||
"surprise": 6
|
||||
},
|
||||
"layer_norm_eps": 1e-05,
|
||||
"max_position_embeddings": 514,
|
||||
|
|
Loading…
Reference in New Issue