How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="RantiRepo/qwen0.5b-job-classifier")
messages = [
    {"role": "user", "content": "Who are you?"},
]
pipe(messages)
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("RantiRepo/qwen0.5b-job-classifier", dtype="auto")
Quick Links
  • PEFT 0.17.1
Downloads last month
10
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for RantiRepo/qwen0.5b-job-classifier

Adapter
(282)
this model

Space using RantiRepo/qwen0.5b-job-classifier 1