Instructions to use BAAI/AquilaSQL-7B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use BAAI/AquilaSQL-7B with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("BAAI/AquilaSQL-7B", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
32d10ef
1
Parent(s): 73fc237
fix readme
Browse files- .DS_Store +0 -0
- .gitignore +1 -0
.DS_Store
DELETED
|
Binary file (6.15 kB)
|
|
|
.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
.DS_Store
|