Update README.md
Browse files
README.md
CHANGED
@@ -100,4 +100,10 @@ Based on the [energy_star branch](https://github.com/huggingface/optimum-benchma
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
104 |
+
|
105 |
+
# Code to Reproduce
|
106 |
+
|
107 |
+
https://huggingface.co/spaces/meg/CalculateCarbon
|
108 |
+
|
109 |
+
From there, I run `python code/make_pretty_dataset.py` (included in this repository) to take the raw results and upload them to the dataset here.
|