selenecodes commited on
Commit
ee93913
1 Parent(s): b6b55a9

Change CO2 emissions metric from kg to g

Browse files

Convert kg to g for co2_eq_emissions as per huggingface docs: https://huggingface.co/docs/hub/en/model-cards-co2

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -37,7 +37,7 @@ inference:
37
  length_penalty: 0.3
38
  early_stopping: true
39
  co2_eq_emissions:
40
- emissions: 2.53
41
  source: CodeCarbon
42
  training_type: fine-tuning
43
  geographical_location: United States of America
 
37
  length_penalty: 0.3
38
  early_stopping: true
39
  co2_eq_emissions:
40
+ emissions: 2530
41
  source: CodeCarbon
42
  training_type: fine-tuning
43
  geographical_location: United States of America