Summarization
Transformers
TensorBoard
Safetensors
English
t5
text2text-generation
summarizer
text summarization
abstractive summarization
text-generation-inference
Instructions to use KipperDev/t5_summarizer_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use KipperDev/t5_summarizer_model 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="KipperDev/t5_summarizer_model")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("KipperDev/t5_summarizer_model") model = AutoModelForSeq2SeqLM.from_pretrained("KipperDev/t5_summarizer_model") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 63000
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:b73c7691b689ef4079402e865cbd85ad2d5863091ed421c800ba98e0c65a8823
|
| 3 |
size 242041896
|
runs/Jan30_12-11-50_4b06ae03ec92/events.out.tfevents.1706616718.4b06ae03ec92.686.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:b8344ba8c8faa4fd34349c48766f5d68c8189dbed89241b72ef35e8dca0b596f
|
| 3 |
+
size 29051
|