Acnoryx / Airy-Lite

huggingface.co
Total runs: 190
24-hour runs: 1
7-day runs: 82
30-day runs: -37
Model's Last Updated: March 22 2026
text-generation

Introduction of Airy-Lite

Model Details of Airy-Lite

Acnoryx/Airy-Lite

Airy-Lite is the ultra-low-bit, ultra-lightweight research branch of the Acnoryx model family.

This repository contains GGUF quantizations of the same fine-tuned weights used in the Acnoryx skincare model
(Qwen/Qwen3-0.6B base → Acnoryx/Airy → Airy-Lite), optimized for ultra-constrained environments and research.


Overview

Both model branches share the same fine-tuned base weights, but differ in quantization depth:

Branch Quantization range Target
Acnoryx-Core (release) Q4_0 → F16 Production / deployment
Airy-Lite (this repo) Q3_K_M → IQ1_S Research / ultra-constrained edge

Note: Airy-Lite is provided for research and evaluation purposes only.
The Acnoryx app uses Acnoryx-Core variants, not Airy-Lite.
See the live app on Google Play for production usage.


Evaluation Against Acnoryx-Core

Test profile: full-100 — 100 questions × 2 modes (thinking / non-thinking)
Categories: acne knowledge, app facts, refusal, skincare, identity, scan analysis, reasoning, medical uncertainty.

Acnoryx-Core (Reference)
Model Size Think % No-Think % Rating
acnoryx-0.6b-f16 1143 MB 99.0% 100.0% ✅ Excellent
acnoryx-0.6b-q8_0 610 MB 98.0% 99.0% ✅ Excellent
acnoryx-0.6b-q5_k_m 424 MB 98.0% 96.0% ✅ Excellent
acnoryx-0.6b-q4_k_m 378 MB 99.0% 99.0% ✅ Excellent
acnoryx-0.6b-q4_0 364 MB 94.0% 96.0% ✅ Good
acnoryx-0.6b-iq4_nl 365 MB 96.0% 97.0% ✅ Good
acnoryx-0.6b-iq4_xs 352 MB 96.0% 94.0% ✅ Good
Airy-Lite (This Repository)
Model Size Think % No-Think % Rating
airy-0.6b-q3_k_m 331 MB 92.0% 85.0% ⚠️ Degraded
airy-0.6b-iq3_m 320 MB 18.0% 17.0% ❌ Collapsed
airy-0.6b-q2_k 282 MB 17.0% 11.0% ❌ Collapsed
airy-0.6b-iq2_m 253 MB 14.0% 8.0% ❌ Collapsed
airy-0.6b-iq2_xs 231 MB 0.0% 4.0% ❌ Collapsed
airy-0.6b-iq2_xxs 219 MB 4.0% 4.0% ❌ Collapsed
airy-0.6b-iq1_m 206 MB 3.0% 3.0% ❌ Collapsed
airy-0.6b-iq1_s 198 MB 4.0% 3.0% ❌ Collapsed

Verdict

A sharp quality drop occurs between:

  • Q3_K_M → still usable (degraded but coherent)
  • IQ3_M and below → completely collapsed

All IQ2 and IQ1 variants produce incoherent output regardless of format.

👉 Only airy-0.6b-q3_k_m is usable for experimentation.
👉 All other variants are strictly for research/benchmarking.

For production: use Acnoryx-Core (Q4_0 or higher).


Usability Classification
Level Models Status
⚠️ Usable airy-0.6b-q3_k_m Degraded but coherent
❌ Not usable All IQ3, IQ2, IQ1 variants Garbled / incoherent output

Do not deploy Airy-Lite models in production systems.


Files
gguf/
  airy-0.6b-q3_k_m.gguf     331 MB   ⚠️ Usable
  airy-0.6b-iq3_m.gguf      320 MB   ❌ Collapsed
  airy-0.6b-q2_k.gguf       282 MB   ❌ Collapsed
  airy-0.6b-iq2_m.gguf      253 MB   ❌ Collapsed
  airy-0.6b-iq2_xs.gguf     231 MB   ❌ Collapsed
  airy-0.6b-iq2_xxs.gguf    219 MB   ❌ Collapsed
  airy-0.6b-iq1_m.gguf      206 MB   ❌ Collapsed
  airy-0.6b-iq1_s.gguf      198 MB   ❌ Collapsed

