Upload config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"RobertaForSequenceClassification"
|
5 |
],
|
@@ -22,7 +22,7 @@
|
|
22 |
"position_embedding_type": "absolute",
|
23 |
"problem_type": "single_label_classification",
|
24 |
"torch_dtype": "float32",
|
25 |
-
"transformers_version": "4.
|
26 |
"type_vocab_size": 1,
|
27 |
"use_cache": true,
|
28 |
"vocab_size": 30000
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "pysentimiento/robertuito-base-uncased",
|
3 |
"architectures": [
|
4 |
"RobertaForSequenceClassification"
|
5 |
],
|
|
|
22 |
"position_embedding_type": "absolute",
|
23 |
"problem_type": "single_label_classification",
|
24 |
"torch_dtype": "float32",
|
25 |
+
"transformers_version": "4.18.0",
|
26 |
"type_vocab_size": 1,
|
27 |
"use_cache": true,
|
28 |
"vocab_size": 30000
|