onekq commited on
Commit
fd4fbee
·
verified ·
1 Parent(s): 064b1ef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -53,6 +53,10 @@ SELECT "
53
  ollama run onekq-ai/OneSQL-v0.1-Qwen:32B-Q4_K_M "$PROMPT"
54
  ```
55
 
 
 
 
 
56
  # Caveats
57
 
58
  * The performance drop from the original model is due to quantization itself, and the lack of beam search support in llama.cpp framework. Use at your own discretion.
 
53
  ollama run onekq-ai/OneSQL-v0.1-Qwen:32B-Q4_K_M "$PROMPT"
54
  ```
55
 
56
+ The model response is the finished SQL query without **SELECT**
57
+ ```sql
58
+ * FROM students ORDER BY age ASC LIMIT 3
59
+ ```
60
  # Caveats
61
 
62
  * The performance drop from the original model is due to quantization itself, and the lack of beam search support in llama.cpp framework. Use at your own discretion.