Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,37 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
base_model:
|
6 |
+
- prithivMLmods/Eta-Aurigae-0.6B-Echelon1
|
7 |
+
pipeline_tag: text-generation
|
8 |
+
library_name: transformers
|
9 |
+
tags:
|
10 |
+
- text-generation-inference
|
11 |
+
- science
|
12 |
+
---
|
13 |
+
|
14 |
+
# **Eta-Aurigae-0.6B-Echelon1-GGUF**
|
15 |
+
|
16 |
+
> **Eta-Aurigae-0.6B-Echelon1** is a compact, efficient model specialized in **science, factual accuracy**, and **structured reasoning**. Fine-tuned on **Qwen3-0.6B** using the **MoT (Mixture of Thoughts)** dataset—focused on scientific understanding and expert factual domains—it delivers high-precision outputs for STEM education, tutoring, and analytical thinking in resource-constrained environments.
|
17 |
+
|
18 |
+
## Model File
|
19 |
+
|
20 |
+
| File Name | Size | Format | Description |
|
21 |
+
|--------------------------------------------|--------|---------------|------------------------------------------|
|
22 |
+
| Eta-Aurigae-0.6B-Echelon1.BF16.gguf | 1.2 GB | GGUF (BF16) | BFloat16 precision model file |
|
23 |
+
| Eta-Aurigae-0.6B-Echelon1.F32.gguf | 2.39 GB| GGUF (F32) | Float32 precision model file |
|
24 |
+
| Eta-Aurigae-0.6B-Echelon1.Q4_K_M.gguf | 397 MB | GGUF (Q4_K_M) | 4-bit quantized model file |
|
25 |
+
| Eta-Aurigae-0.6B-Echelon1.Q5_K_M.gguf | 444 MB | GGUF (Q5_K_M) | 5-bit quantized model file |
|
26 |
+
| Eta-Aurigae-0.6B-Echelon1.Q8_0.gguf | 639 MB | GGUF (Q8_0) | 8-bit quantized model file |
|
27 |
+
| config.json | 31 B | JSON | Configuration file |
|
28 |
+
| .gitattributes | 1.88 kB| Text | Git attributes configuration |
|
29 |
+
|
30 |
+
## Quants Usage
|
31 |
+
|
32 |
+
(sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
|
33 |
+
|
34 |
+
Here is a handy graph by ikawrakow comparing some lower-quality quant
|
35 |
+
types (lower is better):
|
36 |
+
|
37 |
+

|