Spaces:
Sleeping
Sleeping
Commit
·
2018997
1
Parent(s):
328cf71
Add Hugging Face Spaces YAML frontmatter to README
Browse files
README.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# DataEngEval
|
| 2 |
|
| 3 |
A comprehensive evaluation platform for AI models across SQL generation and code generation. Compare model performance with standardized metrics on real-world datasets including NYC Taxi queries, Python algorithms, and Go web services.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: DataEngEval
|
| 3 |
+
emoji: 🥇
|
| 4 |
+
colorFrom: green
|
| 5 |
+
colorTo: indigo
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: "4.44.0"
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
license: apache-2.0
|
| 11 |
+
short_description: The Benchmarking Hub for Data Engineering + AI
|
| 12 |
+
tags:
|
| 13 |
+
- leaderboard
|
| 14 |
+
- evaluation
|
| 15 |
+
- sql
|
| 16 |
+
- code-generation
|
| 17 |
+
- data-engineering
|
| 18 |
+
---
|
| 19 |
+
|
| 20 |
# DataEngEval
|
| 21 |
|
| 22 |
A comprehensive evaluation platform for AI models across SQL generation and code generation. Compare model performance with standardized metrics on real-world datasets including NYC Taxi queries, Python algorithms, and Go web services.
|