Update co2_eq_emissions so that it's shown in grams instead of kg (as per hf docs) (#1)
Browse files- Update co2_eq_emissions so that it's shown in grams instead of kg (as per hf docs) (b903ff70ca104c9e94f862a7e82440a196ab6315)
Co-authored-by: Selene Blok <[email protected]>
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: 1460
|
35 |
source: CodeCarbon
|
36 |
training_type: fine-tuning
|
37 |
geographical_location: Singapore
|