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 ·
2069459
1
Parent(s): 8c9b926
Training in progress, epoch 5
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:a7caa00cd72106d9175f60f21aa6e5a6e9a8e9816100d970aae87acbd3f90ed1
|
| 3 |
size 1625537293
|
runs/Jan01_23-27-44_DESKTOP-4P0HGA6/events.out.tfevents.1672644464.DESKTOP-4P0HGA6.7508.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:69e523089d5b0bf318b0a0b4306701bdbc5bebe970efd3fec2e6d4a3395866ca
|
| 3 |
+
size 1512
|