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_size": 768,
|
||||
"id2label": {
|
||||
"0": "Negative",
|
||||
"1": "Neutral",
|
||||
"2": "Positive"
|
||||
"0": "negative",
|
||||
"1": "neutral",
|
||||
"2": "positive"
|
||||
},
|
||||
"initializer_range": 0.02,
|
||||
"intermediate_size": 3072,
|
||||
"label2id": {
|
||||
"Negative": 0,
|
||||
"Neutral": 1,
|
||||
"Positive": 2
|
||||
"negative": 0,
|
||||
"neutral": 1,
|
||||
"positive": 2
|
||||
},
|
||||
"layer_norm_eps": 1e-05,
|
||||
"max_position_embeddings": 514,
|
||||
|
|
Loading…
Reference in New Issue