trishachetani
commited on
Commit
•
26bc096
1
Parent(s):
3dfcf07
Initial commit with model files
Browse files- embeddings.npy +3 -0
- weather-climate +1 -0
- weatherPredictionBot_adapter/README.md +202 -0
- weatherPredictionBot_adapter/adapter_config.json +33 -0
- weatherPredictionBot_adapter/adapter_model.safetensors +3 -0
- weatherPredictionBot_adapter/added_tokens.json +237 -0
- weatherPredictionBot_adapter/config.json +176 -0
- weatherPredictionBot_adapter/merges.txt +0 -0
- weatherPredictionBot_adapter/special_tokens_map.json +15 -0
- weatherPredictionBot_adapter/tokenizer.json +0 -0
- weatherPredictionBot_adapter/tokenizer_config.json +65 -0
- weatherPredictionBot_adapter/vocab.json +0 -0
- weatherPredictionBot_complete/added_tokens.json +237 -0
- weatherPredictionBot_complete/config.json +176 -0
- weatherPredictionBot_complete/merges.txt +0 -0
- weatherPredictionBot_complete/pytorch_model.bin +3 -0
- weatherPredictionBot_complete/special_tokens_map.json +15 -0
- weatherPredictionBot_complete/tokenizer.json +0 -0
- weatherPredictionBot_complete/tokenizer_config.json +65 -0
- weatherPredictionBot_complete/vocab.json +0 -0
- weatherPredictionBot_tensorflow/added_tokens.json +237 -0
- weatherPredictionBot_tensorflow/config.json +55 -0
- weatherPredictionBot_tensorflow/merges.txt +0 -0
- weatherPredictionBot_tensorflow/special_tokens_map.json +15 -0
- weatherPredictionBot_tensorflow/tf_model.h5 +3 -0
- weatherPredictionBot_tensorflow/tokenizer.json +0 -0
- weatherPredictionBot_tensorflow/tokenizer_config.json +65 -0
- weatherPredictionBot_tensorflow/vocab.json +0 -0
embeddings.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e13c3328764c146f6e14f762182ecbe2bfa418b0c70e507f46bd2e43ed3606c3
|
3 |
+
size 6272
|
weather-climate
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit 3dfcf07923f4416d3051af2f88711056700eadcd
|
weatherPredictionBot_adapter/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: climatebert/distilroberta-base-climate-detector
|
3 |
+
library_name: peft
|
4 |
+
---
|
5 |
+
|
6 |
+
# Model Card for Model ID
|
7 |
+
|
8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
|
14 |
+
### Model Description
|
15 |
+
|
16 |
+
<!-- Provide a longer summary of what this model is. -->
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
- **Developed by:** [More Information Needed]
|
21 |
+
- **Funded by [optional]:** [More Information Needed]
|
22 |
+
- **Shared by [optional]:** [More Information Needed]
|
23 |
+
- **Model type:** [More Information Needed]
|
24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
25 |
+
- **License:** [More Information Needed]
|
26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
+
|
28 |
+
### Model Sources [optional]
|
29 |
+
|
30 |
+
<!-- Provide the basic links for the model. -->
|
31 |
+
|
32 |
+
- **Repository:** [More Information Needed]
|
33 |
+
- **Paper [optional]:** [More Information Needed]
|
34 |
+
- **Demo [optional]:** [More Information Needed]
|
35 |
+
|
36 |
+
## Uses
|
37 |
+
|
38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
39 |
+
|
40 |
+
### Direct Use
|
41 |
+
|
42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
43 |
+
|
44 |
+
[More Information Needed]
|
45 |
+
|
46 |
+
### Downstream Use [optional]
|
47 |
+
|
48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
49 |
+
|
50 |
+
[More Information Needed]
|
51 |
+
|
52 |
+
### Out-of-Scope Use
|
53 |
+
|
54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
55 |
+
|
56 |
+
[More Information Needed]
|
57 |
+
|
58 |
+
## Bias, Risks, and Limitations
|
59 |
+
|
60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
### Recommendations
|
65 |
+
|
66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
67 |
+
|
68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
69 |
+
|
70 |
+
## How to Get Started with the Model
|
71 |
+
|
72 |
+
Use the code below to get started with the model.
|
73 |
+
|
74 |
+
[More Information Needed]
|
75 |
+
|
76 |
+
## Training Details
|
77 |
+
|
78 |
+
### Training Data
|
79 |
+
|
80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
81 |
+
|
82 |
+
[More Information Needed]
|
83 |
+
|
84 |
+
### Training Procedure
|
85 |
+
|
86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
87 |
+
|
88 |
+
#### Preprocessing [optional]
|
89 |
+
|
90 |
+
[More Information Needed]
|
91 |
+
|
92 |
+
|
93 |
+
#### Training Hyperparameters
|
94 |
+
|
95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
96 |
+
|
97 |
+
#### Speeds, Sizes, Times [optional]
|
98 |
+
|
99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
100 |
+
|
101 |
+
[More Information Needed]
|
102 |
+
|
103 |
+
## Evaluation
|
104 |
+
|
105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
106 |
+
|
107 |
+
### Testing Data, Factors & Metrics
|
108 |
+
|
109 |
+
#### Testing Data
|
110 |
+
|
111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
112 |
+
|
113 |
+
[More Information Needed]
|
114 |
+
|
115 |
+
#### Factors
|
116 |
+
|
117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
118 |
+
|
119 |
+
[More Information Needed]
|
120 |
+
|
121 |
+
#### Metrics
|
122 |
+
|
123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
### Results
|
128 |
+
|
129 |
+
[More Information Needed]
|
130 |
+
|
131 |
+
#### Summary
|
132 |
+
|
133 |
+
|
134 |
+
|
135 |
+
## Model Examination [optional]
|
136 |
+
|
137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
138 |
+
|
139 |
+
[More Information Needed]
|
140 |
+
|
141 |
+
## Environmental Impact
|
142 |
+
|
143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
144 |
+
|
145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
146 |
+
|
147 |
+
- **Hardware Type:** [More Information Needed]
|
148 |
+
- **Hours used:** [More Information Needed]
|
149 |
+
- **Cloud Provider:** [More Information Needed]
|
150 |
+
- **Compute Region:** [More Information Needed]
|
151 |
+
- **Carbon Emitted:** [More Information Needed]
|
152 |
+
|
153 |
+
## Technical Specifications [optional]
|
154 |
+
|
155 |
+
### Model Architecture and Objective
|
156 |
+
|
157 |
+
[More Information Needed]
|
158 |
+
|
159 |
+
### Compute Infrastructure
|
160 |
+
|
161 |
+
[More Information Needed]
|
162 |
+
|
163 |
+
#### Hardware
|
164 |
+
|
165 |
+
[More Information Needed]
|
166 |
+
|
167 |
+
#### Software
|
168 |
+
|
169 |
+
[More Information Needed]
|
170 |
+
|
171 |
+
## Citation [optional]
|
172 |
+
|
173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
174 |
+
|
175 |
+
**BibTeX:**
|
176 |
+
|
177 |
+
[More Information Needed]
|
178 |
+
|
179 |
+
**APA:**
|
180 |
+
|
181 |
+
[More Information Needed]
|
182 |
+
|
183 |
+
## Glossary [optional]
|
184 |
+
|
185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
186 |
+
|
187 |
+
[More Information Needed]
|
188 |
+
|
189 |
+
## More Information [optional]
|
190 |
+
|
191 |
+
[More Information Needed]
|
192 |
+
|
193 |
+
## Model Card Authors [optional]
|
194 |
+
|
195 |
+
[More Information Needed]
|
196 |
+
|
197 |
+
## Model Card Contact
|
198 |
+
|
199 |
+
[More Information Needed]
|
200 |
+
### Framework versions
|
201 |
+
|
202 |
+
- PEFT 0.12.0
|
weatherPredictionBot_adapter/adapter_config.json
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "climatebert/distilroberta-base-climate-detector",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": false,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layer_replication": null,
|
10 |
+
"layers_pattern": null,
|
11 |
+
"layers_to_transform": null,
|
12 |
+
"loftq_config": {},
|
13 |
+
"lora_alpha": 32,
|
14 |
+
"lora_dropout": 0.1,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": [
|
18 |
+
"classifier",
|
19 |
+
"score"
|
20 |
+
],
|
21 |
+
"peft_type": "LORA",
|
22 |
+
"r": 8,
|
23 |
+
"rank_pattern": {},
|
24 |
+
"revision": null,
|
25 |
+
"target_modules": [
|
26 |
+
"query",
|
27 |
+
"value",
|
28 |
+
"key"
|
29 |
+
],
|
30 |
+
"task_type": "TOKEN_CLS",
|
31 |
+
"use_dora": false,
|
32 |
+
"use_rslora": false
|
33 |
+
}
|
weatherPredictionBot_adapter/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6a84d783fb66f792bad408b412509c8b36c2af1896365397fbf56b73efcd0acf
|
3 |
+
size 936148
|
weatherPredictionBot_adapter/added_tokens.json
ADDED
@@ -0,0 +1,237 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"2021": 50347,
|
3 |
+
"2025": 50403,
|
4 |
+
"2030": 50339,
|
5 |
+
"2050": 50401,
|
6 |
+
"Agreement": 50344,
|
7 |
+
"BNP": 50370,
|
8 |
+
"BlackRock": 50480,
|
9 |
+
"CO2": 50365,
|
10 |
+
"Carbon": 50358,
|
11 |
+
"Committee": 50329,
|
12 |
+
"Corporate": 50408,
|
13 |
+
"ESG": 50360,
|
14 |
+
"Eni": 50476,
|
15 |
+
"Finance": 50493,
|
16 |
+
"GHG": 50322,
|
17 |
+
"Governance": 50308,
|
18 |
+
"Greenhouse": 50463,
|
19 |
+
"IFC": 50475,
|
20 |
+
"Investment": 50369,
|
21 |
+
"Operational": 50486,
|
22 |
+
"Paribas": 50385,
|
23 |
+
"Principles": 50494,
|
24 |
+
"Risk": 50319,
|
25 |
+
"Sustainability": 50362,
|
26 |
+
"Sustainable": 50341,
|
27 |
+
"achieve": 50379,
|
28 |
+
"achieving": 50498,
|
29 |
+
"across": 50299,
|
30 |
+
"activities": 50283,
|
31 |
+
"addition": 50287,
|
32 |
+
"additional": 50367,
|
33 |
+
"adverse": 50411,
|
34 |
+
"adversely": 50497,
|
35 |
+
"affect": 50320,
|
36 |
+
"already": 50496,
|
37 |
+
"annual": 50342,
|
38 |
+
"annually": 50488,
|
39 |
+
"approach": 50311,
|
40 |
+
"areas": 50318,
|
41 |
+
"assess": 50378,
|
42 |
+
"assessment": 50351,
|
43 |
+
"asset": 50325,
|
44 |
+
"basis": 50473,
|
45 |
+
"bond": 50418,
|
46 |
+
"bonds": 50452,
|
47 |
+
"buildings": 50404,
|
48 |
+
"businesses": 50309,
|
49 |
+
"caused": 50410,
|
50 |
+
"cement": 50492,
|
51 |
+
"challenges": 50400,
|
52 |
+
"claims": 50470,
|
53 |
+
"clients": 50289,
|
54 |
+
"commitment": 50337,
|
55 |
+
"commitments": 50465,
|
56 |
+
"committed": 50334,
|
57 |
+
"communities": 50389,
|
58 |
+
"companies": 50271,
|
59 |
+
"compared": 50467,
|
60 |
+
"conditions": 50376,
|
61 |
+
"considered": 50479,
|
62 |
+
"construction": 50462,
|
63 |
+
"consumption": 50314,
|
64 |
+
"continued": 50443,
|
65 |
+
"contribute": 50405,
|
66 |
+
"corporate": 50307,
|
67 |
+
"costs": 50275,
|
68 |
+
"countries": 50328,
|
69 |
+
"criteria": 50477,
|
70 |
+
"customer": 50395,
|
71 |
+
"customers": 50279,
|
72 |
+
"decision": 50481,
|
73 |
+
"decisions": 50412,
|
74 |
+
"deliver": 50437,
|
75 |
+
"developing": 50381,
|
76 |
+
"developments": 50474,
|
77 |
+
"dioxide": 50471,
|
78 |
+
"directly": 50427,
|
79 |
+
"disasters": 50432,
|
80 |
+
"distribution": 50429,
|
81 |
+
"economy": 50304,
|
82 |
+
"efforts": 50324,
|
83 |
+
"electricity": 50291,
|
84 |
+
"emerging": 50489,
|
85 |
+
"emission": 50388,
|
86 |
+
"emissions": 50266,
|
87 |
+
"employees": 50332,
|
88 |
+
"engagement": 50397,
|
89 |
+
"ensure": 50399,
|
90 |
+
"environmental": 50268,
|
91 |
+
"equity": 50434,
|
92 |
+
"equivalent": 50457,
|
93 |
+
"experience": 50448,
|
94 |
+
"exposed": 50386,
|
95 |
+
"exposure": 50343,
|
96 |
+
"facilities": 50336,
|
97 |
+
"factors": 50301,
|
98 |
+
"failure": 50499,
|
99 |
+
"finance": 50298,
|
100 |
+
"financing": 50294,
|
101 |
+
"fiscal": 50436,
|
102 |
+
"flooding": 50407,
|
103 |
+
"floods": 50449,
|
104 |
+
"following": 50371,
|
105 |
+
"footprint": 50338,
|
106 |
+
"fossil": 50374,
|
107 |
+
"fuels": 50375,
|
108 |
+
"funds": 50398,
|
109 |
+
"further": 50315,
|
110 |
+
"goals": 50348,
|
111 |
+
"governance": 50345,
|
112 |
+
"greater": 50444,
|
113 |
+
"greenhouse": 50323,
|
114 |
+
"identify": 50377,
|
115 |
+
"impacts": 50272,
|
116 |
+
"included": 50393,
|
117 |
+
"increase": 50280,
|
118 |
+
"increased": 50293,
|
119 |
+
"increases": 50446,
|
120 |
+
"indirect": 50445,
|
121 |
+
"industry": 50292,
|
122 |
+
"infrastructure": 50310,
|
123 |
+
"initiative": 50424,
|
124 |
+
"initiatives": 50316,
|
125 |
+
"innovative": 50491,
|
126 |
+
"institutions": 50450,
|
127 |
+
"insurance": 50296,
|
128 |
+
"invested": 50439,
|
129 |
+
"investing": 50392,
|
130 |
+
"investment": 50269,
|
131 |
+
"investments": 50282,
|
132 |
+
"investors": 50356,
|
133 |
+
"launched": 50440,
|
134 |
+
"least": 50487,
|
135 |
+
"legislation": 50485,
|
136 |
+
"lending": 50368,
|
137 |
+
"loan": 50396,
|
138 |
+
"loans": 50417,
|
139 |
+
"longer": 50431,
|
140 |
+
"losses": 50346,
|
141 |
+
"mainly": 50466,
|
142 |
+
"manage": 50326,
|
143 |
+
"managing": 50421,
|
144 |
+
"manufacturing": 50425,
|
145 |
+
"materials": 50357,
|
146 |
+
"methodology": 50483,
|
147 |
+
"metrics": 50442,
|
148 |
+
"mitigate": 50428,
|
149 |
+
"mortgage": 50459,
|
150 |
+
"objectives": 50387,
|
151 |
+
"operate": 50415,
|
152 |
+
"operating": 50372,
|
153 |
+
"operational": 50302,
|
154 |
+
"operations": 50270,
|
155 |
+
"opportunities": 50278,
|
156 |
+
"others": 50472,
|
157 |
+
"overall": 50366,
|
158 |
+
"particular": 50390,
|
159 |
+
"partners": 50482,
|
160 |
+
"patterns": 50438,
|
161 |
+
"planning": 50435,
|
162 |
+
"plans": 50383,
|
163 |
+
"plants": 50350,
|
164 |
+
"policies": 50353,
|
165 |
+
"portfolio": 50277,
|
166 |
+
"portfolios": 50363,
|
167 |
+
"possible": 50420,
|
168 |
+
"potential": 50281,
|
169 |
+
"practices": 50394,
|
170 |
+
"prices": 50484,
|
171 |
+
"processes": 50354,
|
172 |
+
"profitability": 50454,
|
173 |
+
"provide": 50313,
|
174 |
+
"provides": 50409,
|
175 |
+
"purchase": 50478,
|
176 |
+
"reduce": 50284,
|
177 |
+
"reduced": 50422,
|
178 |
+
"reducing": 50359,
|
179 |
+
"reduction": 50306,
|
180 |
+
"regarding": 50413,
|
181 |
+
"regulations": 50321,
|
182 |
+
"regulatory": 50295,
|
183 |
+
"relating": 50461,
|
184 |
+
"renewable": 50274,
|
185 |
+
"reputation": 50327,
|
186 |
+
"reputational": 50469,
|
187 |
+
"requirements": 50335,
|
188 |
+
"resilience": 50433,
|
189 |
+
"resulting": 50361,
|
190 |
+
"returns": 50495,
|
191 |
+
"risks": 50265,
|
192 |
+
"sands": 50441,
|
193 |
+
"scenario": 50290,
|
194 |
+
"scenarios": 50330,
|
195 |
+
"sectors": 50312,
|
196 |
+
"several": 50416,
|
197 |
+
"severity": 50468,
|
198 |
+
"significantly": 50458,
|
199 |
+
"society": 50364,
|
200 |
+
"solar": 50340,
|
201 |
+
"solutions": 50355,
|
202 |
+
"sources": 50380,
|
203 |
+
"stakeholders": 50384,
|
204 |
+
"standards": 50349,
|
205 |
+
"statements": 50453,
|
206 |
+
"strategic": 50300,
|
207 |
+
"strategies": 50391,
|
208 |
+
"strategy": 50286,
|
209 |
+
"suppliers": 50402,
|
210 |
+
"supply": 50297,
|
211 |
+
"supporting": 50490,
|
212 |
+
"sustainability": 50285,
|
213 |
+
"sustainable": 50288,
|
214 |
+
"systems": 50333,
|
215 |
+
"taken": 50460,
|
216 |
+
"targets": 50305,
|
217 |
+
"technologies": 50352,
|
218 |
+
"temperature": 50423,
|
219 |
+
"therefore": 50456,
|
220 |
+
"tonnes": 50447,
|
221 |
+
"towards": 50414,
|
222 |
+
"transactions": 50451,
|
223 |
+
"transition": 50273,
|
224 |
+
"transport": 50419,
|
225 |
+
"unable": 50464,
|
226 |
+
"uncertainty": 50406,
|
227 |
+
"various": 50382,
|
228 |
+
"vehicles": 50455,
|
229 |
+
"waste": 50331,
|
230 |
+
"–": 50317,
|
231 |
+
"—": 50430,
|
232 |
+
"‘": 50426,
|
233 |
+
"’": 50267,
|
234 |
+
"“": 50373,
|
235 |
+
"•": 50276,
|
236 |
+
"€": 50303
|
237 |
+
}
|
weatherPredictionBot_adapter/config.json
ADDED
@@ -0,0 +1,176 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"label_list": [
|
3 |
+
"O",
|
4 |
+
"B-city",
|
5 |
+
"I-city",
|
6 |
+
"B-country_code",
|
7 |
+
"I-country_code",
|
8 |
+
"B-zipcode",
|
9 |
+
"I-zipcode",
|
10 |
+
"B-start_date",
|
11 |
+
"I-start_date",
|
12 |
+
"B-end_date",
|
13 |
+
"I-end_date",
|
14 |
+
"B-time_period",
|
15 |
+
"I-time_period",
|
16 |
+
"B-days",
|
17 |
+
"I-days"
|
18 |
+
],
|
19 |
+
"label_to_id": {
|
20 |
+
"O": 0,
|
21 |
+
"B-city": 1,
|
22 |
+
"I-city": 2,
|
23 |
+
"B-country_code": 3,
|
24 |
+
"I-country_code": 4,
|
25 |
+
"B-zipcode": 5,
|
26 |
+
"I-zipcode": 6,
|
27 |
+
"B-start_date": 7,
|
28 |
+
"I-start_date": 8,
|
29 |
+
"B-end_date": 9,
|
30 |
+
"I-end_date": 10,
|
31 |
+
"B-time_period": 11,
|
32 |
+
"I-time_period": 12,
|
33 |
+
"B-days": 13,
|
34 |
+
"I-days": 14
|
35 |
+
},
|
36 |
+
"id_to_label": {
|
37 |
+
"0": "O",
|
38 |
+
"1": "B-city",
|
39 |
+
"2": "I-city",
|
40 |
+
"3": "B-country_code",
|
41 |
+
"4": "I-country_code",
|
42 |
+
"5": "B-zipcode",
|
43 |
+
"6": "I-zipcode",
|
44 |
+
"7": "B-start_date",
|
45 |
+
"8": "I-start_date",
|
46 |
+
"9": "B-end_date",
|
47 |
+
"10": "I-end_date",
|
48 |
+
"11": "B-time_period",
|
49 |
+
"12": "I-time_period",
|
50 |
+
"13": "B-days",
|
51 |
+
"14": "I-days"
|
52 |
+
},
|
53 |
+
"training_args": {
|
54 |
+
"output_dir": "./results",
|
55 |
+
"overwrite_output_dir": false,
|
56 |
+
"do_train": false,
|
57 |
+
"do_eval": true,
|
58 |
+
"do_predict": false,
|
59 |
+
"evaluation_strategy": "epoch",
|
60 |
+
"prediction_loss_only": false,
|
61 |
+
"per_device_train_batch_size": 8,
|
62 |
+
"per_device_eval_batch_size": 8,
|
63 |
+
"per_gpu_train_batch_size": null,
|
64 |
+
"per_gpu_eval_batch_size": null,
|
65 |
+
"gradient_accumulation_steps": 1,
|
66 |
+
"eval_accumulation_steps": null,
|
67 |
+
"eval_delay": 0,
|
68 |
+
"learning_rate": 2e-05,
|
69 |
+
"weight_decay": 0.01,
|
70 |
+
"adam_beta1": 0.9,
|
71 |
+
"adam_beta2": 0.999,
|
72 |
+
"adam_epsilon": 1e-08,
|
73 |
+
"max_grad_norm": 1.0,
|
74 |
+
"num_train_epochs": 3,
|
75 |
+
"max_steps": -1,
|
76 |
+
"lr_scheduler_type": "linear",
|
77 |
+
"warmup_ratio": 0.0,
|
78 |
+
"warmup_steps": 0,
|
79 |
+
"log_level": "passive",
|
80 |
+
"log_level_replica": "passive",
|
81 |
+
"log_on_each_node": true,
|
82 |
+
"logging_dir": "./logs",
|
83 |
+
"logging_strategy": "steps",
|
84 |
+
"logging_first_step": false,
|
85 |
+
"logging_steps": 10,
|
86 |
+
"logging_nan_inf_filter": true,
|
87 |
+
"save_strategy": "epoch",
|
88 |
+
"save_steps": 500,
|
89 |
+
"save_total_limit": null,
|
90 |
+
"save_on_each_node": false,
|
91 |
+
"no_cuda": false,
|
92 |
+
"use_mps_device": false,
|
93 |
+
"seed": 42,
|
94 |
+
"data_seed": null,
|
95 |
+
"jit_mode_eval": false,
|
96 |
+
"use_ipex": false,
|
97 |
+
"bf16": false,
|
98 |
+
"fp16": true,
|
99 |
+
"fp16_opt_level": "O1",
|
100 |
+
"half_precision_backend": "cuda_amp",
|
101 |
+
"bf16_full_eval": false,
|
102 |
+
"fp16_full_eval": false,
|
103 |
+
"tf32": null,
|
104 |
+
"local_rank": -1,
|
105 |
+
"xpu_backend": null,
|
106 |
+
"tpu_num_cores": null,
|
107 |
+
"tpu_metrics_debug": false,
|
108 |
+
"debug": [],
|
109 |
+
"dataloader_drop_last": false,
|
110 |
+
"eval_steps": null,
|
111 |
+
"dataloader_num_workers": 0,
|
112 |
+
"past_index": -1,
|
113 |
+
"run_name": "./results",
|
114 |
+
"disable_tqdm": false,
|
115 |
+
"remove_unused_columns": true,
|
116 |
+
"label_names": null,
|
117 |
+
"load_best_model_at_end": true,
|
118 |
+
"metric_for_best_model": "loss",
|
119 |
+
"greater_is_better": false,
|
120 |
+
"ignore_data_skip": false,
|
121 |
+
"sharded_ddp": [],
|
122 |
+
"fsdp": [],
|
123 |
+
"fsdp_min_num_params": 0,
|
124 |
+
"fsdp_transformer_layer_cls_to_wrap": null,
|
125 |
+
"deepspeed": null,
|
126 |
+
"label_smoothing_factor": 0.0,
|
127 |
+
"optim": "adamw_hf",
|
128 |
+
"optim_args": null,
|
129 |
+
"adafactor": false,
|
130 |
+
"group_by_length": false,
|
131 |
+
"length_column_name": "length",
|
132 |
+
"report_to": [
|
133 |
+
"tensorboard"
|
134 |
+
],
|
135 |
+
"ddp_find_unused_parameters": null,
|
136 |
+
"ddp_bucket_cap_mb": null,
|
137 |
+
"dataloader_pin_memory": true,
|
138 |
+
"skip_memory_metrics": true,
|
139 |
+
"use_legacy_prediction_loop": false,
|
140 |
+
"push_to_hub": false,
|
141 |
+
"resume_from_checkpoint": null,
|
142 |
+
"hub_model_id": null,
|
143 |
+
"hub_strategy": "every_save",
|
144 |
+
"hub_token": "<HUB_TOKEN>",
|
145 |
+
"hub_private_repo": false,
|
146 |
+
"gradient_checkpointing": false,
|
147 |
+
"include_inputs_for_metrics": false,
|
148 |
+
"fp16_backend": "auto",
|
149 |
+
"push_to_hub_model_id": null,
|
150 |
+
"push_to_hub_organization": null,
|
151 |
+
"push_to_hub_token": "<PUSH_TO_HUB_TOKEN>",
|
152 |
+
"mp_parameters": "",
|
153 |
+
"auto_find_batch_size": false,
|
154 |
+
"full_determinism": false,
|
155 |
+
"torchdynamo": null,
|
156 |
+
"ray_scope": "last",
|
157 |
+
"ddp_timeout": 1800,
|
158 |
+
"torch_compile": false,
|
159 |
+
"torch_compile_backend": null,
|
160 |
+
"torch_compile_mode": null
|
161 |
+
},
|
162 |
+
"lora_config": {
|
163 |
+
"r": 8,
|
164 |
+
"lora_alpha": 32,
|
165 |
+
"target_modules": [
|
166 |
+
"query",
|
167 |
+
"value",
|
168 |
+
"key"
|
169 |
+
],
|
170 |
+
"lora_dropout": 0.1,
|
171 |
+
"bias": "none",
|
172 |
+
"task_type": "TOKEN_CLS"
|
173 |
+
},
|
174 |
+
"model_type": "roberta",
|
175 |
+
"base_model_name": "climatebert/distilroberta-base-climate-detector"
|
176 |
+
}
|
weatherPredictionBot_adapter/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
weatherPredictionBot_adapter/special_tokens_map.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": "<s>",
|
3 |
+
"cls_token": "<s>",
|
4 |
+
"eos_token": "</s>",
|
5 |
+
"mask_token": {
|
6 |
+
"content": "<mask>",
|
7 |
+
"lstrip": true,
|
8 |
+
"normalized": false,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false
|
11 |
+
},
|
12 |
+
"pad_token": "<pad>",
|
13 |
+
"sep_token": "</s>",
|
14 |
+
"unk_token": "<unk>"
|
15 |
+
}
|
weatherPredictionBot_adapter/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
weatherPredictionBot_adapter/tokenizer_config.json
ADDED
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_prefix_space": true,
|
3 |
+
"bos_token": {
|
4 |
+
"__type": "AddedToken",
|
5 |
+
"content": "<s>",
|
6 |
+
"lstrip": false,
|
7 |
+
"normalized": true,
|
8 |
+
"rstrip": false,
|
9 |
+
"single_word": false
|
10 |
+
},
|
11 |
+
"cls_token": {
|
12 |
+
"__type": "AddedToken",
|
13 |
+
"content": "<s>",
|
14 |
+
"lstrip": false,
|
15 |
+
"normalized": true,
|
16 |
+
"rstrip": false,
|
17 |
+
"single_word": false
|
18 |
+
},
|
19 |
+
"eos_token": {
|
20 |
+
"__type": "AddedToken",
|
21 |
+
"content": "</s>",
|
22 |
+
"lstrip": false,
|
23 |
+
"normalized": true,
|
24 |
+
"rstrip": false,
|
25 |
+
"single_word": false
|
26 |
+
},
|
27 |
+
"errors": "replace",
|
28 |
+
"mask_token": {
|
29 |
+
"__type": "AddedToken",
|
30 |
+
"content": "<mask>",
|
31 |
+
"lstrip": true,
|
32 |
+
"normalized": true,
|
33 |
+
"rstrip": false,
|
34 |
+
"single_word": false
|
35 |
+
},
|
36 |
+
"model_max_length": 514,
|
37 |
+
"name_or_path": "climatebert/distilroberta-base-climate-detector",
|
38 |
+
"pad_token": {
|
39 |
+
"__type": "AddedToken",
|
40 |
+
"content": "<pad>",
|
41 |
+
"lstrip": false,
|
42 |
+
"normalized": true,
|
43 |
+
"rstrip": false,
|
44 |
+
"single_word": false
|
45 |
+
},
|
46 |
+
"sep_token": {
|
47 |
+
"__type": "AddedToken",
|
48 |
+
"content": "</s>",
|
49 |
+
"lstrip": false,
|
50 |
+
"normalized": true,
|
51 |
+
"rstrip": false,
|
52 |
+
"single_word": false
|
53 |
+
},
|
54 |
+
"special_tokens_map_file": "pre_model/30092021_roberta/special_tokens_map.json",
|
55 |
+
"tokenizer_class": "RobertaTokenizer",
|
56 |
+
"trim_offsets": true,
|
57 |
+
"unk_token": {
|
58 |
+
"__type": "AddedToken",
|
59 |
+
"content": "<unk>",
|
60 |
+
"lstrip": false,
|
61 |
+
"normalized": true,
|
62 |
+
"rstrip": false,
|
63 |
+
"single_word": false
|
64 |
+
}
|
65 |
+
}
|
weatherPredictionBot_adapter/vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
weatherPredictionBot_complete/added_tokens.json
ADDED
@@ -0,0 +1,237 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"2021": 50347,
|
3 |
+
"2025": 50403,
|
4 |
+
"2030": 50339,
|
5 |
+
"2050": 50401,
|
6 |
+
"Agreement": 50344,
|
7 |
+
"BNP": 50370,
|
8 |
+
"BlackRock": 50480,
|
9 |
+
"CO2": 50365,
|
10 |
+
"Carbon": 50358,
|
11 |
+
"Committee": 50329,
|
12 |
+
"Corporate": 50408,
|
13 |
+
"ESG": 50360,
|
14 |
+
"Eni": 50476,
|
15 |
+
"Finance": 50493,
|
16 |
+
"GHG": 50322,
|
17 |
+
"Governance": 50308,
|
18 |
+
"Greenhouse": 50463,
|
19 |
+
"IFC": 50475,
|
20 |
+
"Investment": 50369,
|
21 |
+
"Operational": 50486,
|
22 |
+
"Paribas": 50385,
|
23 |
+
"Principles": 50494,
|
24 |
+
"Risk": 50319,
|
25 |
+
"Sustainability": 50362,
|
26 |
+
"Sustainable": 50341,
|
27 |
+
"achieve": 50379,
|
28 |
+
"achieving": 50498,
|
29 |
+
"across": 50299,
|
30 |
+
"activities": 50283,
|
31 |
+
"addition": 50287,
|
32 |
+
"additional": 50367,
|
33 |
+
"adverse": 50411,
|
34 |
+
"adversely": 50497,
|
35 |
+
"affect": 50320,
|
36 |
+
"already": 50496,
|
37 |
+
"annual": 50342,
|
38 |
+
"annually": 50488,
|
39 |
+
"approach": 50311,
|
40 |
+
"areas": 50318,
|
41 |
+
"assess": 50378,
|
42 |
+
"assessment": 50351,
|
43 |
+
"asset": 50325,
|
44 |
+
"basis": 50473,
|
45 |
+
"bond": 50418,
|
46 |
+
"bonds": 50452,
|
47 |
+
"buildings": 50404,
|
48 |
+
"businesses": 50309,
|
49 |
+
"caused": 50410,
|
50 |
+
"cement": 50492,
|
51 |
+
"challenges": 50400,
|
52 |
+
"claims": 50470,
|
53 |
+
"clients": 50289,
|
54 |
+
"commitment": 50337,
|
55 |
+
"commitments": 50465,
|
56 |
+
"committed": 50334,
|
57 |
+
"communities": 50389,
|
58 |
+
"companies": 50271,
|
59 |
+
"compared": 50467,
|
60 |
+
"conditions": 50376,
|
61 |
+
"considered": 50479,
|
62 |
+
"construction": 50462,
|
63 |
+
"consumption": 50314,
|
64 |
+
"continued": 50443,
|
65 |
+
"contribute": 50405,
|
66 |
+
"corporate": 50307,
|
67 |
+
"costs": 50275,
|
68 |
+
"countries": 50328,
|
69 |
+
"criteria": 50477,
|
70 |
+
"customer": 50395,
|
71 |
+
"customers": 50279,
|
72 |
+
"decision": 50481,
|
73 |
+
"decisions": 50412,
|
74 |
+
"deliver": 50437,
|
75 |
+
"developing": 50381,
|
76 |
+
"developments": 50474,
|
77 |
+
"dioxide": 50471,
|
78 |
+
"directly": 50427,
|
79 |
+
"disasters": 50432,
|
80 |
+
"distribution": 50429,
|
81 |
+
"economy": 50304,
|
82 |
+
"efforts": 50324,
|
83 |
+
"electricity": 50291,
|
84 |
+
"emerging": 50489,
|
85 |
+
"emission": 50388,
|
86 |
+
"emissions": 50266,
|
87 |
+
"employees": 50332,
|
88 |
+
"engagement": 50397,
|
89 |
+
"ensure": 50399,
|
90 |
+
"environmental": 50268,
|
91 |
+
"equity": 50434,
|
92 |
+
"equivalent": 50457,
|
93 |
+
"experience": 50448,
|
94 |
+
"exposed": 50386,
|
95 |
+
"exposure": 50343,
|
96 |
+
"facilities": 50336,
|
97 |
+
"factors": 50301,
|
98 |
+
"failure": 50499,
|
99 |
+
"finance": 50298,
|
100 |
+
"financing": 50294,
|
101 |
+
"fiscal": 50436,
|
102 |
+
"flooding": 50407,
|
103 |
+
"floods": 50449,
|
104 |
+
"following": 50371,
|
105 |
+
"footprint": 50338,
|
106 |
+
"fossil": 50374,
|
107 |
+
"fuels": 50375,
|
108 |
+
"funds": 50398,
|
109 |
+
"further": 50315,
|
110 |
+
"goals": 50348,
|
111 |
+
"governance": 50345,
|
112 |
+
"greater": 50444,
|
113 |
+
"greenhouse": 50323,
|
114 |
+
"identify": 50377,
|
115 |
+
"impacts": 50272,
|
116 |
+
"included": 50393,
|
117 |
+
"increase": 50280,
|
118 |
+
"increased": 50293,
|
119 |
+
"increases": 50446,
|
120 |
+
"indirect": 50445,
|
121 |
+
"industry": 50292,
|
122 |
+
"infrastructure": 50310,
|
123 |
+
"initiative": 50424,
|
124 |
+
"initiatives": 50316,
|
125 |
+
"innovative": 50491,
|
126 |
+
"institutions": 50450,
|
127 |
+
"insurance": 50296,
|
128 |
+
"invested": 50439,
|
129 |
+
"investing": 50392,
|
130 |
+
"investment": 50269,
|
131 |
+
"investments": 50282,
|
132 |
+
"investors": 50356,
|
133 |
+
"launched": 50440,
|
134 |
+
"least": 50487,
|
135 |
+
"legislation": 50485,
|
136 |
+
"lending": 50368,
|
137 |
+
"loan": 50396,
|
138 |
+
"loans": 50417,
|
139 |
+
"longer": 50431,
|
140 |
+
"losses": 50346,
|
141 |
+
"mainly": 50466,
|
142 |
+
"manage": 50326,
|
143 |
+
"managing": 50421,
|
144 |
+
"manufacturing": 50425,
|
145 |
+
"materials": 50357,
|
146 |
+
"methodology": 50483,
|
147 |
+
"metrics": 50442,
|
148 |
+
"mitigate": 50428,
|
149 |
+
"mortgage": 50459,
|
150 |
+
"objectives": 50387,
|
151 |
+
"operate": 50415,
|
152 |
+
"operating": 50372,
|
153 |
+
"operational": 50302,
|
154 |
+
"operations": 50270,
|
155 |
+
"opportunities": 50278,
|
156 |
+
"others": 50472,
|
157 |
+
"overall": 50366,
|
158 |
+
"particular": 50390,
|
159 |
+
"partners": 50482,
|
160 |
+
"patterns": 50438,
|
161 |
+
"planning": 50435,
|
162 |
+
"plans": 50383,
|
163 |
+
"plants": 50350,
|
164 |
+
"policies": 50353,
|
165 |
+
"portfolio": 50277,
|
166 |
+
"portfolios": 50363,
|
167 |
+
"possible": 50420,
|
168 |
+
"potential": 50281,
|
169 |
+
"practices": 50394,
|
170 |
+
"prices": 50484,
|
171 |
+
"processes": 50354,
|
172 |
+
"profitability": 50454,
|
173 |
+
"provide": 50313,
|
174 |
+
"provides": 50409,
|
175 |
+
"purchase": 50478,
|
176 |
+
"reduce": 50284,
|
177 |
+
"reduced": 50422,
|
178 |
+
"reducing": 50359,
|
179 |
+
"reduction": 50306,
|
180 |
+
"regarding": 50413,
|
181 |
+
"regulations": 50321,
|
182 |
+
"regulatory": 50295,
|
183 |
+
"relating": 50461,
|
184 |
+
"renewable": 50274,
|
185 |
+
"reputation": 50327,
|
186 |
+
"reputational": 50469,
|
187 |
+
"requirements": 50335,
|
188 |
+
"resilience": 50433,
|
189 |
+
"resulting": 50361,
|
190 |
+
"returns": 50495,
|
191 |
+
"risks": 50265,
|
192 |
+
"sands": 50441,
|
193 |
+
"scenario": 50290,
|
194 |
+
"scenarios": 50330,
|
195 |
+
"sectors": 50312,
|
196 |
+
"several": 50416,
|
197 |
+
"severity": 50468,
|
198 |
+
"significantly": 50458,
|
199 |
+
"society": 50364,
|
200 |
+
"solar": 50340,
|
201 |
+
"solutions": 50355,
|
202 |
+
"sources": 50380,
|
203 |
+
"stakeholders": 50384,
|
204 |
+
"standards": 50349,
|
205 |
+
"statements": 50453,
|
206 |
+
"strategic": 50300,
|
207 |
+
"strategies": 50391,
|
208 |
+
"strategy": 50286,
|
209 |
+
"suppliers": 50402,
|
210 |
+
"supply": 50297,
|
211 |
+
"supporting": 50490,
|
212 |
+
"sustainability": 50285,
|
213 |
+
"sustainable": 50288,
|
214 |
+
"systems": 50333,
|
215 |
+
"taken": 50460,
|
216 |
+
"targets": 50305,
|
217 |
+
"technologies": 50352,
|
218 |
+
"temperature": 50423,
|
219 |
+
"therefore": 50456,
|
220 |
+
"tonnes": 50447,
|
221 |
+
"towards": 50414,
|
222 |
+
"transactions": 50451,
|
223 |
+
"transition": 50273,
|
224 |
+
"transport": 50419,
|
225 |
+
"unable": 50464,
|
226 |
+
"uncertainty": 50406,
|
227 |
+
"various": 50382,
|
228 |
+
"vehicles": 50455,
|
229 |
+
"waste": 50331,
|
230 |
+
"–": 50317,
|
231 |
+
"—": 50430,
|
232 |
+
"‘": 50426,
|
233 |
+
"’": 50267,
|
234 |
+
"“": 50373,
|
235 |
+
"•": 50276,
|
236 |
+
"€": 50303
|
237 |
+
}
|
weatherPredictionBot_complete/config.json
ADDED
@@ -0,0 +1,176 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"label_list": [
|
3 |
+
"O",
|
4 |
+
"B-city",
|
5 |
+
"I-city",
|
6 |
+
"B-country_code",
|
7 |
+
"I-country_code",
|
8 |
+
"B-zipcode",
|
9 |
+
"I-zipcode",
|
10 |
+
"B-start_date",
|
11 |
+
"I-start_date",
|
12 |
+
"B-end_date",
|
13 |
+
"I-end_date",
|
14 |
+
"B-time_period",
|
15 |
+
"I-time_period",
|
16 |
+
"B-days",
|
17 |
+
"I-days"
|
18 |
+
],
|
19 |
+
"label_to_id": {
|
20 |
+
"O": 0,
|
21 |
+
"B-city": 1,
|
22 |
+
"I-city": 2,
|
23 |
+
"B-country_code": 3,
|
24 |
+
"I-country_code": 4,
|
25 |
+
"B-zipcode": 5,
|
26 |
+
"I-zipcode": 6,
|
27 |
+
"B-start_date": 7,
|
28 |
+
"I-start_date": 8,
|
29 |
+
"B-end_date": 9,
|
30 |
+
"I-end_date": 10,
|
31 |
+
"B-time_period": 11,
|
32 |
+
"I-time_period": 12,
|
33 |
+
"B-days": 13,
|
34 |
+
"I-days": 14
|
35 |
+
},
|
36 |
+
"id_to_label": {
|
37 |
+
"0": "O",
|
38 |
+
"1": "B-city",
|
39 |
+
"2": "I-city",
|
40 |
+
"3": "B-country_code",
|
41 |
+
"4": "I-country_code",
|
42 |
+
"5": "B-zipcode",
|
43 |
+
"6": "I-zipcode",
|
44 |
+
"7": "B-start_date",
|
45 |
+
"8": "I-start_date",
|
46 |
+
"9": "B-end_date",
|
47 |
+
"10": "I-end_date",
|
48 |
+
"11": "B-time_period",
|
49 |
+
"12": "I-time_period",
|
50 |
+
"13": "B-days",
|
51 |
+
"14": "I-days"
|
52 |
+
},
|
53 |
+
"training_args": {
|
54 |
+
"output_dir": "./results",
|
55 |
+
"overwrite_output_dir": false,
|
56 |
+
"do_train": false,
|
57 |
+
"do_eval": true,
|
58 |
+
"do_predict": false,
|
59 |
+
"evaluation_strategy": "epoch",
|
60 |
+
"prediction_loss_only": false,
|
61 |
+
"per_device_train_batch_size": 8,
|
62 |
+
"per_device_eval_batch_size": 8,
|
63 |
+
"per_gpu_train_batch_size": null,
|
64 |
+
"per_gpu_eval_batch_size": null,
|
65 |
+
"gradient_accumulation_steps": 1,
|
66 |
+
"eval_accumulation_steps": null,
|
67 |
+
"eval_delay": 0,
|
68 |
+
"learning_rate": 2e-05,
|
69 |
+
"weight_decay": 0.01,
|
70 |
+
"adam_beta1": 0.9,
|
71 |
+
"adam_beta2": 0.999,
|
72 |
+
"adam_epsilon": 1e-08,
|
73 |
+
"max_grad_norm": 1.0,
|
74 |
+
"num_train_epochs": 3,
|
75 |
+
"max_steps": -1,
|
76 |
+
"lr_scheduler_type": "linear",
|
77 |
+
"warmup_ratio": 0.0,
|
78 |
+
"warmup_steps": 0,
|
79 |
+
"log_level": "passive",
|
80 |
+
"log_level_replica": "passive",
|
81 |
+
"log_on_each_node": true,
|
82 |
+
"logging_dir": "./logs",
|
83 |
+
"logging_strategy": "steps",
|
84 |
+
"logging_first_step": false,
|
85 |
+
"logging_steps": 10,
|
86 |
+
"logging_nan_inf_filter": true,
|
87 |
+
"save_strategy": "epoch",
|
88 |
+
"save_steps": 500,
|
89 |
+
"save_total_limit": null,
|
90 |
+
"save_on_each_node": false,
|
91 |
+
"no_cuda": false,
|
92 |
+
"use_mps_device": false,
|
93 |
+
"seed": 42,
|
94 |
+
"data_seed": null,
|
95 |
+
"jit_mode_eval": false,
|
96 |
+
"use_ipex": false,
|
97 |
+
"bf16": false,
|
98 |
+
"fp16": true,
|
99 |
+
"fp16_opt_level": "O1",
|
100 |
+
"half_precision_backend": "cuda_amp",
|
101 |
+
"bf16_full_eval": false,
|
102 |
+
"fp16_full_eval": false,
|
103 |
+
"tf32": null,
|
104 |
+
"local_rank": -1,
|
105 |
+
"xpu_backend": null,
|
106 |
+
"tpu_num_cores": null,
|
107 |
+
"tpu_metrics_debug": false,
|
108 |
+
"debug": [],
|
109 |
+
"dataloader_drop_last": false,
|
110 |
+
"eval_steps": null,
|
111 |
+
"dataloader_num_workers": 0,
|
112 |
+
"past_index": -1,
|
113 |
+
"run_name": "./results",
|
114 |
+
"disable_tqdm": false,
|
115 |
+
"remove_unused_columns": true,
|
116 |
+
"label_names": null,
|
117 |
+
"load_best_model_at_end": true,
|
118 |
+
"metric_for_best_model": "loss",
|
119 |
+
"greater_is_better": false,
|
120 |
+
"ignore_data_skip": false,
|
121 |
+
"sharded_ddp": [],
|
122 |
+
"fsdp": [],
|
123 |
+
"fsdp_min_num_params": 0,
|
124 |
+
"fsdp_transformer_layer_cls_to_wrap": null,
|
125 |
+
"deepspeed": null,
|
126 |
+
"label_smoothing_factor": 0.0,
|
127 |
+
"optim": "adamw_hf",
|
128 |
+
"optim_args": null,
|
129 |
+
"adafactor": false,
|
130 |
+
"group_by_length": false,
|
131 |
+
"length_column_name": "length",
|
132 |
+
"report_to": [
|
133 |
+
"tensorboard"
|
134 |
+
],
|
135 |
+
"ddp_find_unused_parameters": null,
|
136 |
+
"ddp_bucket_cap_mb": null,
|
137 |
+
"dataloader_pin_memory": true,
|
138 |
+
"skip_memory_metrics": true,
|
139 |
+
"use_legacy_prediction_loop": false,
|
140 |
+
"push_to_hub": false,
|
141 |
+
"resume_from_checkpoint": null,
|
142 |
+
"hub_model_id": null,
|
143 |
+
"hub_strategy": "every_save",
|
144 |
+
"hub_token": "<HUB_TOKEN>",
|
145 |
+
"hub_private_repo": false,
|
146 |
+
"gradient_checkpointing": false,
|
147 |
+
"include_inputs_for_metrics": false,
|
148 |
+
"fp16_backend": "auto",
|
149 |
+
"push_to_hub_model_id": null,
|
150 |
+
"push_to_hub_organization": null,
|
151 |
+
"push_to_hub_token": "<PUSH_TO_HUB_TOKEN>",
|
152 |
+
"mp_parameters": "",
|
153 |
+
"auto_find_batch_size": false,
|
154 |
+
"full_determinism": false,
|
155 |
+
"torchdynamo": null,
|
156 |
+
"ray_scope": "last",
|
157 |
+
"ddp_timeout": 1800,
|
158 |
+
"torch_compile": false,
|
159 |
+
"torch_compile_backend": null,
|
160 |
+
"torch_compile_mode": null
|
161 |
+
},
|
162 |
+
"lora_config": {
|
163 |
+
"r": 8,
|
164 |
+
"lora_alpha": 32,
|
165 |
+
"target_modules": [
|
166 |
+
"query",
|
167 |
+
"value",
|
168 |
+
"key"
|
169 |
+
],
|
170 |
+
"lora_dropout": 0.1,
|
171 |
+
"bias": "none",
|
172 |
+
"task_type": "TOKEN_CLS"
|
173 |
+
},
|
174 |
+
"model_type": "roberta",
|
175 |
+
"base_model_name": "climatebert/distilroberta-base-climate-detector"
|
176 |
+
}
|
weatherPredictionBot_complete/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
weatherPredictionBot_complete/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f44b7203f1fce4de1123b0c63fb267f62781cf1c4d4f98d155a2286c95ca5020
|
3 |
+
size 326917802
|
weatherPredictionBot_complete/special_tokens_map.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": "<s>",
|
3 |
+
"cls_token": "<s>",
|
4 |
+
"eos_token": "</s>",
|
5 |
+
"mask_token": {
|
6 |
+
"content": "<mask>",
|
7 |
+
"lstrip": true,
|
8 |
+
"normalized": false,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false
|
11 |
+
},
|
12 |
+
"pad_token": "<pad>",
|
13 |
+
"sep_token": "</s>",
|
14 |
+
"unk_token": "<unk>"
|
15 |
+
}
|
weatherPredictionBot_complete/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
weatherPredictionBot_complete/tokenizer_config.json
ADDED
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_prefix_space": true,
|
3 |
+
"bos_token": {
|
4 |
+
"__type": "AddedToken",
|
5 |
+
"content": "<s>",
|
6 |
+
"lstrip": false,
|
7 |
+
"normalized": true,
|
8 |
+
"rstrip": false,
|
9 |
+
"single_word": false
|
10 |
+
},
|
11 |
+
"cls_token": {
|
12 |
+
"__type": "AddedToken",
|
13 |
+
"content": "<s>",
|
14 |
+
"lstrip": false,
|
15 |
+
"normalized": true,
|
16 |
+
"rstrip": false,
|
17 |
+
"single_word": false
|
18 |
+
},
|
19 |
+
"eos_token": {
|
20 |
+
"__type": "AddedToken",
|
21 |
+
"content": "</s>",
|
22 |
+
"lstrip": false,
|
23 |
+
"normalized": true,
|
24 |
+
"rstrip": false,
|
25 |
+
"single_word": false
|
26 |
+
},
|
27 |
+
"errors": "replace",
|
28 |
+
"mask_token": {
|
29 |
+
"__type": "AddedToken",
|
30 |
+
"content": "<mask>",
|
31 |
+
"lstrip": true,
|
32 |
+
"normalized": true,
|
33 |
+
"rstrip": false,
|
34 |
+
"single_word": false
|
35 |
+
},
|
36 |
+
"model_max_length": 514,
|
37 |
+
"name_or_path": "climatebert/distilroberta-base-climate-detector",
|
38 |
+
"pad_token": {
|
39 |
+
"__type": "AddedToken",
|
40 |
+
"content": "<pad>",
|
41 |
+
"lstrip": false,
|
42 |
+
"normalized": true,
|
43 |
+
"rstrip": false,
|
44 |
+
"single_word": false
|
45 |
+
},
|
46 |
+
"sep_token": {
|
47 |
+
"__type": "AddedToken",
|
48 |
+
"content": "</s>",
|
49 |
+
"lstrip": false,
|
50 |
+
"normalized": true,
|
51 |
+
"rstrip": false,
|
52 |
+
"single_word": false
|
53 |
+
},
|
54 |
+
"special_tokens_map_file": "pre_model/30092021_roberta/special_tokens_map.json",
|
55 |
+
"tokenizer_class": "RobertaTokenizer",
|
56 |
+
"trim_offsets": true,
|
57 |
+
"unk_token": {
|
58 |
+
"__type": "AddedToken",
|
59 |
+
"content": "<unk>",
|
60 |
+
"lstrip": false,
|
61 |
+
"normalized": true,
|
62 |
+
"rstrip": false,
|
63 |
+
"single_word": false
|
64 |
+
}
|
65 |
+
}
|
weatherPredictionBot_complete/vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
weatherPredictionBot_tensorflow/added_tokens.json
ADDED
@@ -0,0 +1,237 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"2021": 50347,
|
3 |
+
"2025": 50403,
|
4 |
+
"2030": 50339,
|
5 |
+
"2050": 50401,
|
6 |
+
"Agreement": 50344,
|
7 |
+
"BNP": 50370,
|
8 |
+
"BlackRock": 50480,
|
9 |
+
"CO2": 50365,
|
10 |
+
"Carbon": 50358,
|
11 |
+
"Committee": 50329,
|
12 |
+
"Corporate": 50408,
|
13 |
+
"ESG": 50360,
|
14 |
+
"Eni": 50476,
|
15 |
+
"Finance": 50493,
|
16 |
+
"GHG": 50322,
|
17 |
+
"Governance": 50308,
|
18 |
+
"Greenhouse": 50463,
|
19 |
+
"IFC": 50475,
|
20 |
+
"Investment": 50369,
|
21 |
+
"Operational": 50486,
|
22 |
+
"Paribas": 50385,
|
23 |
+
"Principles": 50494,
|
24 |
+
"Risk": 50319,
|
25 |
+
"Sustainability": 50362,
|
26 |
+
"Sustainable": 50341,
|
27 |
+
"achieve": 50379,
|
28 |
+
"achieving": 50498,
|
29 |
+
"across": 50299,
|
30 |
+
"activities": 50283,
|
31 |
+
"addition": 50287,
|
32 |
+
"additional": 50367,
|
33 |
+
"adverse": 50411,
|
34 |
+
"adversely": 50497,
|
35 |
+
"affect": 50320,
|
36 |
+
"already": 50496,
|
37 |
+
"annual": 50342,
|
38 |
+
"annually": 50488,
|
39 |
+
"approach": 50311,
|
40 |
+
"areas": 50318,
|
41 |
+
"assess": 50378,
|
42 |
+
"assessment": 50351,
|
43 |
+
"asset": 50325,
|
44 |
+
"basis": 50473,
|
45 |
+
"bond": 50418,
|
46 |
+
"bonds": 50452,
|
47 |
+
"buildings": 50404,
|
48 |
+
"businesses": 50309,
|
49 |
+
"caused": 50410,
|
50 |
+
"cement": 50492,
|
51 |
+
"challenges": 50400,
|
52 |
+
"claims": 50470,
|
53 |
+
"clients": 50289,
|
54 |
+
"commitment": 50337,
|
55 |
+
"commitments": 50465,
|
56 |
+
"committed": 50334,
|
57 |
+
"communities": 50389,
|
58 |
+
"companies": 50271,
|
59 |
+
"compared": 50467,
|
60 |
+
"conditions": 50376,
|
61 |
+
"considered": 50479,
|
62 |
+
"construction": 50462,
|
63 |
+
"consumption": 50314,
|
64 |
+
"continued": 50443,
|
65 |
+
"contribute": 50405,
|
66 |
+
"corporate": 50307,
|
67 |
+
"costs": 50275,
|
68 |
+
"countries": 50328,
|
69 |
+
"criteria": 50477,
|
70 |
+
"customer": 50395,
|
71 |
+
"customers": 50279,
|
72 |
+
"decision": 50481,
|
73 |
+
"decisions": 50412,
|
74 |
+
"deliver": 50437,
|
75 |
+
"developing": 50381,
|
76 |
+
"developments": 50474,
|
77 |
+
"dioxide": 50471,
|
78 |
+
"directly": 50427,
|
79 |
+
"disasters": 50432,
|
80 |
+
"distribution": 50429,
|
81 |
+
"economy": 50304,
|
82 |
+
"efforts": 50324,
|
83 |
+
"electricity": 50291,
|
84 |
+
"emerging": 50489,
|
85 |
+
"emission": 50388,
|
86 |
+
"emissions": 50266,
|
87 |
+
"employees": 50332,
|
88 |
+
"engagement": 50397,
|
89 |
+
"ensure": 50399,
|
90 |
+
"environmental": 50268,
|
91 |
+
"equity": 50434,
|
92 |
+
"equivalent": 50457,
|
93 |
+
"experience": 50448,
|
94 |
+
"exposed": 50386,
|
95 |
+
"exposure": 50343,
|
96 |
+
"facilities": 50336,
|
97 |
+
"factors": 50301,
|
98 |
+
"failure": 50499,
|
99 |
+
"finance": 50298,
|
100 |
+
"financing": 50294,
|
101 |
+
"fiscal": 50436,
|
102 |
+
"flooding": 50407,
|
103 |
+
"floods": 50449,
|
104 |
+
"following": 50371,
|
105 |
+
"footprint": 50338,
|
106 |
+
"fossil": 50374,
|
107 |
+
"fuels": 50375,
|
108 |
+
"funds": 50398,
|
109 |
+
"further": 50315,
|
110 |
+
"goals": 50348,
|
111 |
+
"governance": 50345,
|
112 |
+
"greater": 50444,
|
113 |
+
"greenhouse": 50323,
|
114 |
+
"identify": 50377,
|
115 |
+
"impacts": 50272,
|
116 |
+
"included": 50393,
|
117 |
+
"increase": 50280,
|
118 |
+
"increased": 50293,
|
119 |
+
"increases": 50446,
|
120 |
+
"indirect": 50445,
|
121 |
+
"industry": 50292,
|
122 |
+
"infrastructure": 50310,
|
123 |
+
"initiative": 50424,
|
124 |
+
"initiatives": 50316,
|
125 |
+
"innovative": 50491,
|
126 |
+
"institutions": 50450,
|
127 |
+
"insurance": 50296,
|
128 |
+
"invested": 50439,
|
129 |
+
"investing": 50392,
|
130 |
+
"investment": 50269,
|
131 |
+
"investments": 50282,
|
132 |
+
"investors": 50356,
|
133 |
+
"launched": 50440,
|
134 |
+
"least": 50487,
|
135 |
+
"legislation": 50485,
|
136 |
+
"lending": 50368,
|
137 |
+
"loan": 50396,
|
138 |
+
"loans": 50417,
|
139 |
+
"longer": 50431,
|
140 |
+
"losses": 50346,
|
141 |
+
"mainly": 50466,
|
142 |
+
"manage": 50326,
|
143 |
+
"managing": 50421,
|
144 |
+
"manufacturing": 50425,
|
145 |
+
"materials": 50357,
|
146 |
+
"methodology": 50483,
|
147 |
+
"metrics": 50442,
|
148 |
+
"mitigate": 50428,
|
149 |
+
"mortgage": 50459,
|
150 |
+
"objectives": 50387,
|
151 |
+
"operate": 50415,
|
152 |
+
"operating": 50372,
|
153 |
+
"operational": 50302,
|
154 |
+
"operations": 50270,
|
155 |
+
"opportunities": 50278,
|
156 |
+
"others": 50472,
|
157 |
+
"overall": 50366,
|
158 |
+
"particular": 50390,
|
159 |
+
"partners": 50482,
|
160 |
+
"patterns": 50438,
|
161 |
+
"planning": 50435,
|
162 |
+
"plans": 50383,
|
163 |
+
"plants": 50350,
|
164 |
+
"policies": 50353,
|
165 |
+
"portfolio": 50277,
|
166 |
+
"portfolios": 50363,
|
167 |
+
"possible": 50420,
|
168 |
+
"potential": 50281,
|
169 |
+
"practices": 50394,
|
170 |
+
"prices": 50484,
|
171 |
+
"processes": 50354,
|
172 |
+
"profitability": 50454,
|
173 |
+
"provide": 50313,
|
174 |
+
"provides": 50409,
|
175 |
+
"purchase": 50478,
|
176 |
+
"reduce": 50284,
|
177 |
+
"reduced": 50422,
|
178 |
+
"reducing": 50359,
|
179 |
+
"reduction": 50306,
|
180 |
+
"regarding": 50413,
|
181 |
+
"regulations": 50321,
|
182 |
+
"regulatory": 50295,
|
183 |
+
"relating": 50461,
|
184 |
+
"renewable": 50274,
|
185 |
+
"reputation": 50327,
|
186 |
+
"reputational": 50469,
|
187 |
+
"requirements": 50335,
|
188 |
+
"resilience": 50433,
|
189 |
+
"resulting": 50361,
|
190 |
+
"returns": 50495,
|
191 |
+
"risks": 50265,
|
192 |
+
"sands": 50441,
|
193 |
+
"scenario": 50290,
|
194 |
+
"scenarios": 50330,
|
195 |
+
"sectors": 50312,
|
196 |
+
"several": 50416,
|
197 |
+
"severity": 50468,
|
198 |
+
"significantly": 50458,
|
199 |
+
"society": 50364,
|
200 |
+
"solar": 50340,
|
201 |
+
"solutions": 50355,
|
202 |
+
"sources": 50380,
|
203 |
+
"stakeholders": 50384,
|
204 |
+
"standards": 50349,
|
205 |
+
"statements": 50453,
|
206 |
+
"strategic": 50300,
|
207 |
+
"strategies": 50391,
|
208 |
+
"strategy": 50286,
|
209 |
+
"suppliers": 50402,
|
210 |
+
"supply": 50297,
|
211 |
+
"supporting": 50490,
|
212 |
+
"sustainability": 50285,
|
213 |
+
"sustainable": 50288,
|
214 |
+
"systems": 50333,
|
215 |
+
"taken": 50460,
|
216 |
+
"targets": 50305,
|
217 |
+
"technologies": 50352,
|
218 |
+
"temperature": 50423,
|
219 |
+
"therefore": 50456,
|
220 |
+
"tonnes": 50447,
|
221 |
+
"towards": 50414,
|
222 |
+
"transactions": 50451,
|
223 |
+
"transition": 50273,
|
224 |
+
"transport": 50419,
|
225 |
+
"unable": 50464,
|
226 |
+
"uncertainty": 50406,
|
227 |
+
"various": 50382,
|
228 |
+
"vehicles": 50455,
|
229 |
+
"waste": 50331,
|
230 |
+
"–": 50317,
|
231 |
+
"—": 50430,
|
232 |
+
"‘": 50426,
|
233 |
+
"’": 50267,
|
234 |
+
"“": 50373,
|
235 |
+
"•": 50276,
|
236 |
+
"€": 50303
|
237 |
+
}
|
weatherPredictionBot_tensorflow/config.json
ADDED
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"label_list": [
|
3 |
+
"O",
|
4 |
+
"B-city",
|
5 |
+
"I-city",
|
6 |
+
"B-country_code",
|
7 |
+
"I-country_code",
|
8 |
+
"B-zipcode",
|
9 |
+
"I-zipcode",
|
10 |
+
"B-start_date",
|
11 |
+
"I-start_date",
|
12 |
+
"B-end_date",
|
13 |
+
"I-end_date",
|
14 |
+
"B-time_period",
|
15 |
+
"I-time_period",
|
16 |
+
"B-days",
|
17 |
+
"I-days"
|
18 |
+
],
|
19 |
+
"label_to_id": {
|
20 |
+
"O": 0,
|
21 |
+
"B-city": 1,
|
22 |
+
"I-city": 2,
|
23 |
+
"B-country_code": 3,
|
24 |
+
"I-country_code": 4,
|
25 |
+
"B-zipcode": 5,
|
26 |
+
"I-zipcode": 6,
|
27 |
+
"B-start_date": 7,
|
28 |
+
"I-start_date": 8,
|
29 |
+
"B-end_date": 9,
|
30 |
+
"I-end_date": 10,
|
31 |
+
"B-time_period": 11,
|
32 |
+
"I-time_period": 12,
|
33 |
+
"B-days": 13,
|
34 |
+
"I-days": 14
|
35 |
+
},
|
36 |
+
"id_to_label": {
|
37 |
+
"0": "O",
|
38 |
+
"1": "B-city",
|
39 |
+
"2": "I-city",
|
40 |
+
"3": "B-country_code",
|
41 |
+
"4": "I-country_code",
|
42 |
+
"5": "B-zipcode",
|
43 |
+
"6": "I-zipcode",
|
44 |
+
"7": "B-start_date",
|
45 |
+
"8": "I-start_date",
|
46 |
+
"9": "B-end_date",
|
47 |
+
"10": "I-end_date",
|
48 |
+
"11": "B-time_period",
|
49 |
+
"12": "I-time_period",
|
50 |
+
"13": "B-days",
|
51 |
+
"14": "I-days"
|
52 |
+
},
|
53 |
+
"model_type": "roberta",
|
54 |
+
"base_model_name": "climatebert/distilroberta-base-climate-detector"
|
55 |
+
}
|
weatherPredictionBot_tensorflow/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
weatherPredictionBot_tensorflow/special_tokens_map.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": "<s>",
|
3 |
+
"cls_token": "<s>",
|
4 |
+
"eos_token": "</s>",
|
5 |
+
"mask_token": {
|
6 |
+
"content": "<mask>",
|
7 |
+
"lstrip": true,
|
8 |
+
"normalized": false,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false
|
11 |
+
},
|
12 |
+
"pad_token": "<pad>",
|
13 |
+
"sep_token": "</s>",
|
14 |
+
"unk_token": "<unk>"
|
15 |
+
}
|
weatherPredictionBot_tensorflow/tf_model.h5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8ecb0a6274dd4240089538986cdbaa44c0a65ea8778bcf70f395172a94bfe562
|
3 |
+
size 327027048
|
weatherPredictionBot_tensorflow/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
weatherPredictionBot_tensorflow/tokenizer_config.json
ADDED
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_prefix_space": true,
|
3 |
+
"bos_token": {
|
4 |
+
"__type": "AddedToken",
|
5 |
+
"content": "<s>",
|
6 |
+
"lstrip": false,
|
7 |
+
"normalized": true,
|
8 |
+
"rstrip": false,
|
9 |
+
"single_word": false
|
10 |
+
},
|
11 |
+
"cls_token": {
|
12 |
+
"__type": "AddedToken",
|
13 |
+
"content": "<s>",
|
14 |
+
"lstrip": false,
|
15 |
+
"normalized": true,
|
16 |
+
"rstrip": false,
|
17 |
+
"single_word": false
|
18 |
+
},
|
19 |
+
"eos_token": {
|
20 |
+
"__type": "AddedToken",
|
21 |
+
"content": "</s>",
|
22 |
+
"lstrip": false,
|
23 |
+
"normalized": true,
|
24 |
+
"rstrip": false,
|
25 |
+
"single_word": false
|
26 |
+
},
|
27 |
+
"errors": "replace",
|
28 |
+
"mask_token": {
|
29 |
+
"__type": "AddedToken",
|
30 |
+
"content": "<mask>",
|
31 |
+
"lstrip": true,
|
32 |
+
"normalized": true,
|
33 |
+
"rstrip": false,
|
34 |
+
"single_word": false
|
35 |
+
},
|
36 |
+
"model_max_length": 514,
|
37 |
+
"name_or_path": "climatebert/distilroberta-base-climate-detector",
|
38 |
+
"pad_token": {
|
39 |
+
"__type": "AddedToken",
|
40 |
+
"content": "<pad>",
|
41 |
+
"lstrip": false,
|
42 |
+
"normalized": true,
|
43 |
+
"rstrip": false,
|
44 |
+
"single_word": false
|
45 |
+
},
|
46 |
+
"sep_token": {
|
47 |
+
"__type": "AddedToken",
|
48 |
+
"content": "</s>",
|
49 |
+
"lstrip": false,
|
50 |
+
"normalized": true,
|
51 |
+
"rstrip": false,
|
52 |
+
"single_word": false
|
53 |
+
},
|
54 |
+
"special_tokens_map_file": "pre_model/30092021_roberta/special_tokens_map.json",
|
55 |
+
"tokenizer_class": "RobertaTokenizer",
|
56 |
+
"trim_offsets": true,
|
57 |
+
"unk_token": {
|
58 |
+
"__type": "AddedToken",
|
59 |
+
"content": "<unk>",
|
60 |
+
"lstrip": false,
|
61 |
+
"normalized": true,
|
62 |
+
"rstrip": false,
|
63 |
+
"single_word": false
|
64 |
+
}
|
65 |
+
}
|
weatherPredictionBot_tensorflow/vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|