File size: 1,372 Bytes
8a05075
c76c0f2
 
8a05075
 
 
f011ba8
8a05075
 
10e0ec5
8a05075
 
c76c0f2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8a05075
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
29
30
31
---
title: terTATa-LLM
emoji: 🤖
colorFrom: yellow
colorTo: purple
sdk: gradio
sdk_version: 5.35.0
app_file: app.py
pinned: false
license: mit
---

# 🤖 terTATa-LLM: Dari Tabel dan Teks Menjadi Langkah Bisnis Strategis

terTATa-LLM adalah sistem AI berbasis LLM (Large Language Model) yang dirancang untuk membantu pelaku usaha, terutama UMKM, dalam mengekstrak wawasan strategis dari data tabel dan teks. Sistem ini merupakan hasil fine-tuning dari model **Nous-Hermes-2-Mistral-7B-DPO** menggunakan dataset **TAT-QA** dengan pendekatan _step-wise reasoning pipeline_ (Extractor–Reasoner–Executor).

## Use Case

- Menganalisis laporan keuangan internal (Excel)
- Menjawab pertanyaan kuantitatif & deskriptif berbasis tabel
- Memberikan rekomendasi bisnis dari data historis
- Dirancang untuk Bahasa Indonesia

## Arsitektur Sistem

- Base Model: [`Nous-Hermes-2-Mistral-7B-DPO`](https://huggingface.co/NousResearch/Nous-Hermes-2-Mistral-7B-DPO)
- Fine-tuning: PEFT LoRA + 4-bit quantization
- Dataset: [`TAT-QA`](https://huggingface.co/datasets/next-tat/TAT-QA)
- Prompting: 6-step pipeline (Instruction → Table → Text → Question)

An example chatbot using [Gradio](https://gradio.app), [`huggingface_hub`](https://huggingface.co/docs/huggingface_hub/v0.22.2/en/index), and the [Hugging Face Inference API](https://huggingface.co/docs/api-inference/index).