Instructions to use Sayan01/T5-XL2base-H1-T2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Sayan01/T5-XL2base-H1-T2 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Sayan01/T5-XL2base-H1-T2") model = AutoModelForSeq2SeqLM.from_pretrained("Sayan01/T5-XL2base-H1-T2") - Notebooks
- Google Colab
- Kaggle
Upload T5ForConditionalGeneration
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 3132668808
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f6ca614319671be51884106b3a7c9e0973153d6b0cd0c8d79732f6712f55a931
|
| 3 |
size 3132668808
|