SingSQL-LM
Collection
Models fine-tuned with SING-SQL synthetic data • 4 items • Updated
How to use alpcaferoglu/SingSQL-LM-1.5B-R64_CS with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("alpcaferoglu/SingSQL-LM-1.5B-R64_CS", device_map="auto")This qwen2 model was trained 2x faster with Unsloth and Huggingface's TRL library.
Base model
Qwen/Qwen2.5-1.5B
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("alpcaferoglu/SingSQL-LM-1.5B-R64_CS", device_map="auto")