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 565
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:adb221b6e08d7f8b78ca0579b718c077929a671b4a9068ca34181a2ce3baaa7a
|
| 3 |
size 242041896
|
runs/Sep07_06-00-17_fc36e533de6d/events.out.tfevents.1725688930.fc36e533de6d.1273.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:7e7a7602793ea47f8f18f4f81fb4799e682cffad6f09d5b3c37b351ab4272c95
|
| 3 |
+
size 8870
|