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
Upload rng_state.pth with git-lfs
Browse files- rng_state.pth +3 -0
rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b8f81f94a92a0923128e475b2f8ba70ed5f115017e7b0800393a997166de82d2
|
| 3 |
+
size 14503
|