debajyotidatta
commited on
Commit
•
15416b3
1
Parent(s):
2966254
Upload DistilBertForSequenceClassification
Browse files- config.json +16 -26
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -1,12 +1,13 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
|
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
-
"
|
7 |
-
"
|
8 |
-
"
|
9 |
-
"
|
10 |
"id2label": {
|
11 |
"0": "probing_exploring",
|
12 |
"1": "expository",
|
@@ -14,34 +15,23 @@
|
|
14 |
"3": "other"
|
15 |
},
|
16 |
"initializer_range": 0.02,
|
17 |
-
"intermediate_size": 3072,
|
18 |
"label2id": {
|
19 |
"expository": 1,
|
20 |
"other": 3,
|
21 |
"probing_exploring": 0,
|
22 |
"procedural": 2
|
23 |
},
|
24 |
-
"layer_norm_eps": 1e-07,
|
25 |
"max_position_embeddings": 512,
|
26 |
-
"
|
27 |
-
"
|
28 |
-
"
|
29 |
-
"num_attention_heads": 12,
|
30 |
-
"num_hidden_layers": 12,
|
31 |
"pad_token_id": 0,
|
32 |
-
"
|
33 |
-
"
|
34 |
-
"
|
35 |
-
"
|
36 |
-
|
37 |
-
"c2p"
|
38 |
-
],
|
39 |
-
"position_biased_input": false,
|
40 |
-
"position_buckets": 256,
|
41 |
-
"relative_attention": true,
|
42 |
-
"share_att_key": true,
|
43 |
"torch_dtype": "float32",
|
44 |
"transformers_version": "4.25.1",
|
45 |
-
"
|
46 |
-
"vocab_size": 128100
|
47 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "distilbert-base-uncased",
|
3 |
+
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
+
"DistilBertForSequenceClassification"
|
6 |
],
|
7 |
+
"attention_dropout": 0.1,
|
8 |
+
"dim": 768,
|
9 |
+
"dropout": 0.1,
|
10 |
+
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
"0": "probing_exploring",
|
13 |
"1": "expository",
|
|
|
15 |
"3": "other"
|
16 |
},
|
17 |
"initializer_range": 0.02,
|
|
|
18 |
"label2id": {
|
19 |
"expository": 1,
|
20 |
"other": 3,
|
21 |
"probing_exploring": 0,
|
22 |
"procedural": 2
|
23 |
},
|
|
|
24 |
"max_position_embeddings": 512,
|
25 |
+
"model_type": "distilbert",
|
26 |
+
"n_heads": 12,
|
27 |
+
"n_layers": 6,
|
|
|
|
|
28 |
"pad_token_id": 0,
|
29 |
+
"problem_type": "single_label_classification",
|
30 |
+
"qa_dropout": 0.1,
|
31 |
+
"seq_classif_dropout": 0.2,
|
32 |
+
"sinusoidal_pos_embds": false,
|
33 |
+
"tie_weights_": true,
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
"torch_dtype": "float32",
|
35 |
"transformers_version": "4.25.1",
|
36 |
+
"vocab_size": 30522
|
|
|
37 |
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8a8d72a2fc16b3787a0cadb4c90e5a9f57fdc01341f260a91643181ccabc9f5c
|
3 |
+
size 267861677
|