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