Instructions to use BikoRiko/Gpt-Classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use BikoRiko/Gpt-Classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="BikoRiko/Gpt-Classification")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("BikoRiko/Gpt-Classification", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 132 Bytes
753c84a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:6cb9cc207bf2cb9c11e53ffb73e4715566775c711978b7d8d7e6390604fcbaa7
size 3293433
|