SingSQL-LM
Collection
Models fine-tuned with SING-SQL synthetic data • 4 items • Updated
irm https://unsloth.ai/install.ps1 | iex
# Run unsloth studio
unsloth studio -H 0.0.0.0 -p 8888
# Then open http://localhost:8888 in your browser
# Search for alpcaferoglu/SingSQL-LM-3B-R32_CS to start chatting# No setup required# Open https://huggingface.co/spaces/unsloth/studio in your browser
# Search for alpcaferoglu/SingSQL-LM-3B-R32_CS to start chattingpip install unsloth
from unsloth import FastModel
model, tokenizer = FastModel.from_pretrained(
model_name="alpcaferoglu/SingSQL-LM-3B-R32_CS",
max_seq_length=2048,
)This qwen2 model was trained 2x faster with Unsloth and Huggingface's TRL library.
Base model
Qwen/Qwen2.5-3B
Install Unsloth Studio (macOS, Linux, WSL)
# Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for alpcaferoglu/SingSQL-LM-3B-R32_CS to start chatting