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