Upload folder using huggingface_hub
Browse files- model/config.json +67 -0
- model/pytorch_model.bin +3 -0
model/config.json
ADDED
@@ -0,0 +1,67 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "microsoft/deberta-v2-xlarge",
|
3 |
+
"architectures": [
|
4 |
+
"DebertaV2ForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_head_size": 64,
|
7 |
+
"attention_probs_dropout_prob": 0.1,
|
8 |
+
"conv_act": "gelu",
|
9 |
+
"conv_kernel_size": 3,
|
10 |
+
"hidden_act": "gelu",
|
11 |
+
"hidden_dropout_prob": 0.1,
|
12 |
+
"hidden_size": 1536,
|
13 |
+
"id2label": {
|
14 |
+
"0": "LABEL_0",
|
15 |
+
"1": "LABEL_1",
|
16 |
+
"2": "LABEL_2",
|
17 |
+
"3": "LABEL_3",
|
18 |
+
"4": "LABEL_4",
|
19 |
+
"5": "LABEL_5",
|
20 |
+
"6": "LABEL_6",
|
21 |
+
"7": "LABEL_7",
|
22 |
+
"8": "LABEL_8",
|
23 |
+
"9": "LABEL_9",
|
24 |
+
"10": "LABEL_10",
|
25 |
+
"11": "LABEL_11"
|
26 |
+
},
|
27 |
+
"initializer_range": 0.02,
|
28 |
+
"intermediate_size": 6144,
|
29 |
+
"label2id": {
|
30 |
+
"LABEL_0": 0,
|
31 |
+
"LABEL_1": 1,
|
32 |
+
"LABEL_10": 10,
|
33 |
+
"LABEL_11": 11,
|
34 |
+
"LABEL_2": 2,
|
35 |
+
"LABEL_3": 3,
|
36 |
+
"LABEL_4": 4,
|
37 |
+
"LABEL_5": 5,
|
38 |
+
"LABEL_6": 6,
|
39 |
+
"LABEL_7": 7,
|
40 |
+
"LABEL_8": 8,
|
41 |
+
"LABEL_9": 9
|
42 |
+
},
|
43 |
+
"layer_norm_eps": 1e-07,
|
44 |
+
"max_position_embeddings": 512,
|
45 |
+
"max_relative_positions": -1,
|
46 |
+
"model_type": "deberta-v2",
|
47 |
+
"norm_rel_ebd": "layer_norm",
|
48 |
+
"num_attention_heads": 24,
|
49 |
+
"num_hidden_layers": 24,
|
50 |
+
"pad_token_id": 0,
|
51 |
+
"pooler_dropout": 0,
|
52 |
+
"pooler_hidden_act": "gelu",
|
53 |
+
"pooler_hidden_size": 1536,
|
54 |
+
"pos_att_type": [
|
55 |
+
"p2c",
|
56 |
+
"c2p"
|
57 |
+
],
|
58 |
+
"position_biased_input": false,
|
59 |
+
"position_buckets": 256,
|
60 |
+
"relative_attention": true,
|
61 |
+
"share_att_key": true,
|
62 |
+
"torch_dtype": "float32",
|
63 |
+
"transformers_version": "4.34.1",
|
64 |
+
"type_vocab_size": 0,
|
65 |
+
"use_cache": true,
|
66 |
+
"vocab_size": 128100
|
67 |
+
}
|
model/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a7e32dfa4627e8ff09738585b0cda34ae6fbf55b8a56bcf68e224ddd35b08a30
|
3 |
+
size 3548028034
|