chenghuzi/glimmer-e4b-asd9-gguf

Model

0

stars

4

commits

1

linked in READMEs

Jun 6, 2026

updated

behavior-screening
conversational
endpoints_compatible
gemma
gemma4
gguf
glimmer
llama.cpp
multimodal
Browse cluster: Quantized LLM Model Collections

README

Glimmer E4B ASD-9 GGUF

Glimmer is a Gemma 4 E4B based GGUF model for observable behavior-label prediction. This private preview release is intended for research and screening-support workflows. It is not an ASD diagnostic system and must not be used as the sole basis for diagnosis, treatment decisions, or emergency decisions.

Files

  • model-Q4_K_M.gguf: Q4_K_M GGUF language model.
  • mmproj-bf16.gguf: BF16 multimodal projection file. Use it together with the main GGUF file.
  • metrics.json: Sanitized metric summary only. It does not include predictions, logs, media, cache files, or local paths.

Output Contract

The model is expected to emit a strict 9-bit code for B01 through B09.

^[01]{9}$

B10 is not directly predicted by the model. Applications should derive B10=true only when all B01 through B09 bits are 0.

Labels

CodeLabel
B01Absence or Avoidance of Eye Contact
B02Aggressive Behavior
B03Hyper- or Hyporeactivity to Sensory Input
B04Non-Responsiveness to Verbal Interaction
B05Non-Typical Language
B06Object Lining-Up
B07Self-Hitting or Self-Injurious Behavior
B08Self-Spinning or Spinning Objects
B09Upper Limb Stereotypies
B10Background, application-derived

Evaluation Summary

Evaluation used the unchanged test split with 182 samples. The published metrics use the native-equivalent llama.cpp server baseline with pinned media marker <__media__> and prompt cache disabled for iOS/native parity. The run used Chinese prompts, audio enabled, up to 32 frames, image width 512, max audio 30.0 seconds, deterministic decoding, and grammar-constrained 9-bit output.

MetricValue
Parse rate1.0000
Exact match0.3626
Hamming accuracy0.8692
Micro precision0.6059
Micro recall0.4965
Micro F10.5458
Macro precision0.6461
Macro recall0.5041
Macro F10.5473

Per-Label Metrics

CodeLabelPrecisionRecallF1Support
B01Absence or Avoidance of Eye Contact0.78950.37500.508540
B02Aggressive Behavior0.93750.46880.625032
B03Hyper- or Hyporeactivity to Sensory Input0.57140.32000.410325
B04Non-Responsiveness to Verbal Interaction0.43750.25930.325627
B05Non-Typical Language0.42860.37500.400024
B06Object Lining-Up1.00000.77780.87509
B07Self-Hitting or Self-Injurious Behavior0.35710.52630.425519
B08Self-Spinning or Spinning Objects0.72220.52000.604725
B09Upper Limb Stereotypies0.60000.56600.582553
B10Background0.61700.85290.716034

llama.cpp Usage Notes

Use both GGUF files. The exact command depends on the local llama.cpp build and multimodal support. Keep decoding deterministic and constrain output to the 9-bit grammar when possible.

Example grammar:

root ::= bit bit bit bit bit bit bit bit bit
bit ::= "0" | "1"

License

The GGUF model files are distributed under Apache-2.0. See LICENSE and NOTICE.

Contributors

CH
Cheng Huzi

3 commits

chenghuzi

1 commits

chenghuzi/glimmer-e4b-asd9-gguf

Model

0

stars

4

commits

1

linked in READMEs

Jun 6, 2026

updated

behavior-screening
conversational
endpoints_compatible
gemma
gemma4
gguf
glimmer
llama.cpp
multimodal
Browse cluster: Quantized LLM Model Collections

README

Glimmer E4B ASD-9 GGUF

Glimmer is a Gemma 4 E4B based GGUF model for observable behavior-label prediction. This private preview release is intended for research and screening-support workflows. It is not an ASD diagnostic system and must not be used as the sole basis for diagnosis, treatment decisions, or emergency decisions.

Files

  • model-Q4_K_M.gguf: Q4_K_M GGUF language model.
  • mmproj-bf16.gguf: BF16 multimodal projection file. Use it together with the main GGUF file.
  • metrics.json: Sanitized metric summary only. It does not include predictions, logs, media, cache files, or local paths.

Output Contract

The model is expected to emit a strict 9-bit code for B01 through B09.

^[01]{9}$

B10 is not directly predicted by the model. Applications should derive B10=true only when all B01 through B09 bits are 0.

Labels

CodeLabel
B01Absence or Avoidance of Eye Contact
B02Aggressive Behavior
B03Hyper- or Hyporeactivity to Sensory Input
B04Non-Responsiveness to Verbal Interaction
B05Non-Typical Language
B06Object Lining-Up
B07Self-Hitting or Self-Injurious Behavior
B08Self-Spinning or Spinning Objects
B09Upper Limb Stereotypies
B10Background, application-derived

Evaluation Summary

Evaluation used the unchanged test split with 182 samples. The published metrics use the native-equivalent llama.cpp server baseline with pinned media marker <__media__> and prompt cache disabled for iOS/native parity. The run used Chinese prompts, audio enabled, up to 32 frames, image width 512, max audio 30.0 seconds, deterministic decoding, and grammar-constrained 9-bit output.

MetricValue
Parse rate1.0000
Exact match0.3626
Hamming accuracy0.8692
Micro precision0.6059
Micro recall0.4965
Micro F10.5458
Macro precision0.6461
Macro recall0.5041
Macro F10.5473

Per-Label Metrics

CodeLabelPrecisionRecallF1Support
B01Absence or Avoidance of Eye Contact0.78950.37500.508540
B02Aggressive Behavior0.93750.46880.625032
B03Hyper- or Hyporeactivity to Sensory Input0.57140.32000.410325
B04Non-Responsiveness to Verbal Interaction0.43750.25930.325627
B05Non-Typical Language0.42860.37500.400024
B06Object Lining-Up1.00000.77780.87509
B07Self-Hitting or Self-Injurious Behavior0.35710.52630.425519
B08Self-Spinning or Spinning Objects0.72220.52000.604725
B09Upper Limb Stereotypies0.60000.56600.582553
B10Background0.61700.85290.716034

llama.cpp Usage Notes

Use both GGUF files. The exact command depends on the local llama.cpp build and multimodal support. Keep decoding deterministic and constrain output to the 9-bit grammar when possible.

Example grammar:

root ::= bit bit bit bit bit bit bit bit bit
bit ::= "0" | "1"

License

The GGUF model files are distributed under Apache-2.0. See LICENSE and NOTICE.

Contributors

CH
Cheng Huzi

3 commits

chenghuzi

1 commits