Upload DistilBertForSequenceClassification
Browse files- config.json +8 -0
- model.safetensors +1 -1
config.json
CHANGED
@@ -7,7 +7,15 @@
|
|
7 |
"dim": 768,
|
8 |
"dropout": 0.1,
|
9 |
"hidden_dim": 3072,
|
|
|
|
|
|
|
|
|
10 |
"initializer_range": 0.02,
|
|
|
|
|
|
|
|
|
11 |
"max_position_embeddings": 512,
|
12 |
"model_type": "distilbert",
|
13 |
"n_heads": 12,
|
|
|
7 |
"dim": 768,
|
8 |
"dropout": 0.1,
|
9 |
"hidden_dim": 3072,
|
10 |
+
"id2label": {
|
11 |
+
"0": "NEGATIVE",
|
12 |
+
"1": "POSITIVE"
|
13 |
+
},
|
14 |
"initializer_range": 0.02,
|
15 |
+
"label2id": {
|
16 |
+
"NEGATIVE": 0,
|
17 |
+
"POSITIVE": 1
|
18 |
+
},
|
19 |
"max_position_embeddings": 512,
|
20 |
"model_type": "distilbert",
|
21 |
"n_heads": 12,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 267832560
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:87326d9410778039018d706d1c93777fc7687aa96eded444aac10581c8eaf6e2
|
3 |
size 267832560
|