Commit
·
4d80f1a
1
Parent(s):
6a93326
Update config.json
Browse files- config.json +9 -2
config.json
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/shared/3/projects/personalized-rephrasing/working-dir/model-weights/04_bert_schwartz_classification_upsampled/checkpoint-1830/",
|
3 |
"architectures": [
|
4 |
"BertForSequenceClassification"
|
5 |
],
|
@@ -23,5 +22,13 @@
|
|
23 |
"transformers_version": "4.36.2",
|
24 |
"type_vocab_size": 2,
|
25 |
"use_cache": true,
|
26 |
-
"vocab_size": 30532
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
}
|
|
|
1 |
{
|
|
|
2 |
"architectures": [
|
3 |
"BertForSequenceClassification"
|
4 |
],
|
|
|
22 |
"transformers_version": "4.36.2",
|
23 |
"type_vocab_size": 2,
|
24 |
"use_cache": true,
|
25 |
+
"vocab_size": 30532,
|
26 |
+
"id2label": {
|
27 |
+
"0": "negative",
|
28 |
+
"1": "positive"
|
29 |
+
},
|
30 |
+
"label2id": {
|
31 |
+
"negative": 0,
|
32 |
+
"positive": 1
|
33 |
+
}
|
34 |
}
|