selenecodes
commited on
Update CO2 metric from kg to g
Browse filesHuggingFace requires co2 emissions be displayed in gram instead of kilograms.
CodeCarbon delivers them in KG, hence this commit
- https://huggingface.co/docs/hub/en/model-cards-co2
README.md
CHANGED
@@ -30,7 +30,7 @@ inference:
|
|
30 |
length_penalty: 0.3
|
31 |
early_stopping: true
|
32 |
co2_eq_emissions:
|
33 |
-
emissions:
|
34 |
source: CodeCarbon
|
35 |
training_type: fine-tuning
|
36 |
geographical_location: United States of America
|
|
|
30 |
length_penalty: 0.3
|
31 |
early_stopping: true
|
32 |
co2_eq_emissions:
|
33 |
+
emissions: 290
|
34 |
source: CodeCarbon
|
35 |
training_type: fine-tuning
|
36 |
geographical_location: United States of America
|