Add dataset card
Browse files
README.md
CHANGED
|
@@ -11,51 +11,6 @@ tags:
|
|
| 11 |
- latency
|
| 12 |
- hardware
|
| 13 |
license: mit
|
| 14 |
-
configs:
|
| 15 |
-
- config_name: default
|
| 16 |
-
data_files:
|
| 17 |
-
- split: train
|
| 18 |
-
path: data/train-*
|
| 19 |
-
dataset_info:
|
| 20 |
-
features:
|
| 21 |
-
- name: Model
|
| 22 |
-
dtype: string
|
| 23 |
-
- name: Size
|
| 24 |
-
dtype: string
|
| 25 |
-
- name: Precision
|
| 26 |
-
dtype: string
|
| 27 |
-
- name: GPU_Type
|
| 28 |
-
dtype: string
|
| 29 |
-
- name: Num_GPUs
|
| 30 |
-
dtype: int64
|
| 31 |
-
- name: Serving_Engine
|
| 32 |
-
dtype: string
|
| 33 |
-
- name: Concurrency
|
| 34 |
-
dtype: string
|
| 35 |
-
- name: Tokens_per_sec
|
| 36 |
-
dtype: string
|
| 37 |
-
- name: TTFT_ms
|
| 38 |
-
dtype: string
|
| 39 |
-
- name: TPOT_ms
|
| 40 |
-
dtype: string
|
| 41 |
-
- name: Prompt_Tokens
|
| 42 |
-
dtype: float64
|
| 43 |
-
- name: Output_Tokens
|
| 44 |
-
dtype: float64
|
| 45 |
-
- name: Context_Window
|
| 46 |
-
dtype: string
|
| 47 |
-
- name: Quantization
|
| 48 |
-
dtype: string
|
| 49 |
-
- name: Source_URL
|
| 50 |
-
dtype: string
|
| 51 |
-
- name: Source_Notes
|
| 52 |
-
dtype: string
|
| 53 |
-
splits:
|
| 54 |
-
- name: train
|
| 55 |
-
num_bytes: 13670
|
| 56 |
-
num_examples: 80
|
| 57 |
-
download_size: 11299
|
| 58 |
-
dataset_size: 13670
|
| 59 |
---
|
| 60 |
|
| 61 |
# Dataset Card: llm-perfdata
|
|
@@ -120,6 +75,10 @@ filtered = df[(df["Model"] == "DeepSeek-R1-Distill-Qwen") & (df["Precision"] ==
|
|
| 120 |
|
| 121 |
Analysts typically pivot on `Serving_Engine` and `Concurrency` to compare throughput scaling. Cite the `Source_URL` when referencing numbers externally.
|
| 122 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 123 |
## License
|
| 124 |
|
| 125 |
This dataset is released under the MIT License.
|
|
@@ -138,13 +97,37 @@ furnished to do so, subject to the following conditions:
|
|
| 138 |
The above copyright notice and this permission notice shall be included in all
|
| 139 |
copies or substantial portions of the Software.
|
| 140 |
|
| 141 |
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
| 142 |
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
| 143 |
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
| 144 |
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
| 145 |
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
| 146 |
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
| 147 |
-
SOFTWARE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 148 |
|
| 149 |
## Citation
|
| 150 |
|
|
|
|
| 11 |
- latency
|
| 12 |
- hardware
|
| 13 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
---
|
| 15 |
|
| 16 |
# Dataset Card: llm-perfdata
|
|
|
|
| 75 |
|
| 76 |
Analysts typically pivot on `Serving_Engine` and `Concurrency` to compare throughput scaling. Cite the `Source_URL` when referencing numbers externally.
|
| 77 |
|
| 78 |
+
## Attribution
|
| 79 |
+
|
| 80 |
+
**If you use this dataset, you must provide attribution to Metrum AI.** Please cite this dataset using the citation format provided below.
|
| 81 |
+
|
| 82 |
## License
|
| 83 |
|
| 84 |
This dataset is released under the MIT License.
|
|
|
|
| 97 |
The above copyright notice and this permission notice shall be included in all
|
| 98 |
copies or substantial portions of the Software.
|
| 99 |
|
| 100 |
+
**THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
| 101 |
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
| 102 |
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
| 103 |
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
| 104 |
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
| 105 |
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
| 106 |
+
SOFTWARE.**
|
| 107 |
+
|
| 108 |
+
### No Warranty and Limitation of Liability
|
| 109 |
+
|
| 110 |
+
**THIS DATASET IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED.** The data is compiled from publicly available sources and may contain errors, inaccuracies, or become outdated. Metrum AI makes no representations or warranties regarding the accuracy, completeness, reliability, or suitability of this dataset for any purpose.
|
| 111 |
+
|
| 112 |
+
**IN NO EVENT SHALL METRUM AI BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER LIABILITY**, whether in an action of contract, tort, or otherwise, arising from, out of, or in connection with this dataset or the use or other dealings in this dataset. This includes, without limitation, direct, indirect, incidental, special, consequential, or punitive damages, or any loss of profits, revenues, data, use, goodwill, or other intangible losses.
|
| 113 |
+
|
| 114 |
+
Use of this dataset is at your own risk.
|
| 115 |
+
|
| 116 |
+
### Additional Disclaimers
|
| 117 |
+
|
| 118 |
+
**No Endorsement**: The inclusion of any model, hardware, software, or service in this dataset does not constitute an endorsement, recommendation, or approval by Metrum AI. All trademarks, product names, and company names are the property of their respective owners.
|
| 119 |
+
|
| 120 |
+
**Third-Party Sources**: This dataset aggregates data from publicly available third-party sources. Metrum AI does not control, verify, or guarantee the accuracy of information from these sources. Users should independently verify any information before relying on it.
|
| 121 |
+
|
| 122 |
+
**No Professional Advice**: This dataset is provided for informational and research purposes only. It does not constitute professional, technical, or business advice. Users should consult with qualified professionals for decisions based on this data.
|
| 123 |
+
|
| 124 |
+
**Data Completeness**: This dataset may not include all available performance benchmarks. The absence of data for a particular model, hardware configuration, or metric does not imply that such data does not exist or is not relevant.
|
| 125 |
+
|
| 126 |
+
**No Guarantee of Availability**: Metrum AI does not guarantee that this dataset will be available at all times or that it will be updated regularly. The dataset may be modified, discontinued, or removed without notice.
|
| 127 |
+
|
| 128 |
+
**Forward-Looking Statements**: Any performance metrics or benchmarks in this dataset reflect historical or current conditions and may not be indicative of future performance.
|
| 129 |
+
|
| 130 |
+
**User Responsibility**: Users are solely responsible for their use of this dataset, including compliance with applicable laws, regulations, and third-party rights. Users should conduct their own due diligence before making any decisions based on this data.
|
| 131 |
|
| 132 |
## Citation
|
| 133 |
|