Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
base_model: avemio-digital/
|
3 |
tags:
|
4 |
- text-generation-inference
|
5 |
- transformers
|
@@ -9,14 +9,16 @@ tags:
|
|
9 |
- sft
|
10 |
- llama-cpp
|
11 |
- gguf-my-repo
|
|
|
|
|
12 |
license: apache-2.0
|
13 |
language:
|
14 |
- en
|
15 |
---
|
16 |
|
17 |
-
# avemio-digital/
|
18 |
-
This model was converted to GGUF format from [`avemio-digital/
|
19 |
-
Refer to the [original model card](https://huggingface.co/avemio-digital/
|
20 |
|
21 |
## Use with llama.cpp
|
22 |
Install llama.cpp through brew (works on Mac and Linux)
|
@@ -29,12 +31,12 @@ Invoke the llama.cpp server or the CLI.
|
|
29 |
|
30 |
### CLI:
|
31 |
```bash
|
32 |
-
llama-cli --hf-repo avemio-digital/
|
33 |
```
|
34 |
|
35 |
### Server:
|
36 |
```bash
|
37 |
-
llama-server --hf-repo avemio-digital/
|
38 |
```
|
39 |
|
40 |
Note: You can also use this checkpoint directly through the [usage steps](https://github.com/ggerganov/llama.cpp?tab=readme-ov-file#usage) listed in the Llama.cpp repo as well.
|
@@ -51,9 +53,9 @@ cd llama.cpp && LLAMA_CURL=1 make
|
|
51 |
|
52 |
Step 3: Run inference through the main binary.
|
53 |
```
|
54 |
-
./llama-cli --hf-repo avemio-digital/
|
55 |
```
|
56 |
or
|
57 |
```
|
58 |
-
./llama-server --hf-repo avemio-digital/
|
59 |
```
|
|
|
1 |
---
|
2 |
+
base_model: avemio-digital/German-RAG-Mobius-DeepSeek-R1-ReDistill-LLAMA-8B-v1.1-SFT-DE
|
3 |
tags:
|
4 |
- text-generation-inference
|
5 |
- transformers
|
|
|
9 |
- sft
|
10 |
- llama-cpp
|
11 |
- gguf-my-repo
|
12 |
+
datasets:
|
13 |
+
- avemio/German-RAG-HARD-REASONING-DE-THINKING
|
14 |
license: apache-2.0
|
15 |
language:
|
16 |
- en
|
17 |
---
|
18 |
|
19 |
+
# avemio-digital/German-RAG-Mobius-DeepSeek-R1-ReDistill-LLAMA-8B-v1.1-SFT-DE-Q8_0-GGUF
|
20 |
+
This model was converted to GGUF format from [`avemio-digital/German-RAG-Mobius-DeepSeek-R1-ReDistill-LLAMA-8B-v1.1-SFT-DE`](https://huggingface.co/avemio-digital/German-RAG-Mobius-DeepSeek-R1-ReDistill-LLAMA-8B-v1.1-SFT-DE) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
21 |
+
Refer to the [original model card](https://huggingface.co/avemio-digital/German-RAG-Mobius-DeepSeek-R1-ReDistill-LLAMA-8B-v1.1-SFT-DE) for more details on the model.
|
22 |
|
23 |
## Use with llama.cpp
|
24 |
Install llama.cpp through brew (works on Mac and Linux)
|
|
|
31 |
|
32 |
### CLI:
|
33 |
```bash
|
34 |
+
llama-cli --hf-repo avemio-digital/German-RAG-Mobius-DeepSeek-R1-ReDistill-LLAMA-8B-v1.1-SFT-DE-Q8_0-GGUF --hf-file German-RAG-mobius-deepseek-r1-redistill-llama-8b-v1.1-sft-de-q8_0.gguf -p "The meaning to life and the universe is"
|
35 |
```
|
36 |
|
37 |
### Server:
|
38 |
```bash
|
39 |
+
llama-server --hf-repo avemio-digital/German-RAG-Mobius-DeepSeek-R1-ReDistill-LLAMA-8B-v1.1-SFT-DE-Q8_0-GGUF --hf-file German-RAG-mobius-deepseek-r1-redistill-llama-8b-v1.1-sft-de-q8_0.gguf -c 2048
|
40 |
```
|
41 |
|
42 |
Note: You can also use this checkpoint directly through the [usage steps](https://github.com/ggerganov/llama.cpp?tab=readme-ov-file#usage) listed in the Llama.cpp repo as well.
|
|
|
53 |
|
54 |
Step 3: Run inference through the main binary.
|
55 |
```
|
56 |
+
./llama-cli --hf-repo avemio-digital/German-RAG-Mobius-DeepSeek-R1-ReDistill-LLAMA-8B-v1.1-SFT-DE-Q8_0-GGUF --hf-file German-RAG-mobius-deepseek-r1-redistill-llama-8b-v1.1-sft-de-q8_0.gguf -p "The meaning to life and the universe is"
|
57 |
```
|
58 |
or
|
59 |
```
|
60 |
+
./llama-server --hf-repo avemio-digital/German-RAG-Mobius-DeepSeek-R1-ReDistill-LLAMA-8B-v1.1-SFT-DE-Q8_0-GGUF --hf-file German-RAG-mobius-deepseek-r1-redistill-llama-8b-v1.1-sft-de-q8_0.gguf -c 2048
|
61 |
```
|