GraySoft
Projects Models Compare Cloud benchmarks FAQ Download guIDE →
Model Intelligence Sheet

Dsg2/LS-92M-A22M-GGUF overview

GGUF version: Q8 tested in the latest CPU llama.cpp build. Disable cuda, vulkan, rocm etc if not CPU version. I strongly reccomend you use the .bin version and…

gguftext-generationenbase_model:Dsg2/LS-92M-A22Mbase_model:quantized:Dsg2/LS-92M-A22Mlicense:apache-2.0endpoints_compatibleregion:usconversational

Runs locally from ~104.2 MB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).

Downloads
65
Likes
0
Pipeline
text-generation
Author

Repository Files & Downloads

1 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
LS-92M-A22M-Q8_0.ggufGGUFQ8_0104.2 MBDownload

Model Details

Model IDDsg2/LS-92M-A22M-GGUF
AuthorDsg2
Pipelinetext-generation
Licenseapache-2.0
Base modelDsg2/LS-92M-A22M
Last modified2026-08-26T00:21:33.000Z

Model README

---

license: apache-2.0

language:

  • en

base_model:

  • Dsg2/LS-92M-A22M

pipeline_tag: text-generation

---

GGUF version:

Q8 tested in the latest CPU llama.cpp build.

Disable cuda, vulkan, rocm etc if not CPU version.

I strongly reccomend you use the .bin version and the latest tinylm inference engine.

Note: the GGUF version is compatible with llama.cpp but llama.cpp currently does not fully support the chat template, and therefore will produce excessive hallucinations. For optimal usage, please use the .bin version with the latest tinylm.

---

LS-92M-A22M

| task | 63M / 16M act | 92M / 22M act | 220M / 25M act | chance |

|---|---|---|---|---|

| arc_easy | 31.2% | 35.0% | 35.8% | 25.1% |

| hellaswag | 27.3% | 28.5% | 31.8% | 25.0% |

| piqa | 56.5% | 60.0% | 60.8% | 50.0% |

| lambada | 13.2% | 18.5% | 19.2% | 0% |

| mmlu | 24.8% | 23.8% | 24.5% | 25.0% |

Miniature mixture of experts model with top-1 routing.

Trained entirely on a 1660 super.

This model is highly experimental and may not perform up to standards.

4 layers were duplicated from the base model LS-63M-A16M and a high LR was applied to them.

This checkpoint marks the second epoch of training complete, around another 2B tokens over 38 GPU hours. Total 4B tokens over 70 hours.

Total parameters: 92M

Active parameters: 22M

context length: 4096, sliding window 1024

Training end evals:

NA

Chat:

you> hi
bot> Hello! How can I assist you?

      [12 tok, 187.5 tok/s, ctx 22/16384]

you> what is the capital of france?
bot> The capital of France is Louis XVI.
      [13 tok, 171.1 tok/s, ctx 53/16384]

Code:

you> write a python function that reverses a string
bot> Here's an example of a Python function that reverses a string:

def reverse_string(s):

return s[::-1]


To test this function, you can call it with a test case like this:

print(reverse_string("Hello world"))


This will print the reversed string in the order of slicing.

Note: It is important to note that reverse() is a built-in function in Python, so if you have a string that you want to reverse, you should replace `"Hello"` with the string you want to reverse.

      [138 tok, 170.8 tok/s, ctx 155/16384]

(as seen, Code aspect is a major improvement over the base 63M A16M model.)

To try it yourself:

Download tinylm.exe and LS-92M-A22M-q8.bin (placed in \models), run command tinylm chat LS-92M-A22M-q8 2048

Note: the bundled tinylm.exe is likely outdated. For the latest version, check here for the source code of tinylm and windows prebuilts.

Run Dsg2/LS-92M-A22M-GGUF with guIDE

Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.

Download guIDE → · Browse 524k+ models · Compare models

Source: Hugging Face · Compare models