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