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 3500
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1625422896
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:64f19cc0f046fdbf9faf3d0a010c1918e9129e96cd17532d4c2cd3fd7e8e2de4
|
| 3 |
size 1625422896
|
runs/Jan26_02-11-21_2d658fece0d8/events.out.tfevents.1706235085.2d658fece0d8.303.1
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:fb9b30d8a16fde9c9dfc9b204aca49eaab1fc7adf8ea7d946cb9b28ec74471ca
|
| 3 |
+
size 11783
|