Upload BertForSequenceClassification
Browse files- config.json +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"BertForSequenceClassification"
|
5 |
],
|
@@ -42,7 +42,7 @@
|
|
42 |
"position_embedding_type": "absolute",
|
43 |
"problem_type": "single_label_classification",
|
44 |
"torch_dtype": "float32",
|
45 |
-
"transformers_version": "4.
|
46 |
"type_vocab_size": 2,
|
47 |
"use_cache": true,
|
48 |
"vocab_size": 30522
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "venkynavs/request_type_classifier_bert",
|
3 |
"architectures": [
|
4 |
"BertForSequenceClassification"
|
5 |
],
|
|
|
42 |
"position_embedding_type": "absolute",
|
43 |
"problem_type": "single_label_classification",
|
44 |
"torch_dtype": "float32",
|
45 |
+
"transformers_version": "4.41.2",
|
46 |
"type_vocab_size": 2,
|
47 |
"use_cache": true,
|
48 |
"vocab_size": 30522
|