Commit
·
217abad
1
Parent(s):
d734e01
Update config.json
Browse files- config.json +4 -4
config.json
CHANGED
@@ -6,14 +6,14 @@
|
|
6 |
"DistilBertForSequenceClassification"
|
7 |
],
|
8 |
"tag": "text-classification",
|
9 |
-
"id2label": {
|
10 |
-
"0": "finance",
|
11 |
-
"1": "biotechnology",
|
12 |
-
},
|
13 |
"attention_dropout": 0.1,
|
14 |
"dim": 768,
|
15 |
"dropout": 0.1,
|
16 |
"hidden_dim": 3072,
|
|
|
|
|
|
|
|
|
17 |
"initializer_range": 0.02,
|
18 |
"max_position_embeddings": 512,
|
19 |
"model_type": "distilbert",
|
|
|
6 |
"DistilBertForSequenceClassification"
|
7 |
],
|
8 |
"tag": "text-classification",
|
|
|
|
|
|
|
|
|
9 |
"attention_dropout": 0.1,
|
10 |
"dim": 768,
|
11 |
"dropout": 0.1,
|
12 |
"hidden_dim": 3072,
|
13 |
+
"id2label": {
|
14 |
+
"0": "finance",
|
15 |
+
"1": "biotechnology"
|
16 |
+
},
|
17 |
"initializer_range": 0.02,
|
18 |
"max_position_embeddings": 512,
|
19 |
"model_type": "distilbert",
|