Correct co2_eq_emissions in README.md as it should be given in grams instead of kg. (#2)
Browse files- Correct co2_eq_emissions in README.md as it should be given in grams instead of kg. (e40f7d758d00e1f28fd6c4da9e4f93c2941f7f32)
Co-authored-by: Selene Blok <selenecodes@users.noreply.huggingface.co>
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: Singapore
|
|
|
31 |
length_penalty: 0.3
|
32 |
early_stopping: true
|
33 |
co2_eq_emissions:
|
34 |
+
emissions: 1990
|
35 |
source: CodeCarbon
|
36 |
training_type: fine-tuning
|
37 |
geographical_location: Singapore
|