doberst113080 commited on
Commit
782ca10
1 Parent(s): 36cb51c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -11,6 +11,9 @@ license: apache-2.0
11
 
12
  [**slim-sql**](https://huggingface.co/llmware/slim-sql-1b-v0) is part of the SLIM ("**S**tructured **L**anguage **I**nstruction **M**odel") series, providing a set of small, specialized decoder-based LLMs, fine-tuned for function-calling.
13
 
 
 
 
14
  To pull the model via API:
15
 
16
  from huggingface_hub import snapshot_download
 
11
 
12
  [**slim-sql**](https://huggingface.co/llmware/slim-sql-1b-v0) is part of the SLIM ("**S**tructured **L**anguage **I**nstruction **M**odel") series, providing a set of small, specialized decoder-based LLMs, fine-tuned for function-calling.
13
 
14
+ *Note: slim-sql is designed for small, fast, local prototyping and to be effective for 'one-table' lookups - it was not trained or optimized for complex joins and other sophisticated SQL queries.*
15
+
16
+
17
  To pull the model via API:
18
 
19
  from huggingface_hub import snapshot_download