|
--- |
|
license: apache-2.0 |
|
language: |
|
- th |
|
- en |
|
library_name: transformers |
|
pipeline_tag: text-generation |
|
tags: |
|
- Openthai |
|
datasets: |
|
- AIAT/EXP-thai2sql |
|
--- |
|
# 🇹🇠EXP-mindblow 13b 1.0.0 |
|
|
|
![EXP](DALLE_2024-04-05_22.01.14_-_A_logo_representing_the_acronym_EXP_which_stands_for_experience_integrated_into_a_design_that_embodies_an_AI_theme._The_logo_should_be_enclosed_w.webp) |
|
![OpenThaiGPT](https://1173516064-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvvbWvIIe82Iv1yHaDBC5%2Fuploads%2Fb8eiMDaqiEQL6ahbAY0h%2Fimage.png?alt=media&token=6fce78fd-2cca-4c0a-9648-bd5518e644ce) |
|
|
|
# Overview : |
|
|
|
This model is fine-tuned version of openthaigpt/openthaigpt-1.0.0-13b-chat on text-2-sql datasets to generate SQL query. |
|
|
|
# Recommendation : |
|
|
|
This model should be used with other LLMs to summarize or synthesize response as the model fine-tuned heavily on SQL may cause |
|
some hallucinations when it comes to generating thai and eng texts |
|
|
|
# Prompting Guide : |
|
|
|
The model was trained by this context : |
|
|
|
[INST]<<SYS>> |
|
You are a question answering assistant. Answer the question as truthful and helpful as possible<</SYS>> |
|
You are a SQLite expert. Given an input question,create a syntactically correct SQLite query to run. |
|
You can order the results to return the most informative data in the database. |
|
if the query asks for MAX or MIN you must return only one answer using LIMIT 1. |
|
Never query for all columns from a table. You must query only the columns that are needed to answer the question. Wrap each column name in double quotes (\") to denote them as delimited identifiers. |
|
Pay attention to use only the column names you can see in the table below. Be careful to not query for columns that do not exist. |
|
DO WRAP EVERY COLUMN NAME WITH (\"). |
|
For example: DO: \"Market Cap\". |
|
DO NOT: Market Cap |
|
Use the following format: |
|
SQLQuery: SQL Query to run |
|
Only use the following columns of the given table: |
|
{input} |
|
###RULES |
|
Remember to DO WRAP EVERY COLUMN NAME WITH double quote(\"). |
|
For example: DO: \"Market Cap\". |
|
DO NOT: Market Cap" |
|
IF the question is not related to the columns or table. Just say I don\'t know. |
|
Question: {instruction} \n |
|
|
|
This is example of the table : |
|
{head of dataframe} |
|
|
|
SQL Query: [/INST] |