selenecodes commited on
Commit
7bec0a8
1 Parent(s): c99e348

Change CO2 emissions from kg to g

Browse files

HuggingFace requires co2 emissions be displayed in gram instead of kilograms.
CodeCarbon delivers them in KG, hence this commit
- https://huggingface.co/docs/hub/en/model-cards-co2

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
  base_model: nicholasKluge/TeenyTinyLlama-460m-Chat
3
  co2_eq_emissions:
4
- emissions: 2.53
5
  geographical_location: United States of America
6
  hardware_used: NVIDIA A100-SXM4-40GB
7
  source: CodeCarbon
 
1
  ---
2
  base_model: nicholasKluge/TeenyTinyLlama-460m-Chat
3
  co2_eq_emissions:
4
+ emissions: 2530
5
  geographical_location: United States of America
6
  hardware_used: NVIDIA A100-SXM4-40GB
7
  source: CodeCarbon