Instructions to use QuantaSparkLabs/Nanoclass-bbc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use QuantaSparkLabs/Nanoclass-bbc with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="QuantaSparkLabs/Nanoclass-bbc")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("QuantaSparkLabs/Nanoclass-bbc") model = AutoModelForSequenceClassification.from_pretrained("QuantaSparkLabs/Nanoclass-bbc") - Notebooks
- Google Colab
- Kaggle
org
#1
by AgentNLP - opened
This comment has been hidden (marked as Off-Topic)
This comment has been hidden (marked as Off-Topic)
hii