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

Update co2_eq_emissions from kg to g

Browse files

Change the co2 emissions from kg to g as per the HF docs: 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