Update config.json
Browse files- config.json +1 -0
config.json
CHANGED
@@ -277,6 +277,7 @@
|
|
277 |
"neutral": 5,
|
278 |
"sadness": 6
|
279 |
},
|
|
|
280 |
"problem_type": "single_label_classification",
|
281 |
"torch_dtype": "float32",
|
282 |
"transformers_version": "4.27.2"
|
|
|
277 |
"neutral": 5,
|
278 |
"sadness": 6
|
279 |
},
|
280 |
+
"pooling_mode": "mean",
|
281 |
"problem_type": "single_label_classification",
|
282 |
"torch_dtype": "float32",
|
283 |
"transformers_version": "4.27.2"
|