datasets-ai / README.md
Caleb Fahlgren
add examples and handle incorrect label / data key output better
9fc2d21
|
raw
history blame
636 Bytes
---
title: Datasets Text to SQL/Chart
emoji: πŸ“ˆ
colorFrom: indigo
colorTo: green
sdk: gradio
sdk_version: 4.32.2
app_file: app.py
pinned: false
---
# Datasets Text to SQL / Chart
**Chat with any HF Dataset**
Powered by [Hermes-2-Pro-Llama-3-8B](https://huggingface.co/NousResearch/Hermes-2-Pro-Llama-3-8B)
![Datasets Text to SQL](./media/datasets-text-to-sql.png)
# How it Works
1. Get first parquet file URL from dataset
2. Get SQL DDL from Parquet column and data types
3. Prompt the LLM for SQL
4. Run the SQL against the Dataset Parquet
Inspired by [Datasets-Text2SQL](https://huggingface.co/spaces/asoria/datasets-text2sql)