Datasets:
Create README.md
Browse filesmodel_name,model_type,parameters_million,training_dataset_size_million,accuracy_percent,f1_score,inference_latency_ms,memory_usage_mb,power_consumption_watt
VisionNet-S,Computer Vision,45,12,91.2,0.89,18,850,120
VisionNet-L,Computer Vision,120,50,94.5,0.93,32,1450,210
TextPro-B,Transformer NLP,110,300,92.8,0.91,25,1300,190
TextPro-L,Transformer NLP,340,800,95.6,0.95,48,2800,350
AudioSense-T,Audio Classification,60,40,88.9,0.87,20,920,140
AudioSense-X,Audio Classification,150,120,93.4,0.92,37,1600,260
MultiAI-Base,Multimodal,220,500,94.2,0.93,41,2400,310
MultiAI-XL,Multimodal,550,1200,96.8,0.96,75,4200,480
EdgeLite-N,Edge AI,15,5,85.3,0.82,12,400,60
EdgeLite-Pro,Edge AI,28,10,89.7,0.88,15,520,75
README.md
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
task_categories:
|
| 4 |
+
- tabular-classification
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
tags:
|
| 8 |
+
- artificial-intelligence
|
| 9 |
+
- machine-learning
|
| 10 |
+
- model-benchmark
|
| 11 |
+
- deep-learning
|
| 12 |
+
size_categories:
|
| 13 |
+
- n<1K
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
+
# AI Model Performance Benchmark Dataset
|
| 17 |
+
|
| 18 |
+
## Description
|
| 19 |
+
This dataset contains structured benchmark data of artificial intelligence models across multiple domains including computer vision, natural language processing, audio classification, multimodal systems, and edge AI.
|
| 20 |
+
|
| 21 |
+
It provides model specifications such as parameter size, training dataset scale, accuracy, F1 score, inference latency, memory usage, and estimated power consumption.
|
| 22 |
+
|
| 23 |
+
## Columns
|
| 24 |
+
- model_name: Name of the AI model
|
| 25 |
+
- model_type: Category of AI system
|
| 26 |
+
- parameters_million: Number of model parameters (in millions)
|
| 27 |
+
- training_dataset_size_million: Training dataset size (in millions of samples)
|
| 28 |
+
- accuracy_percent: Model accuracy percentage
|
| 29 |
+
- f1_score: F1 performance score
|
| 30 |
+
- inference_latency_ms: Inference speed in milliseconds
|
| 31 |
+
- memory_usage_mb: Runtime memory usage in MB
|
| 32 |
+
- power_consumption_watt: Estimated power consumption
|
| 33 |
+
|
| 34 |
+
## Purpose
|
| 35 |
+
This dataset is designed for:
|
| 36 |
+
- AI performance benchmarking
|
| 37 |
+
- Machine learning research simulation
|
| 38 |
+
- Educational purposes
|
| 39 |
+
- Model efficiency comparison studies
|
| 40 |
+
|
| 41 |
+
## Format
|
| 42 |
+
CSV structured dataset
|