Instructions to use GautamR/model_grievance_class with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use GautamR/model_grievance_class with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="GautamR/model_grievance_class")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("GautamR/model_grievance_class") model = AutoModelForSequenceClassification.from_pretrained("GautamR/model_grievance_class") - Notebooks
- Google Colab
- Kaggle
Commit History
Updated model commit 747ddb6
GautamR commited on
Update README.md efcb72e
Update README.md 4e15d8c
Update README.md 0a1cfdc
Update README.md 1e69152
Initial commit 449a958
GautamR commited on
Update from effb583
GautamR commited on
initial commit 164d277
Gautam Rajeev commited on