kiranbandi
commited on
Commit
•
2cd991d
1
Parent(s):
9e7ebac
Update config.json
Browse files- config.json +2 -3
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"BertForSequenceClassification"
|
5 |
],
|
@@ -26,8 +26,7 @@
|
|
26 |
"pad_token_id": 0,
|
27 |
"position_embedding_type": "absolute",
|
28 |
"problem_type": "single_label_classification",
|
29 |
-
"
|
30 |
-
"transformers_version": "4.21.2",
|
31 |
"type_vocab_size": 2,
|
32 |
"use_cache": true,
|
33 |
"vocab_size": 28996
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "kiranbandi/nlp-qual-q3i",
|
3 |
"architectures": [
|
4 |
"BertForSequenceClassification"
|
5 |
],
|
|
|
26 |
"pad_token_id": 0,
|
27 |
"position_embedding_type": "absolute",
|
28 |
"problem_type": "single_label_classification",
|
29 |
+
"transformers_version": "4.33.2",
|
|
|
30 |
"type_vocab_size": 2,
|
31 |
"use_cache": true,
|
32 |
"vocab_size": 28996
|