selenecodes commited on
Commit
0d0b6fd
1 Parent(s): 76ec497

Correct co2_eq_emissions in README.md as it should be given in grams instead of kg.

Browse files

According to the HF docs the co2 emissions should be given in grams.
- https://huggingface.co/docs/hub/en/model-cards-co2

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -31,7 +31,7 @@ inference:
31
  length_penalty: 0.3
32
  early_stopping: true
33
  co2_eq_emissions:
34
- emissions: 1.69
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: 1690
35
  source: CodeCarbon
36
  training_type: fine-tuning
37
  geographical_location: United States of America