Instructions to use Chirayu/nl2mongo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Chirayu/nl2mongo with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Chirayu/nl2mongo") model = AutoModelForSeq2SeqLM.from_pretrained("Chirayu/nl2mongo") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model (#2)
Browse files- Adding `safetensors` variant of this model (0ad0f474be2e927623b5bc6315958e4f41f19df1)
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:f54f028593fecf176fec15290f925eb5c4b05171cae9564f6cef8719dbeeca32
|
| 3 |
+
size 891558816
|