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