Update README.md
Browse files
README.md
CHANGED
@@ -9,12 +9,17 @@ tags:
|
|
9 |
datasets:
|
10 |
- avemio/German-RAG-HARD-REASONING-DE-THINKING
|
11 |
base_model: avemio/German-RAG-R1-14B-SFT-DE-EXP
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
# kalle07/German-RAG-R1-14B-SFT-DE-EXP-Q5_K_M-GGUF
|
15 |
This model was converted to GGUF format from [`avemio/German-RAG-R1-14B-SFT-DE-EXP`](https://huggingface.co/avemio/German-RAG-R1-14B-SFT-DE-EXP) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
16 |
Refer to the [original model card](https://huggingface.co/avemio/German-RAG-R1-14B-SFT-DE-EXP) for more details on the model.
|
17 |
|
|
|
|
|
18 |
## Use with llama.cpp
|
19 |
Install llama.cpp through brew (works on Mac and Linux)
|
20 |
|
@@ -53,4 +58,4 @@ Step 3: Run inference through the main binary.
|
|
53 |
or
|
54 |
```
|
55 |
./llama-server --hf-repo kalle07/German-RAG-R1-14B-SFT-DE-EXP-Q5_K_M-GGUF --hf-file german-rag-r1-14b-sft-de-exp-q5_k_m.gguf -c 2048
|
56 |
-
```
|
|
|
9 |
datasets:
|
10 |
- avemio/German-RAG-HARD-REASONING-DE-THINKING
|
11 |
base_model: avemio/German-RAG-R1-14B-SFT-DE-EXP
|
12 |
+
language:
|
13 |
+
- en
|
14 |
+
- de
|
15 |
---
|
16 |
|
17 |
# kalle07/German-RAG-R1-14B-SFT-DE-EXP-Q5_K_M-GGUF
|
18 |
This model was converted to GGUF format from [`avemio/German-RAG-R1-14B-SFT-DE-EXP`](https://huggingface.co/avemio/German-RAG-R1-14B-SFT-DE-EXP) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
19 |
Refer to the [original model card](https://huggingface.co/avemio/German-RAG-R1-14B-SFT-DE-EXP) for more details on the model.
|
20 |
|
21 |
+
seems works good with german documents in combination with nomic embedded
|
22 |
+
|
23 |
## Use with llama.cpp
|
24 |
Install llama.cpp through brew (works on Mac and Linux)
|
25 |
|
|
|
58 |
or
|
59 |
```
|
60 |
./llama-server --hf-repo kalle07/German-RAG-R1-14B-SFT-DE-EXP-Q5_K_M-GGUF --hf-file german-rag-r1-14b-sft-de-exp-q5_k_m.gguf -c 2048
|
61 |
+
```
|