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, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("domenicrosati/t5-small-finetuned-contradiction") model = AutoModelForSeq2SeqLM.from_pretrained("domenicrosati/t5-small-finetuned-contradiction") - Notebooks
- Google Colab
- Kaggle
Commit ·
f7c2137
1
Parent(s): 7b56fea
Training complete
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 242070267
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:602e1f15719019824561e5d26fa44b2ac94efaa8a852c0c5a973c8f3061f40d2
|
| 3 |
size 242070267
|
runs/Apr25_11-03-15_n10qrbgzli/events.out.tfevents.1650884677.n10qrbgzli.109.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6a1503fb9c9bde2517b8e5c98cc6a68daab68719a1325b7bc956f0ce285b4c37
|
| 3 |
+
size 9782
|
runs/Apr25_11-03-15_n10qrbgzli/events.out.tfevents.1650901516.n10qrbgzli.109.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:08aa3517ebc158457c4fafa20c8ddf8e3cf8dd511c492ac1f4a3f833a2b19ba9
|
| 3 |
+
size 523
|