Spaces:
Sleeping
Sleeping
File size: 1,099 Bytes
4c470ea | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | ---
title: TableMind AI
emoji: ๐
colorFrom: blue
colorTo: indigo
sdk: gradio
sdk_version: 6.20.0
app_file: app.py
pinned: false
license: mit
short_description: Fine-tuned table Q&A chatbot with RAG and auto-charts
---
# TableMind AI
Upload an Excel, CSV, PDF, or Word document (any size) and ask questions in plain English.
Numeric/aggregate questions are answered with exact computed results via a pandas execution
layer, not guesses โ everything else is answered via retrieval-augmented generation over the
document. Toggle the chart option for a visual on comparison-style questions.
Built with a QLoRA fine-tuned `Qwen/Qwen2.5-1.5B-Instruct`, `sentence-transformers` + `FAISS`
for retrieval, and a text-to-pandas router for numeric accuracy.
> **Hardware: CPU basic.** This version runs entirely on CPU โ no ZeroGPU dependency, no
> daily GPU quota, no PRO subscription required. Generation is slower than GPU hardware
> (expect several seconds to tens of seconds per answer depending on question length), but
> it's free and avoids ZeroGPU's worker-allocation/quota issues entirely.
|