Instructions to use slseanwu/beats-conformer-bart-audio-captioner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use slseanwu/beats-conformer-bart-audio-captioner with Transformers:
# Load model directly from transformers import AutoTokenizer, BeatsConformerBartSeq2SeqForCaptioning tokenizer = AutoTokenizer.from_pretrained("slseanwu/beats-conformer-bart-audio-captioner") model = BeatsConformerBartSeq2SeqForCaptioning.from_pretrained("slseanwu/beats-conformer-bart-audio-captioner") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1 opened 9 months ago
by
SFconvertbot