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: 129 Bytes
f5f2c35 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:7c44e42417e8af9d96fb592a37f6db2b5c2e217015e2277a282d99b6e7a1fecf
size 3375
|