Instructions to use Edaiplay/edaiplay-t5model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Edaiplay/edaiplay-t5model with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Edaiplay/edaiplay-t5model") model = AutoModelForSeq2SeqLM.from_pretrained("Edaiplay/edaiplay-t5model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
e254bea
1
Parent(s): feb0c57
Upload pytorch_model.bin with git-lfs
Browse files- pytorch_model.bin +3 -0
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:142a42f73eeba26ed312420e159c063f6705cf04c58bf051854b0c34b2adfb3f
|
| 3 |
+
size 891695056
|