selenecodes commited on
Commit
4d3dfcc
1 Parent(s): 1c999f7

Update co2_eq_emissions from kg -> g

Browse files

The hf docs describe co2_eq_emissions should be given in grams instead of kg: https://huggingface.co/docs/hub/en/model-cards-co2

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -25,7 +25,7 @@ inference:
25
  top_p: 0.2
26
  max_new_tokens: 150
27
  co2_eq_emissions:
28
- emissions: 5.6
29
  source: CodeCarbon
30
  training_type: pre-training
31
  geographical_location: Germany
 
25
  top_p: 0.2
26
  max_new_tokens: 150
27
  co2_eq_emissions:
28
+ emissions: 5600
29
  source: CodeCarbon
30
  training_type: pre-training
31
  geographical_location: Germany