Summarization
Transformers
PyTorch
TensorBoard
t5
text2text-generation
Generated from Trainer
Eval Results (legacy)
text-generation-inference
Instructions to use domenicrosati/t5-small-finetuned-contradiction with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use domenicrosati/t5-small-finetuned-contradiction with Transformers:
# Use a pipeline as a high-level helper # Warning: Pipeline type "summarization" is no longer supported in transformers v5. # You must load the model directly (see below) or downgrade to v4.x with: # 'pip install "transformers<5.0.0' from transformers import pipeline pipe = pipeline("summarization", model="domenicrosati/t5-small-finetuned-contradiction")# Load model directly from transformers import AutoTokenizer, AutoModelForMultimodalLM tokenizer = AutoTokenizer.from_pretrained("domenicrosati/t5-small-finetuned-contradiction") model = AutoModelForMultimodalLM.from_pretrained("domenicrosati/t5-small-finetuned-contradiction") - Notebooks
- Google Colab
- Kaggle
t5-small-finetuned-contradiction / runs /Apr27_11-07-38_nxhmkp5p5e /events.out.tfevents.1651073729.nxhmkp5p5e.109.2
- Xet hash:
- 681dab40a4ab9526b0455461e073ec453e5449d402ceb5f03927765da6a0a3fe
- Size of remote file:
- 523 Bytes
- SHA256:
- 1c3e6cc2cfe4bc514e3c03896616eba0170d041234fade78a5d6e9a1fea85757
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.