Datasets:
Create README.md
Browse files## Description
This dataset contains structured GPU hardware specifications
and AI performance benchmark metrics.
It includes information such as VRAM size, CUDA cores,
Tensor cores, FP16 TFLOPS, memory bandwidth,
and estimated AI training and inference scores.
README.md
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
task_categories:
|
| 4 |
+
- tabular-classification
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
tags:
|
| 8 |
+
- artificial-intelligence
|
| 9 |
+
- gpu
|
| 10 |
+
- deep-learning
|
| 11 |
+
size_categories:
|
| 12 |
+
- n<1K
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+
# AI GPU Benchmark Dataset
|
| 16 |
+
|
| 17 |
+
## Description
|
| 18 |
+
This dataset contains structured GPU hardware specifications
|
| 19 |
+
and AI performance benchmark metrics.
|
| 20 |
+
|
| 21 |
+
## Columns
|
| 22 |
+
- gpu_name
|
| 23 |
+
- architecture
|
| 24 |
+
- vram_gb
|
| 25 |
+
- cuda_cores
|
| 26 |
+
- tensor_cores
|
| 27 |
+
- fp16_tflops
|
| 28 |
+
- memory_bandwidth_gbps
|
| 29 |
+
- ai_training_score
|
| 30 |
+
- ai_inference_score
|
| 31 |
+
- power_watt
|
| 32 |
+
|
| 33 |
+
## Purpose
|
| 34 |
+
This dataset is designed for:
|
| 35 |
+
- AI hardware benchmarking
|
| 36 |
+
- Machine learning research simulation
|
| 37 |
+
- Educational deep learning experiments
|
| 38 |
+
|
| 39 |
+
## Format
|
| 40 |
+
CSV structured dataset
|