Instructions to use explosion-testing/roberta-test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use explosion-testing/roberta-test with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="explosion-testing/roberta-test")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("explosion-testing/roberta-test") model = AutoModelForMaskedLM.from_pretrained("explosion-testing/roberta-test") - Notebooks
- Google Colab
- Kaggle
File size: 131 Bytes
47a1eb8 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:22c42df6cf92119c9b681be0be796d4dbedf4103e1b645d11e1401b401caea90
size 376578
|