Instructions to use Yunij/RobertaModel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Yunij/RobertaModel with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Yunij/RobertaModel")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Yunij/RobertaModel") model = AutoModelForSequenceClassification.from_pretrained("Yunij/RobertaModel", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- f6df19e935db685ca68767285e655df78d833192a84197b4c93412d91c31c650
- Size of remote file:
- 3.96 kB
- SHA256:
- d348166ecd42c43f50e3e0ff132e643b625d1563f368bdc43d29ed4e6b4de00e
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.