Instructions to use sshleifer/tiny-mbart with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sshleifer/tiny-mbart with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("sshleifer/tiny-mbart") model = AutoModelForSeq2SeqLM.from_pretrained("sshleifer/tiny-mbart") - Notebooks
- Google Colab
- Kaggle
Adding TF version.
Browse files- tf_model.h5 +3 -0
tf_model.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c9d07560e29e39f5bc275d713e5c3767f6d91f46656975638d3681bbeff7c963
|
| 3 |
+
size 2127424
|