Instructions to use lewtun/test-label-mapping-prs with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use lewtun/test-label-mapping-prs with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="lewtun/test-label-mapping-prs")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("lewtun/test-label-mapping-prs") model = AutoModelForSequenceClassification.from_pretrained("lewtun/test-label-mapping-prs") - Notebooks
- Google Colab
- Kaggle
Align label mapping with imdb dataset
1
#1 opened almost 4 years ago
by
lewtun