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