ikrysinska
commited on
Commit
·
471e9d4
1
Parent(s):
5c5e8e0
Update README.md
Browse filesAdd carbon emissions
README.md
CHANGED
@@ -12,7 +12,22 @@ pipeline_tag: text-classification
|
|
12 |
### Model Description
|
13 |
|
14 |
<!-- Provide a longer summary of what this model is. -->
|
|
|
15 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
|
17 |
- **Developed by:** Webimmunication Team
|
18 |
- **Shared by [optional]:** @ikrysinska
|
@@ -79,7 +94,7 @@ Use the code below to get started with the model.
|
|
79 |
|
80 |
#### Preprocessing [optional]
|
81 |
|
82 |
-
|
83 |
|
84 |
|
85 |
#### Training Hyperparameters
|
@@ -94,7 +109,7 @@ Use the code below to get started with the model.
|
|
94 |
|
95 |
## Evaluation
|
96 |
|
97 |
-
|
98 |
|
99 |
### Testing Data, Factors & Metrics
|
100 |
|
@@ -136,29 +151,12 @@ Use the code below to get started with the model.
|
|
136 |
|
137 |
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).
|
138 |
|
139 |
-
- **Hardware Type:**
|
140 |
-
- **Hours used:**
|
141 |
-
- **Cloud Provider:**
|
142 |
-
- **Compute Region:**
|
143 |
-
- **Carbon Emitted:** [
|
144 |
-
|
145 |
-
## Technical Specifications [optional]
|
146 |
-
|
147 |
-
### Model Architecture and Objective
|
148 |
|
149 |
-
[More Information Needed]
|
150 |
-
|
151 |
-
### Compute Infrastructure
|
152 |
-
|
153 |
-
[More Information Needed]
|
154 |
-
|
155 |
-
#### Hardware
|
156 |
-
|
157 |
-
[More Information Needed]
|
158 |
-
|
159 |
-
#### Software
|
160 |
-
|
161 |
-
[More Information Needed]
|
162 |
|
163 |
## Citation [optional]
|
164 |
|
|
|
12 |
### Model Description
|
13 |
|
14 |
<!-- Provide a longer summary of what this model is. -->
|
15 |
+
This is a deBERTa-v3-base model with an adapter trained on X tweets from [More Information Needed] finetuned for text classification. The model predicts whether a tweet supports a given conspiracy theory or not. The model was trained on tweets related to six common COVID-19 conspiracy theories.
|
16 |
|
17 |
+
1. **Vaccines are unsafe** The coronavirus vaccine is either unsafe or part of a larger plot to control people or reduce the population.
|
18 |
+
|
19 |
+
2. **Governments and politicians spread misinformation** Politicians or government agencies are intentionally spreading false information, or they have some other motive for the way they are responding to the coronavirus.
|
20 |
+
|
21 |
+
3. **The Chinese intentionally spread the virus** The Chinese government intentionally created or spread the coronavirus to harm other countries.
|
22 |
+
|
23 |
+
4. **Deliberate strategy to create economic instability or benefit large corporations** The coronavirus or the government's response to it is a deliberate strategy to create economic instability or to benefit large corporations over small businesses.
|
24 |
+
|
25 |
+
5. **Public intentionally misled about the true nature of the virus and prevention** The public is being intentionally misled about the true nature of the Coronavirus, its risks, or the efficacy of certain treatments or prevention methods.
|
26 |
+
|
27 |
+
6. **Human made and bioweapon** The Coronavirus was created intentionally, made by humans, or as a bioweapon.
|
28 |
+
|
29 |
+
|
30 |
+
This model is suitable for English.
|
31 |
|
32 |
- **Developed by:** Webimmunication Team
|
33 |
- **Shared by [optional]:** @ikrysinska
|
|
|
94 |
|
95 |
#### Preprocessing [optional]
|
96 |
|
97 |
+
- hashtags, mentions, punctuation.
|
98 |
|
99 |
|
100 |
#### Training Hyperparameters
|
|
|
109 |
|
110 |
## Evaluation
|
111 |
|
112 |
+
The model was evaluated on a sample
|
113 |
|
114 |
### Testing Data, Factors & Metrics
|
115 |
|
|
|
151 |
|
152 |
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).
|
153 |
|
154 |
+
- **Hardware Type:** GPU Tesla V100
|
155 |
+
- **Hours used:** 40
|
156 |
+
- **Cloud Provider:** Google Cloud Platform
|
157 |
+
- **Compute Region:** us-east1
|
158 |
+
- **Carbon Emitted:** 4.44 kg CO2 ([equivalent to: 17.9 km driven by an average ICE car, 2.22 kgs of coal burned, 0.07 tree seedlings sequesting carbon for 10 years](https://www.epa.gov/energy/greenhouse-gases-equivalencies-calculator-calculations-and-references)
|
|
|
|
|
|
|
|
|
159 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
160 |
|
161 |
## Citation [optional]
|
162 |
|