Instructions to use facebook/bart-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use facebook/bart-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="facebook/bart-base")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("facebook/bart-base") model = AutoModel.from_pretrained("facebook/bart-base") - Inference
- Notebooks
- Google Colab
- Kaggle
BART BASE response Issue, Need some help
#5
by VLN - opened
We trained BART base on test dataset of VPN issues which is around 15 mb. dataset is designed for toubleshooting step by step and in JSON format. we are unable to get any proper response. we get the user input as output. can anyone pls share some reference, some steps
Hello
Hello