Upload SqueezeBertForSequenceClassification
Browse files- config.json +40 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "squeezebert/squeezebert-uncased",
|
3 |
+
"architectures": [
|
4 |
+
"SqueezeBertForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"embedding_size": 768,
|
8 |
+
"hidden_act": "gelu",
|
9 |
+
"hidden_dropout_prob": 0.1,
|
10 |
+
"hidden_size": 768,
|
11 |
+
"id2label": {
|
12 |
+
"0": "LABEL_0",
|
13 |
+
"1": "LABEL_1",
|
14 |
+
"2": "LABEL_2"
|
15 |
+
},
|
16 |
+
"initializer_range": 0.02,
|
17 |
+
"intermediate_groups": 4,
|
18 |
+
"intermediate_size": 3072,
|
19 |
+
"k_groups": 4,
|
20 |
+
"label2id": {
|
21 |
+
"LABEL_0": 0,
|
22 |
+
"LABEL_1": 1,
|
23 |
+
"LABEL_2": 2
|
24 |
+
},
|
25 |
+
"layer_norm_eps": 1e-12,
|
26 |
+
"max_position_embeddings": 512,
|
27 |
+
"model_type": "squeezebert",
|
28 |
+
"num_attention_heads": 12,
|
29 |
+
"num_hidden_layers": 12,
|
30 |
+
"output_groups": 4,
|
31 |
+
"pad_token_id": 0,
|
32 |
+
"post_attention_groups": 1,
|
33 |
+
"problem_type": "single_label_classification",
|
34 |
+
"q_groups": 4,
|
35 |
+
"torch_dtype": "float32",
|
36 |
+
"transformers_version": "4.33.1",
|
37 |
+
"type_vocab_size": 2,
|
38 |
+
"v_groups": 4,
|
39 |
+
"vocab_size": 30528
|
40 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5d004195b0369ce2676a13c188c1a5efd38b713372312fb16607922732f30afa
|
3 |
+
size 204456049
|