Upload config
Browse files- config.json +9 -9
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"DebertaV2ForSequenceClassification"
|
5 |
],
|
@@ -11,18 +11,18 @@
|
|
11 |
"hidden_dropout_prob": 0.1,
|
12 |
"hidden_size": 768,
|
13 |
"id2label": {
|
14 |
-
"0":
|
15 |
-
"1":
|
16 |
-
"2":
|
17 |
-
"3":
|
18 |
},
|
19 |
"initializer_range": 0.02,
|
20 |
"intermediate_size": 3072,
|
21 |
"label2id": {
|
22 |
-
"
|
23 |
-
"
|
24 |
-
"
|
25 |
-
"
|
26 |
},
|
27 |
"layer_norm_eps": 1e-07,
|
28 |
"max_position_embeddings": 512,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "/Users/noga/Work_folder/LLM/question_classification/model_alpha",
|
3 |
"architectures": [
|
4 |
"DebertaV2ForSequenceClassification"
|
5 |
],
|
|
|
11 |
"hidden_dropout_prob": 0.1,
|
12 |
"hidden_size": 768,
|
13 |
"id2label": {
|
14 |
+
"0": "context analysis",
|
15 |
+
"1": "finance calculations",
|
16 |
+
"2": "general finance",
|
17 |
+
"3": "neutral"
|
18 |
},
|
19 |
"initializer_range": 0.02,
|
20 |
"intermediate_size": 3072,
|
21 |
"label2id": {
|
22 |
+
"context analysis": "0",
|
23 |
+
"finance calculations": "1",
|
24 |
+
"general finance": "2",
|
25 |
+
"neutral": "3"
|
26 |
},
|
27 |
"layer_norm_eps": 1e-07,
|
28 |
"max_position_embeddings": 512,
|