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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 2f5a647eb484adcc74bee8498c0db085e78d354a271af8b3cdf6e8b55274becf
- Size of remote file:
- 499 MB
- SHA256:
- 3f791190f60ceb242946db533b01262507c89022f36eb3746e39c9ab65e60c9d
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.