Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
|
@@ -35,5 +35,6 @@
|
|
| 35 |
"transformers_version": "4.36.2",
|
| 36 |
"type_vocab_size": 1,
|
| 37 |
"use_cache": true,
|
| 38 |
-
"vocab_size": 50262
|
|
|
|
| 39 |
}
|
|
|
|
| 35 |
"transformers_version": "4.36.2",
|
| 36 |
"type_vocab_size": 1,
|
| 37 |
"use_cache": true,
|
| 38 |
+
"vocab_size": 50262,
|
| 39 |
+
"pipeline_tag": "text-classification"
|
| 40 |
}
|