Summarization
Transformers
PyTorch
TensorBoard
Safetensors
English
t5
text2text-generation
Generated from Trainer
Eval Results (legacy)
text-generation-inference
Instructions to use sudoLife/tst-summarization with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sudoLife/tst-summarization 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="sudoLife/tst-summarization")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("sudoLife/tst-summarization") model = AutoModelForSeq2SeqLM.from_pretrained("sudoLife/tst-summarization") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 14500
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 242071641
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:568d02562853ddc05fe76544c6d78599c6b58e4d1636b0cdd62957a5a615132e
|
| 3 |
size 242071641
|
runs/Jun07_11-54-36_p100-30/events.out.tfevents.1686138885.p100-30.22792.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:4b8e6217845120f12b41f8c8a6128e424e81cac61268349a00f8b5d7d4ef16a0
|
| 3 |
+
size 6643
|