Update CO2 metric from kg to g (#3)
Browse files- Update CO2 metric from kg to g (bdbe7aa36661f0e90912a36a9c534de9534f6224)
Co-authored-by: Selene Blok <[email protected]>
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
|