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