Instructions to use sibyl/BART-commongen with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sibyl/BART-commongen with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("sibyl/BART-commongen") model = AutoModelForSeq2SeqLM.from_pretrained("sibyl/BART-commongen") - Notebooks
- Google Colab
- Kaggle
Librarian Bot: Add base_model information to model
#2
by librarian-bot - opened
README.md
CHANGED
|
@@ -13,6 +13,7 @@ model_index:
|
|
| 13 |
name: gem
|
| 14 |
type: gem
|
| 15 |
args: common_gen
|
|
|
|
| 16 |
---
|
| 17 |
|
| 18 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 13 |
name: gem
|
| 14 |
type: gem
|
| 15 |
args: common_gen
|
| 16 |
+
base_model: facebook/bart-base
|
| 17 |
---
|
| 18 |
|
| 19 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|