Instructions to use Jjzzzz/bart-base-article with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Jjzzzz/bart-base-article with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Jjzzzz/bart-base-article") model = AutoModelForSeq2SeqLM.from_pretrained("Jjzzzz/bart-base-article") - Notebooks
- Google Colab
- Kaggle
Upload BartForConditionalGeneration
Browse files
README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
-
base_model: facebook/bart-base
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
|
|
|
| 6 |
model-index:
|
| 7 |
- name: bart-base-article
|
| 8 |
results: []
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
| 3 |
tags:
|
| 4 |
- generated_from_trainer
|
| 5 |
+
base_model: facebook/bart-base
|
| 6 |
model-index:
|
| 7 |
- name: bart-base-article
|
| 8 |
results: []
|