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