Text Generation
Transformers
PyTorch
Safetensors
English
gpt2
alignment
instruction tuned
text generation
conversation
assistant
dpo
text-generation-inference
Inference Endpoints
selenecodes commited on
Commit
aa2ef60
1 Parent(s): 5ca1e16

Convert CO2 emissions 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
@@ -39,7 +39,7 @@ inference:
39
  length_penalty: 0.3
40
  early_stopping: true
41
  co2_eq_emissions:
42
- emissions: 0.15
43
  source: CodeCarbon
44
  training_type: fine-tuning
45
  geographical_location: United States of America
 
39
  length_penalty: 0.3
40
  early_stopping: true
41
  co2_eq_emissions:
42
+ emissions: 150
43
  source: CodeCarbon
44
  training_type: fine-tuning
45
  geographical_location: United States of America