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 ·
bdb8909
1
Parent(s): e3341e0
Training in progress, step 500
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:9d8575bf4c358600c2512cfd1e440e05d9a6148d4c7b56f7e70fab5961494b25
|
| 3 |
size 242070267
|
runs/Apr24_22-30-03_nzetpmooje/1650839888.7448862/events.out.tfevents.1650839888.nzetpmooje.5543.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:35b1cb8285962a8147efd58322c36170db063de231673e938c88f6223c8cab73
|
| 3 |
+
size 5123
|
runs/Apr24_22-30-03_nzetpmooje/events.out.tfevents.1650839888.nzetpmooje.5543.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e98792b5ed2350c0986f102099e62b5e9674823c92c30f092d33efa051e1fb2c
|
| 3 |
+
size 4338
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3247
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5f5b34011d1525701cd3d553be36bb855800ee322ebfcb524da543f6125297b1
|
| 3 |
size 3247
|