Upload DebertaV2ForSequenceClassification
Browse files- config.json +53 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "sileod/deberta-v3-base-tasksource-nli",
|
3 |
+
"architectures": [
|
4 |
+
"DebertaV2ForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"classifiers_size": [
|
8 |
+
4
|
9 |
+
],
|
10 |
+
"hidden_act": "gelu",
|
11 |
+
"hidden_dropout_prob": 0.1,
|
12 |
+
"hidden_size": 768,
|
13 |
+
"id2label": {
|
14 |
+
"0": 0,
|
15 |
+
"1": 1,
|
16 |
+
"2": 2,
|
17 |
+
"3": 3
|
18 |
+
},
|
19 |
+
"initializer_range": 0.02,
|
20 |
+
"intermediate_size": 3072,
|
21 |
+
"label2id": {
|
22 |
+
"0": 0,
|
23 |
+
"1": 1,
|
24 |
+
"2": 2,
|
25 |
+
"3": 3
|
26 |
+
},
|
27 |
+
"layer_norm_eps": 1e-07,
|
28 |
+
"max_position_embeddings": 512,
|
29 |
+
"max_relative_positions": -1,
|
30 |
+
"model_type": "deberta-v2",
|
31 |
+
"norm_rel_ebd": "layer_norm",
|
32 |
+
"num_attention_heads": 12,
|
33 |
+
"num_hidden_layers": 12,
|
34 |
+
"pad_token_id": 0,
|
35 |
+
"pooler_dropout": 0,
|
36 |
+
"pooler_hidden_act": "gelu",
|
37 |
+
"pooler_hidden_size": 768,
|
38 |
+
"pos_att_type": [
|
39 |
+
"p2c",
|
40 |
+
"c2p"
|
41 |
+
],
|
42 |
+
"position_biased_input": false,
|
43 |
+
"position_buckets": 256,
|
44 |
+
"relative_attention": true,
|
45 |
+
"share_att_key": true,
|
46 |
+
"tasks": [
|
47 |
+
"nogae___financial_question_classification/default-0359ef1690a06a73"
|
48 |
+
],
|
49 |
+
"torch_dtype": "float32",
|
50 |
+
"transformers_version": "4.33.2",
|
51 |
+
"type_vocab_size": 0,
|
52 |
+
"vocab_size": 128100
|
53 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0d10b8d86f0c2b525b42b8bea8e2197c9d93ee691008a7871eeeea9983981a01
|
3 |
+
size 737768114
|