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") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
18bc8c7 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:7647e7df15dfddb7d5c07fcbed7a21e3881ccfea085791cf09917aa05947bba3
size 498796983
|