Instructions to use pere/roberta-base-exp-32B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pere/roberta-base-exp-32B with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="pere/roberta-base-exp-32B")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("pere/roberta-base-exp-32B") model = AutoModelForMaskedLM.from_pretrained("pere/roberta-base-exp-32B") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- b6b4aa9be14fc1ae59580905fadd1d4899163a9c4374b94d879e6bd137928cb8
- Size of remote file:
- 1.11 GB
- SHA256:
- 4048451f49728794264a7ff3f3aeae000e26a2d99310600b149d9f8df5c7eba1
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.