How to use from
Docker Model Runner
docker model run hf.co/kon172verma/intent-classifier:
Quick Links

Intent Classifier (Release)

This Hugging Face repo contains only the final released models for the intent-classifier project.

It is intentionally limited to release artifacts:

  • merged full-weight model checkpoints
  • GGUF exports for llama.cpp
  • ONNX exports for runtime backends.

Current release

Current stable release: v1.0 To use this exact release, select v1.0 in the Files and versions tab or load the repo with revision="v1.0".

Models

  • qwen3-0.6b
  • llama3.2-1b

Both models are fine-tuned for intent classification and exported in multiple inference formats.

  • Transformers / Safetensors: Full-weight Hugging Face checkpoints for standard Transformers inference and downstream conversion.
  • GGUF: GGUF files are provided for llama.cpp inference.
  • ONNX: ONNX exports are provided for runtime backends.

Transformers / Safetensors

The Transformers folders contain merged full-weight checkpoints in safetensors format.

These are the canonical Hugging Face model artifacts for each selected release model and are the best starting point if you want to:

  • run inference with Transformers,
  • inspect tokenizer and config files,
  • convert to another serving format,
  • fine-tune further from the released checkpoint.

GGUF

The GGUF files are intended for inference with llama.cpp.

Available quantization formats include:

  • Q4_K_M
  • Q6_K
  • Q8_0
  • F16

ONNX

The ONNX folders contain exported model variants for ONNX Runtime backends.

These artifacts are intended for deployment and benchmarking across runtimes such as CPU, CoreML, CUDA, or TensorRT pipelines, depending on the exported variant.

When available, the ONNX exports may include multiple precision or quantization variants such as fp16 or int8.

Versioning

Stable releases are published as git tags such as v1.0. The README describes the latest intended stable release, while the Files and versions tab lets you browse or load a specific tagged revision.

Repository structure

intent-classifier/
โ”œโ”€โ”€ qwen3-0.6b/
โ”‚   โ”œโ”€โ”€ Transformers / Safetensors
โ”‚   โ”œโ”€โ”€ GGUF
โ”‚   โ””โ”€โ”€ ONNX
โ”‚
โ”œโ”€โ”€ llama3.2-1b/
โ”‚   โ”œโ”€โ”€ Transformers / Safetensors
โ”‚   โ”œโ”€โ”€ GGUF
โ”‚   โ””โ”€โ”€ ONNX
โ”‚
โ””โ”€โ”€ README.md

Related repositories

Training code and experiment artifacts are maintained separately.

Downloads last month
91
GGUF
Model size
1B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

4-bit

6-bit

8-bit

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for kon172verma/intent-classifier

Finetuned
Qwen/Qwen3-0.6B
Quantized
(378)
this model