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