nicolauduran45
commited on
Commit
•
199cbd5
1
Parent(s):
089c5cf
Update config.json
Browse files- config.json +9 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"BertForSequenceClassification"
|
5 |
],
|
@@ -21,6 +21,14 @@
|
|
21 |
"problem_type": "single_label_classification",
|
22 |
"torch_dtype": "float32",
|
23 |
"transformers_version": "4.46.2",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
"type_vocab_size": 2,
|
25 |
"use_cache": true,
|
26 |
"vocab_size": 31116
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "sistema educatiu i de generacio de coneixement_second_iteration_SPECTER",
|
3 |
"architectures": [
|
4 |
"BertForSequenceClassification"
|
5 |
],
|
|
|
21 |
"problem_type": "single_label_classification",
|
22 |
"torch_dtype": "float32",
|
23 |
"transformers_version": "4.46.2",
|
24 |
+
"id2label": {
|
25 |
+
"1": true,
|
26 |
+
"0": false
|
27 |
+
},
|
28 |
+
"label2id": {
|
29 |
+
"false": 0,
|
30 |
+
"true": 1
|
31 |
+
},
|
32 |
"type_vocab_size": 2,
|
33 |
"use_cache": true,
|
34 |
"vocab_size": 31116
|