Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
base_model: avemio/
|
3 |
base_model_relation: merge
|
4 |
language:
|
5 |
- en
|
@@ -18,9 +18,9 @@ tags:
|
|
18 |
license: mit
|
19 |
---
|
20 |
|
21 |
-
# avemio-digital/
|
22 |
-
This model was converted to GGUF format from [`avemio/
|
23 |
-
Refer to the [original model card](https://huggingface.co/avemio/
|
24 |
|
25 |
## Use with llama.cpp
|
26 |
Install llama.cpp through brew (works on Mac and Linux)
|
@@ -33,12 +33,12 @@ Invoke the llama.cpp server or the CLI.
|
|
33 |
|
34 |
### CLI:
|
35 |
```bash
|
36 |
-
llama-cli --hf-repo avemio-digital/
|
37 |
```
|
38 |
|
39 |
### Server:
|
40 |
```bash
|
41 |
-
llama-server --hf-repo avemio-digital/
|
42 |
```
|
43 |
|
44 |
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.
|
@@ -55,9 +55,9 @@ cd llama.cpp && LLAMA_CURL=1 make
|
|
55 |
|
56 |
Step 3: Run inference through the main binary.
|
57 |
```
|
58 |
-
./llama-cli --hf-repo avemio-digital/
|
59 |
```
|
60 |
or
|
61 |
```
|
62 |
-
./llama-server --hf-repo avemio-digital/
|
63 |
```
|
|
|
1 |
---
|
2 |
+
base_model: avemio/German-RAG-PHI-3.5-MINI-4B-MERGED-HESSIAN-AI
|
3 |
base_model_relation: merge
|
4 |
language:
|
5 |
- en
|
|
|
18 |
license: mit
|
19 |
---
|
20 |
|
21 |
+
# avemio-digital/German-RAG-PHI-3.5-MINI-4B-MERGED-HESSIAN-AI-Q8_0-GGUF
|
22 |
+
This model was converted to GGUF format from [`avemio/German-RAG-PHI-3.5-MINI-4B-MERGED-HESSIAN-AI`](https://huggingface.co/avemio/German-RAG-PHI-3.5-MINI-4B-MERGED-HESSIAN-AI) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
23 |
+
Refer to the [original model card](https://huggingface.co/avemio/German-RAG-PHI-3.5-MINI-4B-MERGED-HESSIAN-AI) for more details on the model.
|
24 |
|
25 |
## Use with llama.cpp
|
26 |
Install llama.cpp through brew (works on Mac and Linux)
|
|
|
33 |
|
34 |
### CLI:
|
35 |
```bash
|
36 |
+
llama-cli --hf-repo avemio-digital/German-RAG-PHI-3.5-MINI-4B-MERGED-HESSIAN-AI-Q8_0-GGUF --hf-file German-RAG-phi-3.5-mini-4b-merged-hessian-ai-q8_0.gguf -p "The meaning to life and the universe is"
|
37 |
```
|
38 |
|
39 |
### Server:
|
40 |
```bash
|
41 |
+
llama-server --hf-repo avemio-digital/German-RAG-PHI-3.5-MINI-4B-MERGED-HESSIAN-AI-Q8_0-GGUF --hf-file German-RAG-phi-3.5-mini-4b-merged-hessian-ai-q8_0.gguf -c 2048
|
42 |
```
|
43 |
|
44 |
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.
|
|
|
55 |
|
56 |
Step 3: Run inference through the main binary.
|
57 |
```
|
58 |
+
./llama-cli --hf-repo avemio-digital/German-RAG-PHI-3.5-MINI-4B-MERGED-HESSIAN-AI-Q8_0-GGUF --hf-file German-RAG-phi-3.5-mini-4b-merged-hessian-ai-q8_0.gguf -p "The meaning to life and the universe is"
|
59 |
```
|
60 |
or
|
61 |
```
|
62 |
+
./llama-server --hf-repo avemio-digital/German-RAG-PHI-3.5-MINI-4B-MERGED-HESSIAN-AI-Q8_0-GGUF --hf-file German-RAG-phi-3.5-mini-4b-merged-hessian-ai-q8_0.gguf -c 2048
|
63 |
```
|