martypants commited on
Commit
bb9cf58
1 Parent(s): 75ef0af

Upload config

Browse files
Files changed (1) hide show
  1. config.json +5 -3
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "microsoft/deberta-v3-small",
3
  "architectures": [
4
  "DebertaV2ForSequenceClassification"
5
  ],
@@ -8,12 +8,14 @@
8
  "hidden_dropout_prob": 0.1,
9
  "hidden_size": 768,
10
  "id2label": {
11
- "0": "LABEL_0"
 
12
  },
13
  "initializer_range": 0.02,
14
  "intermediate_size": 3072,
15
  "label2id": {
16
- "LABEL_0": 0
 
17
  },
18
  "layer_norm_eps": 1e-07,
19
  "max_position_embeddings": 512,
 
1
  {
2
+ "_name_or_path": "martypants/debertads-dune",
3
  "architectures": [
4
  "DebertaV2ForSequenceClassification"
5
  ],
 
8
  "hidden_dropout_prob": 0.1,
9
  "hidden_size": 768,
10
  "id2label": {
11
+ "0": "content",
12
+ "1": "ad"
13
  },
14
  "initializer_range": 0.02,
15
  "intermediate_size": 3072,
16
  "label2id": {
17
+ "ad": 1,
18
+ "content": 0
19
  },
20
  "layer_norm_eps": 1e-07,
21
  "max_position_embeddings": 512,