Instructions to use rithu043/youtubesummarizer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use rithu043/youtubesummarizer with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("undefined") model.load_adapter("rithu043/youtubesummarizer", set_active=True) - Notebooks
- Google Colab
- Kaggle
File size: 85 Bytes
534c1a5 | 1 2 3 | from datasets import load_dataset
ds = load_dataset("abisee/cnn_dailymail", "1.0.0") |