meg HF staff commited on
Commit
bd5b00e
1 Parent(s): 9f237a8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -94,10 +94,10 @@ configs:
94
  Based on the [energy_star branch](https://github.com/huggingface/optimum-benchmark/tree/energy_star_dev) of [optimum-benchmark](https://github.com/huggingface/optimum-benchmark), and using [codecarbon](https://pypi.org/project/codecarbon/2.1.4/).
95
 
96
  # Fields
97
- - **task**: Task the model was benchmarked on
98
- - **org**: Organization hosting the model
99
- - **model**: The specific model. Model names at HF are usually constructed with {org}/{model}
100
- - **date**: The date that the benchmark was fun
101
  - **prefill**: The esimated energy and efficiency for prefilling.
102
  - **decode**: The estimated energy and efficiency for decoding.
103
  - **preprocess**: The estimated energy and efficiency for preprocessing.
 
94
  Based on the [energy_star branch](https://github.com/huggingface/optimum-benchmark/tree/energy_star_dev) of [optimum-benchmark](https://github.com/huggingface/optimum-benchmark), and using [codecarbon](https://pypi.org/project/codecarbon/2.1.4/).
95
 
96
  # Fields
97
+ - **task**: Task the model was benchmarked on.
98
+ - **org**: Organization hosting the model.
99
+ - **model**: The specific model. Model names at HF are usually constructed with {org}/{model}.
100
+ - **date**: The date that the benchmark was run.
101
  - **prefill**: The esimated energy and efficiency for prefilling.
102
  - **decode**: The estimated energy and efficiency for decoding.
103
  - **preprocess**: The estimated energy and efficiency for preprocessing.