Commit ·
18a3ac8
1
Parent(s): 276e4c3
Upload DebertaV2ForSequenceClassification
Browse files- config.json +76 -0
- model.safetensors +3 -0
config.json
ADDED
|
@@ -0,0 +1,76 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "model/hcards5.3_deberta_5epochs_SEED_3782740472/",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"DebertaV2ForSequenceClassification"
|
| 5 |
+
],
|
| 6 |
+
"attention_probs_dropout_prob": 0.1,
|
| 7 |
+
"hidden_act": "gelu",
|
| 8 |
+
"hidden_dropout_prob": 0.1,
|
| 9 |
+
"hidden_size": 1024,
|
| 10 |
+
"id2label": {
|
| 11 |
+
"0": "1_1 Ice/permafrost/snow cover isn\u2019t melting",
|
| 12 |
+
"1": "1_2 We\u2019re heading into an ice age/global cooling",
|
| 13 |
+
"2": "1_3 Weather is cold/snowing",
|
| 14 |
+
"3": "1_4 Climate hasn\u2019t warmed/changed over the last (few) decade(s)",
|
| 15 |
+
"4": "1_6 Sea level rise is exaggerated/not accelerating",
|
| 16 |
+
"5": "1_7 Extreme weather isn\u2019t increasing/has happened before/isn\u2019t linked to climate change",
|
| 17 |
+
"6": "2_1 It\u2019s natural cycles/variation",
|
| 18 |
+
"7": "2_3 There\u2019s no evidence for greenhouse effect/carbon dioxide driving climate change",
|
| 19 |
+
"8": "3_1 Climate sensitivity is low/negative feedbacks reduce warming",
|
| 20 |
+
"9": "3_2 Species/plants/reefs aren\u2019t showing climate impacts/are benefiting from climate change",
|
| 21 |
+
"10": "3_3 CO2 is beneficial/not a pollutant",
|
| 22 |
+
"11": "4_1 Climate policies (mitigation or adaptation) are harmful",
|
| 23 |
+
"12": "4_2 Climate policies are ineffective/flawed",
|
| 24 |
+
"13": "4_4 Clean energy technology/biofuels won\u2019t work",
|
| 25 |
+
"14": "4_5 People need energy (e.g. from fossil fuels/nuclear)",
|
| 26 |
+
"15": "5_1 Climate-related science is unreliable/uncertain/unsound (data, methods & models)",
|
| 27 |
+
"16": "5_2 Climate movement is unreliable/alarmist/corrupt",
|
| 28 |
+
"17": "5_3 Climate change related dilemmas are conspiracies"
|
| 29 |
+
},
|
| 30 |
+
"initializer_range": 0.02,
|
| 31 |
+
"intermediate_size": 4096,
|
| 32 |
+
"label2id": {
|
| 33 |
+
"1_1 Ice/permafrost/snow cover isn\u2019t melting": 0,
|
| 34 |
+
"1_2 We\u2019re heading into an ice age/global cooling": 1,
|
| 35 |
+
"1_3 Weather is cold/snowing": 2,
|
| 36 |
+
"1_4 Climate hasn\u2019t warmed/changed over the last (few) decade(s)": 3,
|
| 37 |
+
"1_6 Sea level rise is exaggerated/not accelerating": 4,
|
| 38 |
+
"1_7 Extreme weather isn\u2019t increasing/has happened before/isn\u2019t linked to climate change": 5,
|
| 39 |
+
"2_1 It\u2019s natural cycles/variation": 6,
|
| 40 |
+
"2_3 There\u2019s no evidence for greenhouse effect/carbon dioxide driving climate change": 7,
|
| 41 |
+
"3_1 Climate sensitivity is low/negative feedbacks reduce warming": 8,
|
| 42 |
+
"3_2 Species/plants/reefs aren\u2019t showing climate impacts/are benefiting from climate change": 9,
|
| 43 |
+
"3_3 CO2 is beneficial/not a pollutant": 10,
|
| 44 |
+
"4_1 Climate policies (mitigation or adaptation) are harmful": 11,
|
| 45 |
+
"4_2 Climate policies are ineffective/flawed": 12,
|
| 46 |
+
"4_4 Clean energy technology/biofuels won\u2019t work": 13,
|
| 47 |
+
"4_5 People need energy (e.g. from fossil fuels/nuclear)": 14,
|
| 48 |
+
"5_1 Climate-related science is unreliable/uncertain/unsound (data, methods & models)": 15,
|
| 49 |
+
"5_2 Climate movement is unreliable/alarmist/corrupt": 16,
|
| 50 |
+
"5_3 Climate change related dilemmas are conspiracies": 17
|
| 51 |
+
},
|
| 52 |
+
"layer_norm_eps": 1e-07,
|
| 53 |
+
"max_position_embeddings": 512,
|
| 54 |
+
"max_relative_positions": -1,
|
| 55 |
+
"model_type": "deberta-v2",
|
| 56 |
+
"norm_rel_ebd": "layer_norm",
|
| 57 |
+
"num_attention_heads": 16,
|
| 58 |
+
"num_hidden_layers": 24,
|
| 59 |
+
"pad_token_id": 0,
|
| 60 |
+
"pooler_dropout": 0,
|
| 61 |
+
"pooler_hidden_act": "gelu",
|
| 62 |
+
"pooler_hidden_size": 1024,
|
| 63 |
+
"pos_att_type": [
|
| 64 |
+
"p2c",
|
| 65 |
+
"c2p"
|
| 66 |
+
],
|
| 67 |
+
"position_biased_input": false,
|
| 68 |
+
"position_buckets": 256,
|
| 69 |
+
"problem_type": "multi_label_classification",
|
| 70 |
+
"relative_attention": true,
|
| 71 |
+
"share_att_key": true,
|
| 72 |
+
"torch_dtype": "float32",
|
| 73 |
+
"transformers_version": "4.35.0",
|
| 74 |
+
"type_vocab_size": 0,
|
| 75 |
+
"vocab_size": 128100
|
| 76 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:15f90eda9d0dddd52be61982abc2feded22eba992ebc13f0b125d384b5e66d2c
|
| 3 |
+
size 1740370048
|