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