Instructions to use KrushiJethe/Final_T5_summarization with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use KrushiJethe/Final_T5_summarization with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("KrushiJethe/Final_T5_summarization") model = AutoModelForSeq2SeqLM.from_pretrained("KrushiJethe/Final_T5_summarization", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:54128be2312a17b2e86a039cb8d86bf18b17fea952b045c7b70e882e8470fa37
|
| 3 |
+
size 242042016
|