NANI-Nithin commited on
Commit
31b606a
·
verified ·
1 Parent(s): 1f55e77

Add model card

Browse files
Files changed (1) hide show
  1. README.md +42 -0
README.md ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: inclusionAI/Ling-3.0-tiny
3
+ language:
4
+ - en
5
+ tags:
6
+ - gguf
7
+ - quantized
8
+ - moe
9
+ - bailingmoev3
10
+ - ling
11
+ ---
12
+
13
+ # Ling-3.0-tiny GGUF
14
+
15
+ Community GGUF conversion of [inclusionAI/Ling-3.0-tiny](https://huggingface.co/inclusionAI/Ling-3.0-tiny).
16
+
17
+ ## Reproducibility
18
+
19
+ This repository was generated with a BailingMoeV3-enabled llama.cpp fork.
20
+ The exact source checkout checkpoint is recorded below:
21
+
22
+ ```json
23
+ {
24
+ "stage": "01_checkout_bailing_llama",
25
+ "status": "complete",
26
+ "timestamp_utc": "2026-08-11T10:36:13.114546+00:00",
27
+ "model": "inclusionAI/Ling-3.0-tiny",
28
+ "llama_repo": "https://github.com/aetherbird/llama.cpp.git",
29
+ "llama_branch": "bailingmoe3-support",
30
+ "repo_dir": "/mnt/ling/src/llama.cpp",
31
+ "commit": "3a0124fa8c20356ed5e6bf0c0ebae1566d6f49c1"
32
+ }
33
+ ```
34
+
35
+ ## Files
36
+
37
+ - `F16`: Conversion baseline.
38
+ - `Q4_K_M`: General local-inference default.
39
+ - `Q5_K_M`, `Q6_K`, `Q8_0`: Higher-fidelity variants.
40
+ - `IQ*`: Importance-matrix variants, generated only when supported by the pinned quantizer.
41
+
42
+ Use a Ling/BailingMoeV3-compatible runtime to load these files.