Instructions to use Chirayu/nl2kql with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Chirayu/nl2kql with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Chirayu/nl2kql") model = AutoModelForSeq2SeqLM.from_pretrained("Chirayu/nl2kql") - Notebooks
- Google Colab
- Kaggle
Commit ·
d2b077c
1
Parent(s): fa5b868
Adding `safetensors` variant of this model (#1)
Browse files- Adding `safetensors` variant of this model (774d4ec01e3ef86cd93cba293be84d086dd02ac8)
Co-authored-by: Safetensors convertbot <SFconvertbot@users.noreply.huggingface.co>
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6bcd2caea737af074e2bd4a3fb87e97125dfeecbcd14cff77feb8743a35b47dc
|
| 3 |
+
size 891558696
|