713 Downloads Updated 1 year ago
The Hrida-T2SQL-3B-V0.1 is a Text-to-SQL Small Language Model (SLM) that has been fine-tuned based on the Microsoft/Phi-3-mini-4k-instruct and distributed with the Apache license.
The HridaAI Team has noted that Hrida-T2SQL - 3B:
ollama run HridaAI/hrida-t2sql
curl -X POST http://localhost:11434/api/generate -d '{
"model": "HridaAI/hrida-t2sql",
"prompt":"What is SQL?"
}'