bhadresh-savani
commited on
Commit
•
25a3e7b
1
Parent(s):
0fbcbfb
add model
Browse files- config.json +27 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "/tmp/sst2",
|
3 |
+
"activation": "gelu",
|
4 |
+
"architectures": [
|
5 |
+
"DistilBertForSequenceClassification"
|
6 |
+
],
|
7 |
+
"attention_dropout": 0.1,
|
8 |
+
"dim": 768,
|
9 |
+
"dropout": 0.1,
|
10 |
+
"finetuning_task": "sst2",
|
11 |
+
"hidden_dim": 3072,
|
12 |
+
"initializer_range": 0.02,
|
13 |
+
"max_position_embeddings": 512,
|
14 |
+
"model_type": "distilbert",
|
15 |
+
"n_heads": 12,
|
16 |
+
"n_layers": 6,
|
17 |
+
"output_past": true,
|
18 |
+
"pad_token_id": 0,
|
19 |
+
"problem_type": "single_label_classification",
|
20 |
+
"qa_dropout": 0.1,
|
21 |
+
"seq_classif_dropout": 0.2,
|
22 |
+
"sinusoidal_pos_embds": false,
|
23 |
+
"tie_weights_": true,
|
24 |
+
"torch_dtype": "float32",
|
25 |
+
"transformers_version": "4.9.0.dev0",
|
26 |
+
"vocab_size": 28996
|
27 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dd2a7a30f0822b2d5d6a4b1ead1ceafea2cc15867fc3650b7f5348e64f3818e0
|
3 |
+
size 263170801
|