nogae commited on
Commit
46b9f11
1 Parent(s): 2fe0d6a

Upload config

Browse files
Files changed (1) hide show
  1. config.json +9 -9
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "sileod/deberta-v3-base-tasksource-nli",
3
  "architectures": [
4
  "DebertaV2ForSequenceClassification"
5
  ],
@@ -11,18 +11,18 @@
11
  "hidden_dropout_prob": 0.1,
12
  "hidden_size": 768,
13
  "id2label": {
14
- "0": 0,
15
- "1": 1,
16
- "2": 2,
17
- "3": 3
18
  },
19
  "initializer_range": 0.02,
20
  "intermediate_size": 3072,
21
  "label2id": {
22
- "0": 0,
23
- "1": 1,
24
- "2": 2,
25
- "3": 3
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,