climate-nlp
commited on
Commit
·
a45c7a7
1
Parent(s):
9d9c0f7
Upload LongformerForSequenceClassification
Browse files- config.json +87 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,87 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "log/neurips_log/longformer-large-4096/2_classify_query",
|
3 |
+
"architectures": [
|
4 |
+
"LongformerForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_mode": "longformer",
|
7 |
+
"attention_probs_dropout_prob": 0.1,
|
8 |
+
"attention_window": [
|
9 |
+
512,
|
10 |
+
512,
|
11 |
+
512,
|
12 |
+
512,
|
13 |
+
512,
|
14 |
+
512,
|
15 |
+
512,
|
16 |
+
512,
|
17 |
+
512,
|
18 |
+
512,
|
19 |
+
512,
|
20 |
+
512,
|
21 |
+
512,
|
22 |
+
512,
|
23 |
+
512,
|
24 |
+
512,
|
25 |
+
512,
|
26 |
+
512,
|
27 |
+
512,
|
28 |
+
512,
|
29 |
+
512,
|
30 |
+
512,
|
31 |
+
512,
|
32 |
+
512
|
33 |
+
],
|
34 |
+
"bos_token_id": 0,
|
35 |
+
"eos_token_id": 2,
|
36 |
+
"gradient_checkpointing": false,
|
37 |
+
"hidden_act": "gelu",
|
38 |
+
"hidden_dropout_prob": 0.1,
|
39 |
+
"hidden_size": 1024,
|
40 |
+
"id2label": {
|
41 |
+
"0": "alignment_with_ipcc_on_climate_action",
|
42 |
+
"1": "carbon_tax",
|
43 |
+
"2": "communication_of_climate_science",
|
44 |
+
"3": "disclosure_on_relationships",
|
45 |
+
"4": "emissions_trading",
|
46 |
+
"5": "energy_and_resource_efficiency",
|
47 |
+
"6": "energy_transition_&_zero_carbon_technologies",
|
48 |
+
"7": "ghg_emission_regulation",
|
49 |
+
"8": "land_use",
|
50 |
+
"9": "renewable_energy",
|
51 |
+
"10": "support_of_un_climate_process",
|
52 |
+
"11": "supporting_the_need_for_regulations",
|
53 |
+
"12": "transparency_on_legislation"
|
54 |
+
},
|
55 |
+
"ignore_attention_mask": false,
|
56 |
+
"initializer_range": 0.02,
|
57 |
+
"intermediate_size": 4096,
|
58 |
+
"label2id": {
|
59 |
+
"alignment_with_ipcc_on_climate_action": 0,
|
60 |
+
"carbon_tax": 1,
|
61 |
+
"communication_of_climate_science": 2,
|
62 |
+
"disclosure_on_relationships": 3,
|
63 |
+
"emissions_trading": 4,
|
64 |
+
"energy_and_resource_efficiency": 5,
|
65 |
+
"energy_transition_&_zero_carbon_technologies": 6,
|
66 |
+
"ghg_emission_regulation": 7,
|
67 |
+
"land_use": 8,
|
68 |
+
"renewable_energy": 9,
|
69 |
+
"support_of_un_climate_process": 10,
|
70 |
+
"supporting_the_need_for_regulations": 11,
|
71 |
+
"transparency_on_legislation": 12
|
72 |
+
},
|
73 |
+
"layer_norm_eps": 1e-05,
|
74 |
+
"max_position_embeddings": 4098,
|
75 |
+
"model_type": "longformer",
|
76 |
+
"num_attention_heads": 16,
|
77 |
+
"num_hidden_layers": 24,
|
78 |
+
"onnx_export": false,
|
79 |
+
"pad_token_id": 1,
|
80 |
+
"position_embedding_type": "absolute",
|
81 |
+
"problem_type": "multi_label_classification",
|
82 |
+
"sep_token_id": 2,
|
83 |
+
"torch_dtype": "float32",
|
84 |
+
"transformers_version": "4.28.0.dev0",
|
85 |
+
"type_vocab_size": 1,
|
86 |
+
"vocab_size": 50265
|
87 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ac7b74d3291482e686996233ab5e46e79b7d5063383b346c1f983f5cba6b817b
|
3 |
+
size 1738637873
|