nicholasKluge selenecodes commited on
Commit
7ff54ea
1 Parent(s): 3e8a722

Correct co2_eq_emissions in README.md as it should be given in grams instead of kg. (#2)

Browse files

- Correct co2_eq_emissions in README.md as it should be given in grams instead of kg. (4180f0203f8d58bba7f452d9b4e3269ae25fa389)


Co-authored-by: Selene Blok <selenecodes@users.noreply.huggingface.co>

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: 0.35
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: 350
35
  source: CodeCarbon
36
  training_type: fine-tuning
37
  geographical_location: Singapore