Instructions to use omidvaramin/HBART with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use omidvaramin/HBART with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("omidvaramin/HBART") model = AutoModelForSeq2SeqLM.from_pretrained("omidvaramin/HBART") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 97f0a4c
Update README.md 375ec79
Update README.md 5fd5a5b
Update README.md 9141e51
Update README.md d4cfcef
First Model version 698009f
Create README.md be614e1
initial commit 840c42c
Amino commited on