Instructions to use stas/tiny-wmt19-en-de with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use stas/tiny-wmt19-en-de with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("stas/tiny-wmt19-en-de") model = AutoModelForSeq2SeqLM.from_pretrained("stas/tiny-wmt19-en-de") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -23,3 +23,5 @@ The model is indeed 1MB in size.
|
|
| 23 |
|
| 24 |
You can see how it was created [here](https://huggingface.co/stas/tiny-wmt19-en-de/blob/main/fsmt-make-tiny-model.py).
|
| 25 |
|
|
|
|
|
|
|
|
|
| 23 |
|
| 24 |
You can see how it was created [here](https://huggingface.co/stas/tiny-wmt19-en-de/blob/main/fsmt-make-tiny-model.py).
|
| 25 |
|
| 26 |
+
|
| 27 |
+
If you're looking for the real model, please go to [https://huggingface.co/facebook/wmt19-en-de](https://huggingface.co/facebook/wmt19-en-de).
|