Instructions to use uclanlp/newsbart-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use uclanlp/newsbart-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="uclanlp/newsbart-base")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("uclanlp/newsbart-base") model = AutoModel.from_pretrained("uclanlp/newsbart-base") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
e4cd64a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:7d86500973a4e7b4e223f68c5c342b7a3d6b8b4be7e195f7db36d12b4f8f6e0a
size 560646779
|