Update README.md
Browse files
README.md
CHANGED
@@ -16,6 +16,18 @@ pipeline_tag: text-generation
|
|
16 |
|
17 |
> **Flerovium-Llama-3B** is a compact, general-purpose language model based on the powerful **llama 3.2** (llama) architecture. It is fine-tuned for a broad range of tasks including **mathematical reasoning**, **code generation**, and **natural language understanding**, making it a versatile choice for developers, students, and researchers seeking reliable performance in a lightweight model.
|
18 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
## Quants Usage
|
20 |
|
21 |
(sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
|
|
|
16 |
|
17 |
> **Flerovium-Llama-3B** is a compact, general-purpose language model based on the powerful **llama 3.2** (llama) architecture. It is fine-tuned for a broad range of tasks including **mathematical reasoning**, **code generation**, and **natural language understanding**, making it a versatile choice for developers, students, and researchers seeking reliable performance in a lightweight model.
|
18 |
|
19 |
+
## Model File
|
20 |
+
|
21 |
+
| File Name | Size | Format |
|
22 |
+
|------------------------------------------|---------|--------|
|
23 |
+
| Flerovium-Llama-3B.BF16.gguf | 6.43 GB | BF16 |
|
24 |
+
| Flerovium-Llama-3B.F16.gguf | 6.43 GB | F16 |
|
25 |
+
| Flerovium-Llama-3B.Q4_K_M.gguf | 2.02 GB | Q4_K_M |
|
26 |
+
| Flerovium-Llama-3B.Q5_K_M.gguf | 2.32 GB | Q5_K_M |
|
27 |
+
| .gitattributes | 1.78 kB | - |
|
28 |
+
| README.md | 927 B | - |
|
29 |
+
| config.json | 31 B | JSON |
|
30 |
+
|
31 |
## Quants Usage
|
32 |
|
33 |
(sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
|