Commit
·
3df06fd
1
Parent(s):
3be2146
Add co2 footprint
Browse files
README.md
CHANGED
@@ -1,6 +1,13 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
tags: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
|
6 |
# Model Card for Model ID
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
tags: []
|
4 |
+
|
5 |
+
co2_eq_emissions:
|
6 |
+
emissions: number (in grams of CO2)
|
7 |
+
source: "source of the information, either directly from AutoTrain, code carbon or from a scientific article documenting the model"
|
8 |
+
training_type: "pre-training or fine-tuning"
|
9 |
+
geographical_location: "as granular as possible, for instance Quebec, Canada or Brooklyn, NY, USA. To check your compute's electricity grid, you can check out https://app.electricitymap.org."
|
10 |
+
hardware_used: "how much compute and what kind, e.g. 8 v100 GPUs"
|
11 |
---
|
12 |
|
13 |
# Model Card for Model ID
|