Update config.json
This commit is contained in:
parent
5916057ce8
commit
a9027cdcfd
12
config.json
12
config.json
|
@ -12,16 +12,16 @@
|
||||||
"hidden_dropout_prob": 0.1,
|
"hidden_dropout_prob": 0.1,
|
||||||
"hidden_size": 768,
|
"hidden_size": 768,
|
||||||
"id2label": {
|
"id2label": {
|
||||||
"0": "Negative",
|
"0": "negative",
|
||||||
"1": "Neutral",
|
"1": "neutral",
|
||||||
"2": "Positive"
|
"2": "positive"
|
||||||
},
|
},
|
||||||
"initializer_range": 0.02,
|
"initializer_range": 0.02,
|
||||||
"intermediate_size": 3072,
|
"intermediate_size": 3072,
|
||||||
"label2id": {
|
"label2id": {
|
||||||
"Negative": 0,
|
"negative": 0,
|
||||||
"Neutral": 1,
|
"neutral": 1,
|
||||||
"Positive": 2
|
"positive": 2
|
||||||
},
|
},
|
||||||
"layer_norm_eps": 1e-05,
|
"layer_norm_eps": 1e-05,
|
||||||
"max_position_embeddings": 514,
|
"max_position_embeddings": 514,
|
||||||
|
|
Loading…
Reference in New Issue