Update README.md
Browse files
README.md
CHANGED
|
@@ -1,15 +1,33 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
|
| 5 |
|
| 6 |
|
| 7 |
|
| 8 |
<p align="center">
|
| 9 |
<img src="https://cdn-uploads.huggingface.co/production/uploads/6921fa6332f7fb129563d495/jemMkfi73Fck611ID18ts.png" width="128">
|
|
|
|
| 10 |
</p>
|
| 11 |
|
| 12 |
|
|
|
|
| 13 |
Nomi-1.0 is a **refined mid-range Large Language Model** based on the **Llama-3.2-3B** architecture. It was specifically developed to outperform standard 3B models in **structured reporting**, **markdown formatting**, and **Python coding**, making it an ideal assistant for local deployment on consumer hardware.
|
| 14 |
|
| 15 |
|
|
@@ -60,4 +78,12 @@ SYSTEM "You are Nomi-1.0, a high-performance 3B model. You provide superior, str
|
|
| 60 |
```
|
| 61 |
Run the following command in your terminal: ```ollama create Nomi-1.0 -f Modelfile```
|
| 62 |
|
| 63 |
-
## ⚠️ Limitations As a 3B parameter model, Nomi-1.0 is not a replacement for GPT-4 or large 70B models when it comes to deep world knowledge or complex mathematical reasoning. It is a specialized tool for speed, local privacy, and high-quality document structure.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
datasets:
|
| 4 |
+
- Magpie-Align/Magpie-Pro-300K-Filtered
|
| 5 |
+
language:
|
| 6 |
+
- de
|
| 7 |
+
- en
|
| 8 |
+
base_model:
|
| 9 |
+
- unsloth/Llama-3.2-3B-bnb-4bit
|
| 10 |
+
pipeline_tag: text-generation
|
| 11 |
+
library_name: adapter-transformers
|
| 12 |
+
tags:
|
| 13 |
+
- efficient
|
| 14 |
+
- llama
|
| 15 |
+
- llama3
|
| 16 |
+
- gguf
|
| 17 |
+
- ollama
|
| 18 |
+
- instruction-finetuning
|
| 19 |
+
---
|
| 20 |
|
| 21 |
|
| 22 |
|
| 23 |
|
| 24 |
<p align="center">
|
| 25 |
<img src="https://cdn-uploads.huggingface.co/production/uploads/6921fa6332f7fb129563d495/jemMkfi73Fck611ID18ts.png" width="128">
|
| 26 |
+
|
| 27 |
</p>
|
| 28 |
|
| 29 |
|
| 30 |
+
|
| 31 |
Nomi-1.0 is a **refined mid-range Large Language Model** based on the **Llama-3.2-3B** architecture. It was specifically developed to outperform standard 3B models in **structured reporting**, **markdown formatting**, and **Python coding**, making it an ideal assistant for local deployment on consumer hardware.
|
| 32 |
|
| 33 |
|
|
|
|
| 78 |
```
|
| 79 |
Run the following command in your terminal: ```ollama create Nomi-1.0 -f Modelfile```
|
| 80 |
|
| 81 |
+
## ⚠️ Limitations As a 3B parameter model, Nomi-1.0 is not a replacement for GPT-4 or large 70B models when it comes to deep world knowledge or complex mathematical reasoning. It is a specialized tool for speed, local privacy, and high-quality document structure.
|
| 82 |
+
|
| 83 |
+
|
| 84 |
+
<p align="center">
|
| 85 |
+
|
| 86 |
+
|
| 87 |
+
|
| 88 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/6921fa6332f7fb129563d495/gIgSlItZstAhmua_u-JDX.png" width="300">
|
| 89 |
+
</p>
|