Instructions to use bloomberg/KeyBART with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bloomberg/KeyBART with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("bloomberg/KeyBART") model = AutoModelForSeq2SeqLM.from_pretrained("bloomberg/KeyBART") - Notebooks
- Google Colab
- Kaggle
model card?
#1
by clem - opened
Would be awesome to get more description of the model in the model card. Wondering what are the key capabilities of this model?
Added :)
The code snippets in the model card are all incomplete (the tokenizer, pre-trained model & datasets have been loaded & thats it.)
Hi, Can you update the card and offer some example usage?
Thanks