Commit
·
a0f8080
1
Parent(s):
0f12a14
Upload DistilBertForSequenceClassification
Browse files- config.json +4 -4
- pytorch_model.bin +1 -1
config.json
CHANGED
@@ -9,17 +9,17 @@
|
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
-
"0": "
|
13 |
"1": "probing_exploring",
|
14 |
"2": "other",
|
15 |
-
"3": "
|
16 |
},
|
17 |
"initializer_range": 0.02,
|
18 |
"label2id": {
|
19 |
-
"expository":
|
20 |
"other": 2,
|
21 |
"probing_exploring": 1,
|
22 |
-
"procedural":
|
23 |
},
|
24 |
"max_position_embeddings": 512,
|
25 |
"model_type": "distilbert",
|
|
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
+
"0": "procedural",
|
13 |
"1": "probing_exploring",
|
14 |
"2": "other",
|
15 |
+
"3": "expository"
|
16 |
},
|
17 |
"initializer_range": 0.02,
|
18 |
"label2id": {
|
19 |
+
"expository": 3,
|
20 |
"other": 2,
|
21 |
"probing_exploring": 1,
|
22 |
+
"procedural": 0
|
23 |
},
|
24 |
"max_position_embeddings": 512,
|
25 |
"model_type": "distilbert",
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 267861677
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5f95efbd3b7b14f6299650f3e043e07459f9a942844506795c0d23ebdb27fc4d
|
3 |
size 267861677
|