Instructions to use kuanhuggingface/bart-large-unit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kuanhuggingface/bart-large-unit with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="kuanhuggingface/bart-large-unit")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("kuanhuggingface/bart-large-unit") model = AutoModel.from_pretrained("kuanhuggingface/bart-large-unit") - Notebooks
- Google Colab
- Kaggle
Ctrl+K