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