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
Commit History
Upload model e8ad0b5
Upload tokenizer 3e055e2
initial commit 76c46ff
kuanyi commited on