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 ·
03ed7ab
1
Parent(s): 8aa2827
fix readme
Browse files- README_zh.md +1 -1
README_zh.md
CHANGED
|
@@ -67,4 +67,4 @@ with torch.no_grad():
|
|
| 67 |
|
| 68 |
## 证书/License
|
| 69 |
|
| 70 |
-
`
|
|
|
|
| 67 |
|
| 68 |
## 证书/License
|
| 69 |
|
| 70 |
+
`AquilaSQL`系列开源模型使用 [智源Aquila系列模型许可协议](https://huggingface.co/BAAI/AquilaChat-7B/resolve/main/BAAI%20Aquila%20Model%20License%20Agreement.pdf)
|