Summarization
Transformers
TensorBoard
Safetensors
English
bart
text2text-generation
summarizer
text summarization
abstractive summarization
Instructions to use KipperDev/bart_summarizer_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use KipperDev/bart_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/bart_summarizer_model")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("KipperDev/bart_summarizer_model") model = AutoModelForSeq2SeqLM.from_pretrained("KipperDev/bart_summarizer_model") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 2500
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 557912620
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:12f505071c95297402e02f5df46a1d6fb9bcd6e96e153d9bda0e59a9ba734697
|
| 3 |
size 557912620
|
runs/Jan28_21-32-16_27ed338ff3c6/events.out.tfevents.1706477543.27ed338ff3c6.1846.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:d9022353e33d3ee496caf7c01b4d27cd225513e345bb207087bf9e8e28a6f20f
|
| 3 |
+
size 6762
|