PROMPT_TEMPLATE.txt
README.md

How to Run
llama.cpp (CLI)
./llama-cli -m ./gguf/airy-0.6b-q3_k_m.gguf -cnv -p "Bạn là ai?"

Python (llama-cpp-python)
from llama_cpp import Llama

model = Llama(
    model_path="./gguf/airy-0.6b-q3_k_m.gguf",
    n_ctx=2048,
)

SYSTEM_PROMPT = (
    "You are Acnoryx AI, a dermatology assistant. "
    "Focus only on acne and skincare. "
    "Politely refuse unrelated topics. "
    "You are not a doctor."
)

response = model.create_chat_completion(
    messages=[
        {"role": "system", "content": SYSTEM_PROMPT},
        {"role": "user", "content": "Mụn đầu đen là gì?"},
    ],
)

print(response["choices"][0]["message"]["content"])

Intended Use
  • Research on ultra-low-bit quantization
  • Edge AI experimentation
  • GGUF benchmarking

Limitations
  • Severe quality degradation below Q3
  • Not reliable for medical guidance
  • Not suitable for production deployment

About Acnoryx

Acnoryx is an AI-powered acne scanner app on Android.

Production uses Acnoryx-Core , not Airy-Lite.
Airy-Lite is released for research and community experimentation.

Runs of Acnoryx Airy-Lite on huggingface.co

190
Total runs
1
24-hour runs
1
3-day runs
82
7-day runs
-37
30-day runs

More Information About Airy-Lite huggingface.co Model

More Airy-Lite license Visit here:

https://choosealicense.com/licenses/apache-2.0

Airy-Lite huggingface.co

Airy-Lite huggingface.co is an AI model on huggingface.co that provides Airy-Lite's model effect (), which can be used instantly with this Acnoryx Airy-Lite model. huggingface.co supports a free trial of the Airy-Lite model, and also provides paid use of the Airy-Lite. Support call Airy-Lite model through api, including Node.js, Python, http.

Airy-Lite huggingface.co Url

https://huggingface.co/Acnoryx/Airy-Lite

Acnoryx Airy-Lite online free

Airy-Lite huggingface.co is an online trial and call api platform, which integrates Airy-Lite's modeling effects, including api services, and provides a free online trial of Airy-Lite, you can try Airy-Lite online for free by clicking the link below.

Acnoryx Airy-Lite online free url in huggingface.co:

https://huggingface.co/Acnoryx/Airy-Lite

Airy-Lite install

Airy-Lite is an open source model from GitHub that offers a free installation service, and any user can find Airy-Lite on GitHub to install. At the same time, huggingface.co provides the effect of Airy-Lite install, users can directly use Airy-Lite installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

Airy-Lite install url in huggingface.co:

https://huggingface.co/Acnoryx/Airy-Lite

Url of Airy-Lite

Airy-Lite huggingface.co Url

Provider of Airy-Lite huggingface.co

Acnoryx
ORGANIZATIONS

Other API from Acnoryx

huggingface.co

Total runs: 157
Run Growth: 157
Growth Rate: 100.00%
Updated:March 17 2026
huggingface.co

Total runs: 132
Run Growth: 108
Growth Rate: 81.82%
Updated:March 26 2026
huggingface.co

Total runs: 35
Run Growth: 35
Growth Rate: 100.00%
Updated:March 16 2026
huggingface.co

Total runs: 32
Run Growth: 32
Growth Rate: 100.00%
Updated:March 16 2026
huggingface.co

Total runs: 29
Run Growth: 29
Growth Rate: 100.00%
Updated:March 16 2026
huggingface.co

Total runs: 27
Run Growth: 27
Growth Rate: 100.00%
Updated:March 16 2026