Summarization
Transformers
PyTorch
TensorBoard
Safetensors
English
bart
text2text-generation
Eval Results (legacy)
Instructions to use JustinDu/BARTxiv with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use JustinDu/BARTxiv 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="JustinDu/BARTxiv")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("JustinDu/BARTxiv") model = AutoModelForSeq2SeqLM.from_pretrained("JustinDu/BARTxiv") - Notebooks
- Google Colab
- Kaggle
Justin Du commited on
Commit ·
82fa9e7
1
Parent(s): d23df37
Training completed (1074 examples, 10 epochs)
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1625537293
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:819a2d324124076a8e16109bce9793166a3e55b3f5f6415fbb33662bb3913f2c
|
| 3 |
size 1625537293
|
runs/Mar23_08-50-37_DESKTOP-4P0HGA6/events.out.tfevents.1679586637.DESKTOP-4P0HGA6.24348.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e27bea8a0713761e8affaf5adeab128ebf995bfa09c3fbea095ed9e8a7c24b01
|
| 3 |
+
size 2253
|