Instructions to use lam2/text2sql with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- TensorRT
How to use lam2/text2sql with TensorRT:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,8 +1,18 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
---
|
| 3 |
+
tags:
|
| 4 |
+
- pytorch
|
| 5 |
+
- onnx
|
| 6 |
+
- tensorrt
|
| 7 |
+
- vllm
|
| 8 |
+
inference_providers:
|
| 9 |
+
- PyTorch
|
| 10 |
+
- ONNXRuntime
|
| 11 |
+
- TensorRT
|
| 12 |
+
- vLLM
|
| 13 |
+
---
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
+
# Text-to-SQL Model
|
| 17 |
+
|
| 18 |
+
This is a fine-tuned model for converting natural language questions into SQL queries.
|