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