Instructions to use icelab/cosmicroberta with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use icelab/cosmicroberta with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="icelab/cosmicroberta")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("icelab/cosmicroberta") model = AutoModelForMaskedLM.from_pretrained("icelab/cosmicroberta") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 4993c4b
Update README.md ff7eb9c
Update README.md dcfbde9
Update README.md 17e101a
Update README.md 2dc11ed
Update README.md a6418f7
Update README.md 32e3a40
first commit model 9d26fad
PaulDrm commited on