Instructions to use Waynehillsdev/Wayne_NLP_mT5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Waynehillsdev/Wayne_NLP_mT5 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Waynehillsdev/Wayne_NLP_mT5") model = AutoModelForSeq2SeqLM.from_pretrained("Waynehillsdev/Wayne_NLP_mT5") - Notebooks
- Google Colab
- Kaggle
Merge branch 'main' of https://huggingface.co/Doogie/Wayne_NLP_mT5 into main
Browse files
README.md
CHANGED
|
@@ -13,7 +13,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 13 |
|
| 14 |
# Wayne_NLP_mT5
|
| 15 |
|
| 16 |
-
This model was trained from scratch on the xsum dataset.
|
| 17 |
|
| 18 |
## Model description
|
| 19 |
|
|
|
|
| 13 |
|
| 14 |
# Wayne_NLP_mT5
|
| 15 |
|
| 16 |
+
This model was trained from scratch on the xsum, cnn_dailymail dataset.
|
| 17 |
|
| 18 |
## Model description
|
| 19 |
|