Text Classification
Transformers
Vietnamese
English
llava_next_video
Chat
chemistry
biology
legal
music
code
Merge
text-generation-inference
art
# Load model directly
from transformers import AutoProcessor, AutoModelForSequenceClassification
processor = AutoProcessor.from_pretrained("bkbj/Atest")
model = AutoModelForSequenceClassification.from_pretrained("bkbj/Atest")Quick Links
A newer version of this model is available: openai/whisper-large-v3-turbo
README.md exists but content is empty.
- Downloads last month
- 6
Model tree for bkbj/Atest
Merge model
this model
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="bkbj/Atest")