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 500
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:4f6c71701c89dc5a8efc033e509deae3596536c980c1d2af4138c7df21724a00
|
| 3 |
size 557912620
|
runs/Jan29_12-58-15_1c2fbbeea14b/events.out.tfevents.1706533101.1c2fbbeea14b.1027.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c33ca5fbd26cd4017355234acdb603242c077f5b7f3b25c7270a1237561b3694
|
| 3 |
+
size 5641
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4728
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4dc1b0a6f82b9cd92e36b9d17cd37cb679e67a9ff7090aa2000954231e5354dc
|
| 3 |
size 4728
|