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