Summarization
Transformers
TensorBoard
Safetensors
t5
text2text-generation
Generated from Trainer
Eval Results (legacy)
text-generation-inference
Instructions to use MK-5/t5-small-Abstractive-Summarizer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MK-5/t5-small-Abstractive-Summarizer 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="MK-5/t5-small-Abstractive-Summarizer")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("MK-5/t5-small-Abstractive-Summarizer") model = AutoModelForSeq2SeqLM.from_pretrained("MK-5/t5-small-Abstractive-Summarizer") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 500
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 242041896
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:16c38a3e72f178cdedf134e9251d620f2908e9d825b1c459d2e0027c8a031d08
|
| 3 |
size 242041896
|
runs/Sep07_06-00-17_fc36e533de6d/events.out.tfevents.1725688930.fc36e533de6d.1273.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ffdf034082b29a8e99647572b99f82eb4ded92e73177b732422d4610d73c5285
|
| 3 |
+
size 8659
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5368
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cf8db5ef4489043332c10718dee5c51e031cb728fe80bf0028de9c82e1ce45a0
|
| 3 |
size 5368
|