Changing label names
This commit is contained in:
parent
0b3eea549b
commit
891655a348
12
config.json
12
config.json
|
@ -11,16 +11,16 @@
|
|||
"hidden_dropout_prob": 0.1,
|
||||
"hidden_size": 768,
|
||||
"id2label": {
|
||||
"0": "LABEL_0",
|
||||
"1": "LABEL_1",
|
||||
"2": "LABEL_2"
|
||||
"0": "Negative",
|
||||
"1": "Neutral",
|
||||
"2": "Positive"
|
||||
},
|
||||
"initializer_range": 0.02,
|
||||
"intermediate_size": 3072,
|
||||
"label2id": {
|
||||
"LABEL_0": 0,
|
||||
"LABEL_1": 1,
|
||||
"LABEL_2": 2
|
||||
"Negative": 0,
|
||||
"Neutral": 1,
|
||||
"Positive": 2
|
||||
},
|
||||
"layer_norm_eps": 1e-05,
|
||||
"max_position_embeddings": 514,
|
||||
|
|
Loading…
Reference in New Issue