Summarization
Transformers
PyTorch
TensorBoard
bart
text2text-generation
Generated from Trainer
Eval Results (legacy)
Instructions to use sunsvrv/bart-base-facebook with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sunsvrv/bart-base-facebook 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="sunsvrv/bart-base-facebook", device_map="auto")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("sunsvrv/bart-base-facebook") model = AutoModelForSeq2SeqLM.from_pretrained("sunsvrv/bart-base-facebook", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training complete
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 557969145
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2572b8513cfbc62d0dfd4204d0d27bf6966708a9f41a240b0402519d3f984668
|
| 3 |
size 557969145
|
runs/Oct10_17-38-36_365704bcb3c8/events.out.tfevents.1665423740.365704bcb3c8.68.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:86b2a9735b73f4b8994f72817e31e2d819d1dd75e0f9f5f8dcb74c54c854d4a4
|
| 3 |
+
size 8417
|
runs/Oct10_17-38-36_365704bcb3c8/events.out.tfevents.1665431046.365704bcb3c8.68.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:15d65a7746c4a9527fd348d726c3230f8b47215046d14ee9ab2be2a0106423bd
|
| 3 |
+
size 514
|