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