Update README.md
Browse files
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
|
98 |
-
- org
|
99 |
-
- model
|
100 |
-
- date
|
101 |
-
- prefill
|
102 |
-
- decode
|
103 |
-
- preprocess
|
|
|
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.
|