Upload DebertaForSequenceClassification
#1
by
MateuszW
- opened
- config.json +38 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "/home/mateusz15wozny/master_thesis/spoiler_generation/regressor/deberta-base-v3",
|
3 |
+
"architectures": [
|
4 |
+
"DebertaForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"hidden_act": "gelu",
|
8 |
+
"hidden_dropout_prob": 0.1,
|
9 |
+
"hidden_size": 768,
|
10 |
+
"id2label": {
|
11 |
+
"0": "LABEL_0"
|
12 |
+
},
|
13 |
+
"initializer_range": 0.02,
|
14 |
+
"intermediate_size": 3072,
|
15 |
+
"label2id": {
|
16 |
+
"LABEL_0": 0
|
17 |
+
},
|
18 |
+
"layer_norm_eps": 1e-07,
|
19 |
+
"max_position_embeddings": 512,
|
20 |
+
"max_relative_positions": -1,
|
21 |
+
"model_type": "deberta",
|
22 |
+
"num_attention_heads": 12,
|
23 |
+
"num_hidden_layers": 12,
|
24 |
+
"pad_token_id": 0,
|
25 |
+
"pooler_dropout": 0,
|
26 |
+
"pooler_hidden_act": "gelu",
|
27 |
+
"pooler_hidden_size": 768,
|
28 |
+
"pos_att_type": [
|
29 |
+
"c2p",
|
30 |
+
"p2c"
|
31 |
+
],
|
32 |
+
"position_biased_input": false,
|
33 |
+
"relative_attention": true,
|
34 |
+
"torch_dtype": "float32",
|
35 |
+
"transformers_version": "4.29.0.dev0",
|
36 |
+
"type_vocab_size": 0,
|
37 |
+
"vocab_size": 50265
|
38 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1fcf3f5965776674bf7486ae9099ea761148946ce25f318b4c87455a4201a771
|
3 |
+
size 556845553
|