Instructions to use FiveC/MBart50-tay with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use FiveC/MBart50-tay with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("FiveC/MBart50-tay") model = AutoModelForSeq2SeqLM.from_pretrained("FiveC/MBart50-tay") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2444578688
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8ac486975e4c9aa7ce7782828b894f48db180291d4588d129a3720c0c8f35741
|
| 3 |
size 2444578688
|