Update config.json
Browse files- config.json +1 -0
config.json
CHANGED
@@ -287,6 +287,7 @@
|
|
287 |
"neutral": 5,
|
288 |
"sadness": 6
|
289 |
},
|
|
|
290 |
"problem_type": "single_label_classification",
|
291 |
"torch_dtype": "float32",
|
292 |
"transformers_version": "4.27.2"
|
|
|
287 |
"neutral": 5,
|
288 |
"sadness": 6
|
289 |
},
|
290 |
+
"pooling_mode": "mean",
|
291 |
"problem_type": "single_label_classification",
|
292 |
"torch_dtype": "float32",
|
293 |
"transformers_version": "4.27.2"
|