Instructions to use xshubhamx/bart-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use xshubhamx/bart-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="xshubhamx/bart-base")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("xshubhamx/bart-base") model = AutoModelForSequenceClassification.from_pretrained("xshubhamx/bart-base", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
- checkpoint-10288
- checkpoint-10931
- checkpoint-11574
- checkpoint-12217
- checkpoint-1286
- checkpoint-12860
- checkpoint-13503
- checkpoint-14146
- checkpoint-14789
- checkpoint-15432
- checkpoint-16075
- checkpoint-16718
- checkpoint-17361
- checkpoint-18004
- checkpoint-18647
- checkpoint-1929
- checkpoint-19290
- checkpoint-2572
- checkpoint-3215
- checkpoint-3858
- checkpoint-4501
- checkpoint-5144
- checkpoint-5787
- checkpoint-643
- checkpoint-6430
- checkpoint-7073
- checkpoint-7716
- checkpoint-8359
- checkpoint-9002
- checkpoint-9645
- runs