Upload DebertaV2ForSequenceClassification
Browse files- config.json +45 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "/data/users/lytang/checkpoints/factChecker/baselines/deberta-v3-large-wicegen-v2-anli-on-gen1120-chunk-to-claim-7k-1e-5/checkpoint-915",
|
3 |
+
"architectures": [
|
4 |
+
"DebertaV2ForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"finetuning_task": "text-classification",
|
8 |
+
"hidden_act": "gelu",
|
9 |
+
"hidden_dropout_prob": 0.1,
|
10 |
+
"hidden_size": 1024,
|
11 |
+
"id2label": {
|
12 |
+
"0": "0",
|
13 |
+
"1": "1"
|
14 |
+
},
|
15 |
+
"initializer_range": 0.02,
|
16 |
+
"intermediate_size": 4096,
|
17 |
+
"label2id": {
|
18 |
+
"0": 0,
|
19 |
+
"1": 1
|
20 |
+
},
|
21 |
+
"layer_norm_eps": 1e-07,
|
22 |
+
"max_position_embeddings": 512,
|
23 |
+
"max_relative_positions": -1,
|
24 |
+
"model_type": "deberta-v2",
|
25 |
+
"norm_rel_ebd": "layer_norm",
|
26 |
+
"num_attention_heads": 16,
|
27 |
+
"num_hidden_layers": 24,
|
28 |
+
"pad_token_id": 0,
|
29 |
+
"pooler_dropout": 0,
|
30 |
+
"pooler_hidden_act": "gelu",
|
31 |
+
"pooler_hidden_size": 1024,
|
32 |
+
"pos_att_type": [
|
33 |
+
"p2c",
|
34 |
+
"c2p"
|
35 |
+
],
|
36 |
+
"position_biased_input": false,
|
37 |
+
"position_buckets": 256,
|
38 |
+
"problem_type": "single_label_classification",
|
39 |
+
"relative_attention": true,
|
40 |
+
"share_att_key": true,
|
41 |
+
"torch_dtype": "float32",
|
42 |
+
"transformers_version": "4.34.0",
|
43 |
+
"type_vocab_size": 0,
|
44 |
+
"vocab_size": 128100
|
45 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:32ced784f4831d5f324a072e43b96d4072cac4bf41042bc42243605ffbbccbdf
|
3 |
+
size 1740386738
|