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