Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
base_model: mrheinen/Gemma2-27b-lophiid
|
3 |
tags:
|
@@ -47,4 +61,4 @@ Step 3: Run inference through the main binary.
|
|
47 |
or
|
48 |
```
|
49 |
./llama-server --hf-repo mrheinen/Gemma2-27b-lophiid-Q4_K_M-GGUF --hf-file gemma2-27b-lophiid-q4_k_m.gguf -c 2048
|
50 |
-
```
|
|
|
1 |
+
---
|
2 |
+
base_model: mrheinen/Gemma2-27b-lophiid
|
3 |
+
tags:
|
4 |
+
- llama-cpp
|
5 |
+
- gguf-my-repo
|
6 |
+
datasets:
|
7 |
+
- mrheinen/linux-commands
|
8 |
+
---
|
9 |
+
|
10 |
+
This is Gemma 27b fine-tuned with https://huggingface.co/datasets/mrheinen/linux-commands
|
11 |
+
|
12 |
+
While the normal Gemma will suffice, this version has been fine-tune with more linux commands and was tested with Lophiid to function properly.
|
13 |
+
|
14 |
+
|
15 |
---
|
16 |
base_model: mrheinen/Gemma2-27b-lophiid
|
17 |
tags:
|
|
|
61 |
or
|
62 |
```
|
63 |
./llama-server --hf-repo mrheinen/Gemma2-27b-lophiid-Q4_K_M-GGUF --hf-file gemma2-27b-lophiid-q4_k_m.gguf -c 2048
|
64 |
+
```
|