Instructions to use dwisaji/Modelroberta with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dwisaji/Modelroberta with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="dwisaji/Modelroberta")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("dwisaji/Modelroberta") model = AutoModelForSequenceClassification.from_pretrained("dwisaji/Modelroberta", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
f5f2c35 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:04ae188c05891e9f33b4a18a419f81445ca849e7af3f0945e748833673c2aeba
size 503993325
|