Instructions to use NUSTM/dutch-restaurant-mt5-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NUSTM/dutch-restaurant-mt5-small with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("NUSTM/dutch-restaurant-mt5-small") model = AutoModelForSeq2SeqLM.from_pretrained("NUSTM/dutch-restaurant-mt5-small", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
587438f
1
Parent(s): 9d3a5b4
Adding `safetensors` variant of this model (#1)
Browse files- Adding `safetensors` variant of this model (a124bdfb97e6d7858c966b7f2ab0d3bda1dafec1)
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:bfb84af7606a3b91b214d54f180af6056c9edf271e188e1574e5bec6c1a40457
|
| 3 |
+
size 1200729512
|