Instructions to use dtorber/NAS-bilingue-final with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dtorber/NAS-bilingue-final with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("dtorber/NAS-bilingue-final") model = AutoModelForSeq2SeqLM.from_pretrained("dtorber/NAS-bilingue-final") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b91d8477052c529b091ac77ac63a7cc1a0a36264cb108234a42f61b5683af4bc
|
| 3 |
+
size 1661154832
|