Instructions to use g8a9/roberta-tiny-8l-10M with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use g8a9/roberta-tiny-8l-10M with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="g8a9/roberta-tiny-8l-10M")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("g8a9/roberta-tiny-8l-10M") model = AutoModelForMaskedLM.from_pretrained("g8a9/roberta-tiny-8l-10M", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
d4fea05 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:fcb8ba5323e093674b45fde3d7a10801b62f8db7bd13eed458e75565e3ced275
size 3503
|