Instructions to use xshubhamx/bart-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use xshubhamx/bart-large with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="xshubhamx/bart-large")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("xshubhamx/bart-large") model = AutoModelForSequenceClassification.from_pretrained("xshubhamx/bart-large", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- c9eb320dea13f63f75dbfc74d29d74905668573da3e4f3918f4b2775e94b3e22
- Size of remote file:
- 3.26 GB
- SHA256:
- 072b200f225a374b6f716c47ab5c778035acac60c2eb7a66e6a9406d55a40fab
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.