Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
base_model: MotherEarth/
|
3 |
library_name: transformers
|
4 |
tags:
|
5 |
- mergekit
|
@@ -8,9 +8,9 @@ tags:
|
|
8 |
- gguf-my-repo
|
9 |
---
|
10 |
|
11 |
-
# MotherEarth/
|
12 |
-
This model was converted to GGUF format from [`MotherEarth/
|
13 |
-
Refer to the [original model card](https://huggingface.co/MotherEarth/
|
14 |
|
15 |
## Use with llama.cpp
|
16 |
Install llama.cpp through brew (works on Mac and Linux)
|
@@ -23,12 +23,12 @@ Invoke the llama.cpp server or the CLI.
|
|
23 |
|
24 |
### CLI:
|
25 |
```bash
|
26 |
-
llama-cli --hf-repo MotherEarth/
|
27 |
```
|
28 |
|
29 |
### Server:
|
30 |
```bash
|
31 |
-
llama-server --hf-repo MotherEarth/
|
32 |
```
|
33 |
|
34 |
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.
|
@@ -45,9 +45,9 @@ cd llama.cpp && LLAMA_CURL=1 make
|
|
45 |
|
46 |
Step 3: Run inference through the main binary.
|
47 |
```
|
48 |
-
./llama-cli --hf-repo MotherEarth/
|
49 |
```
|
50 |
or
|
51 |
```
|
52 |
-
./llama-server --hf-repo MotherEarth/
|
53 |
```
|
|
|
1 |
---
|
2 |
+
base_model: MotherEarth/Motherearth-Hermes-ClimateStorm-Sauerkraut-abliterated
|
3 |
library_name: transformers
|
4 |
tags:
|
5 |
- mergekit
|
|
|
8 |
- gguf-my-repo
|
9 |
---
|
10 |
|
11 |
+
# MotherEarth/Motherearth-Hermes-ClimateStorm-Sauerkraut-abliterated-Q4_K_M-GGUF
|
12 |
+
This model was converted to GGUF format from [`MotherEarth/Motherearth-Hermes-ClimateStorm-Sauerkraut-abliterated`](https://huggingface.co/MotherEarth/Motherearth-Hermes-ClimateStorm-Sauerkraut-abliterated) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
13 |
+
Refer to the [original model card](https://huggingface.co/MotherEarth/Motherearth-Hermes-ClimateStorm-Sauerkraut-abliterated) for more details on the model.
|
14 |
|
15 |
## Use with llama.cpp
|
16 |
Install llama.cpp through brew (works on Mac and Linux)
|
|
|
23 |
|
24 |
### CLI:
|
25 |
```bash
|
26 |
+
llama-cli --hf-repo MotherEarth/Motherearth-Hermes-ClimateStorm-Sauerkraut-abliterated-Q4_K_M-GGUF --hf-file motherearth-hermes-climatestorm-sauerkraut-abliterated-q4_k_m.gguf -p "The meaning to life and the universe is"
|
27 |
```
|
28 |
|
29 |
### Server:
|
30 |
```bash
|
31 |
+
llama-server --hf-repo MotherEarth/Motherearth-Hermes-ClimateStorm-Sauerkraut-abliterated-Q4_K_M-GGUF --hf-file motherearth-hermes-climatestorm-sauerkraut-abliterated-q4_k_m.gguf -c 2048
|
32 |
```
|
33 |
|
34 |
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.
|
|
|
45 |
|
46 |
Step 3: Run inference through the main binary.
|
47 |
```
|
48 |
+
./llama-cli --hf-repo MotherEarth/Motherearth-Hermes-ClimateStorm-Sauerkraut-abliterated-Q4_K_M-GGUF --hf-file motherearth-hermes-climatestorm-sauerkraut-abliterated-q4_k_m.gguf -p "The meaning to life and the universe is"
|
49 |
```
|
50 |
or
|
51 |
```
|
52 |
+
./llama-server --hf-repo MotherEarth/Motherearth-Hermes-ClimateStorm-Sauerkraut-abliterated-Q4_K_M-GGUF --hf-file motherearth-hermes-climatestorm-sauerkraut-abliterated-q4_k_m.gguf -c 2048
|
53 |
```
|