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