selenecodes
commited on
Commit
•
4988e82
1
Parent(s):
6219227
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
@@ -31,7 +31,7 @@ inference:
|
|
31 |
length_penalty: 0.3
|
32 |
early_stopping: true
|
33 |
co2_eq_emissions:
|
34 |
-
emissions:
|
35 |
source: CodeCarbon
|
36 |
training_type: fine-tuning
|
37 |
geographical_location: United States of America
|
|
|
31 |
length_penalty: 0.3
|
32 |
early_stopping: true
|
33 |
co2_eq_emissions:
|
34 |
+
emissions: 250
|
35 |
source: CodeCarbon
|
36 |
training_type: fine-tuning
|
37 |
geographical_location: United States of America
|