tekcollab/Scope-Assistant-Intent-Classification-Training-Data
Viewer • Updated • 278 • 2
How to use tekcollab/Scope-Assistant-Intent-Classifier with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="tekcollab/Scope-Assistant-Intent-Classifier") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("tekcollab/Scope-Assistant-Intent-Classifier")
model = AutoModelForSequenceClassification.from_pretrained("tekcollab/Scope-Assistant-Intent-Classifier", device_map="auto")CAQI - Classifies [Action, Query, Info]
Intent Classification for AI Assistants in Oscilloscopes
This model sorts prompts into three buckets: