Instructions to use debbiesoon/distilbart with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use debbiesoon/distilbart with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("debbiesoon/distilbart") model = AutoModelForSeq2SeqLM.from_pretrained("debbiesoon/distilbart") - Notebooks
- Google Colab
- Kaggle
Update README.md
#2
by cherry0328 - opened
The model is excellent! We would like to contribute by updating the README to include the base_model information. This is to compensate for the missing model card. Thank you for your consideration!