How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "thenewth/EXAONE-4-32B-text2sql"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "thenewth/EXAONE-4-32B-text2sql",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/thenewth/EXAONE-4-32B-text2sql
Quick Links

Model Details

Model Description

한국어로 작성된 자연어 질문을 SQL 쿼리로 변환하는 텍스트2SQL 모델입니다.
LGAI-EXAONE 기반으로 한국어 데이터에 특화된 파인튜닝 진행.

  • Developed by: Donghyun Kim
  • Language(s) (NLP): 한국어, 영어
  • License: Apache 2.0

Uses

한국어 기반의 SQL 생성이 필요한 데이터 분석 툴이나 챗봇 등에 사용 가능.

Bias, Risks, and Limitations

비정형 질문이나 데이터베이스 구조가 명확하지 않은 경우 정확도가 떨어질 수 있음.

Downloads last month
8
Safetensors
Model size
32B params
Tensor type
F16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for thenewth/EXAONE-4-32B-text2sql

Finetuned
(8)
this model

Dataset used to train thenewth/EXAONE-4-32B-text2sql