Instructions to use tensorblock/H4rmoniousAnthea-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use tensorblock/H4rmoniousAnthea-GGUF with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf tensorblock/H4rmoniousAnthea-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/H4rmoniousAnthea-GGUF:Q2_K
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf tensorblock/H4rmoniousAnthea-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/H4rmoniousAnthea-GGUF:Q2_K
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf tensorblock/H4rmoniousAnthea-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/H4rmoniousAnthea-GGUF:Q2_K
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf tensorblock/H4rmoniousAnthea-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/H4rmoniousAnthea-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/H4rmoniousAnthea-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/H4rmoniousAnthea-GGUF with Ollama:
ollama run hf.co/tensorblock/H4rmoniousAnthea-GGUF:Q2_K
- Unsloth Studio
How to use tensorblock/H4rmoniousAnthea-GGUF with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for tensorblock/H4rmoniousAnthea-GGUF to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for tensorblock/H4rmoniousAnthea-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for tensorblock/H4rmoniousAnthea-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/H4rmoniousAnthea-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/H4rmoniousAnthea-GGUF:Q2_K
- Lemonade
How to use tensorblock/H4rmoniousAnthea-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/H4rmoniousAnthea-GGUF:Q2_K
Run and chat with the model
lemonade run user.H4rmoniousAnthea-GGUF-Q2_K
List all available models
lemonade list
- Atomic Chat
Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- H4rmoniousAnthea-Q2_K.gguf +3 -0
- H4rmoniousAnthea-Q3_K_L.gguf +3 -0
- H4rmoniousAnthea-Q3_K_M.gguf +3 -0
- H4rmoniousAnthea-Q3_K_S.gguf +3 -0
- H4rmoniousAnthea-Q4_0.gguf +3 -0
- H4rmoniousAnthea-Q4_K_M.gguf +3 -0
- H4rmoniousAnthea-Q4_K_S.gguf +3 -0
- H4rmoniousAnthea-Q5_0.gguf +3 -0
- H4rmoniousAnthea-Q5_K_M.gguf +3 -0
- H4rmoniousAnthea-Q5_K_S.gguf +3 -0
- H4rmoniousAnthea-Q6_K.gguf +3 -0
- H4rmoniousAnthea-Q8_0.gguf +3 -0
- README.md +86 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,15 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
H4rmoniousAnthea-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
H4rmoniousAnthea-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
H4rmoniousAnthea-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
H4rmoniousAnthea-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
H4rmoniousAnthea-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
H4rmoniousAnthea-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
H4rmoniousAnthea-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
H4rmoniousAnthea-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
H4rmoniousAnthea-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
H4rmoniousAnthea-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
H4rmoniousAnthea-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
H4rmoniousAnthea-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
H4rmoniousAnthea-Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f7f1c47e5b841975235aedc526d7229707ede7e028b40f68ac5ea96a0304432b
|
| 3 |
+
size 2719252288
|
H4rmoniousAnthea-Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dc5686699f5f7e49f1932160b652940b6ecde7aab82e72b6d367a40d0b19609c
|
| 3 |
+
size 3822035584
|
H4rmoniousAnthea-Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:01e3f12d595a4a9732d4cb4c1c993cc5210b128351e47ad9bf6807921fc80598
|
| 3 |
+
size 3518997120
|
H4rmoniousAnthea-Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7f3d488be36d6680b2b0815e915d2d0d6d89cc5d25c24784c092fe1037865661
|
| 3 |
+
size 3164578432
|
H4rmoniousAnthea-Q4_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:58c0eddedb1c3941149c55b0a12fa4fd6c8ded185f43a0d7eca84fb827f8a0af
|
| 3 |
+
size 4108928704
|
H4rmoniousAnthea-Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ed706f4da7ce12578c53ddc1c389a3a1fc8e25b00c87a7dc4c2d8369f804a43d
|
| 3 |
+
size 4368451264
|
H4rmoniousAnthea-Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:22176f10fbe511e1fd0bc47884258f51678f995c5036d7c9970689becbf9b0c2
|
| 3 |
+
size 4140385984
|
H4rmoniousAnthea-Q5_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4ce36106e8f62bac06510dffa8cbcf47d1b838bca3fb9ed72a851d05885a9e70
|
| 3 |
+
size 4997728960
|
H4rmoniousAnthea-Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3205e62463585340151803d4ed672bd0cff6d212d790f4be20d2601e67976faa
|
| 3 |
+
size 5131422400
|
H4rmoniousAnthea-Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:865a9769c36b6a82dd5217f347529d383f5a6dfb43ab7eec11e57fe90a632000
|
| 3 |
+
size 4997728960
|
H4rmoniousAnthea-Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e322ac5a3e4d904448d86da2d30b9a9e08199599fb0338bddcb9848e0a6be0fe
|
| 3 |
+
size 5942079232
|
H4rmoniousAnthea-Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7d89f6d3b1b6b6dfe3f09d929040f24895d68195b6941298cc232a82726a93e9
|
| 3 |
+
size 7695875712
|
README.md
ADDED
|
@@ -0,0 +1,86 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
datasets:
|
| 4 |
+
- neovalle/H4rmony_dpo
|
| 5 |
+
tags:
|
| 6 |
+
- ecology
|
| 7 |
+
- sustainability
|
| 8 |
+
- ecolinguistics
|
| 9 |
+
- dpo
|
| 10 |
+
- TensorBlock
|
| 11 |
+
- GGUF
|
| 12 |
+
base_model: neovalle/H4rmoniousAnthea
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
| 16 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
| 17 |
+
</div>
|
| 18 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
| 19 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
| 20 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
| 21 |
+
Feedback and support: TensorBlock's <a href="https://x.com/tensorblock_aoi">Twitter/X</a>, <a href="https://t.me/TensorBlock">Telegram Group</a> and <a href="https://x.com/tensorblock_aoi">Discord server</a>
|
| 22 |
+
</p>
|
| 23 |
+
</div>
|
| 24 |
+
</div>
|
| 25 |
+
|
| 26 |
+
## neovalle/H4rmoniousAnthea - GGUF
|
| 27 |
+
|
| 28 |
+
This repo contains GGUF format model files for [neovalle/H4rmoniousAnthea](https://huggingface.co/neovalle/H4rmoniousAnthea).
|
| 29 |
+
|
| 30 |
+
The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4242](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
|
| 31 |
+
|
| 32 |
+
<div style="text-align: left; margin: 20px 0;">
|
| 33 |
+
<a href="https://tensorblock.co/waitlist/client" style="display: inline-block; padding: 10px 20px; background-color: #007bff; color: white; text-decoration: none; border-radius: 5px; font-weight: bold;">
|
| 34 |
+
Run them on the TensorBlock client using your local machine ↗
|
| 35 |
+
</a>
|
| 36 |
+
</div>
|
| 37 |
+
|
| 38 |
+
## Prompt template
|
| 39 |
+
|
| 40 |
+
```
|
| 41 |
+
<|im_start|>system
|
| 42 |
+
{system_prompt}<|im_end|>
|
| 43 |
+
<|im_start|>user
|
| 44 |
+
{prompt}<|im_end|>
|
| 45 |
+
<|im_start|>assistant
|
| 46 |
+
```
|
| 47 |
+
|
| 48 |
+
## Model file specification
|
| 49 |
+
|
| 50 |
+
| Filename | Quant type | File Size | Description |
|
| 51 |
+
| -------- | ---------- | --------- | ----------- |
|
| 52 |
+
| [H4rmoniousAnthea-Q2_K.gguf](https://huggingface.co/tensorblock/H4rmoniousAnthea-GGUF/blob/main/H4rmoniousAnthea-Q2_K.gguf) | Q2_K | 2.719 GB | smallest, significant quality loss - not recommended for most purposes |
|
| 53 |
+
| [H4rmoniousAnthea-Q3_K_S.gguf](https://huggingface.co/tensorblock/H4rmoniousAnthea-GGUF/blob/main/H4rmoniousAnthea-Q3_K_S.gguf) | Q3_K_S | 3.165 GB | very small, high quality loss |
|
| 54 |
+
| [H4rmoniousAnthea-Q3_K_M.gguf](https://huggingface.co/tensorblock/H4rmoniousAnthea-GGUF/blob/main/H4rmoniousAnthea-Q3_K_M.gguf) | Q3_K_M | 3.519 GB | very small, high quality loss |
|
| 55 |
+
| [H4rmoniousAnthea-Q3_K_L.gguf](https://huggingface.co/tensorblock/H4rmoniousAnthea-GGUF/blob/main/H4rmoniousAnthea-Q3_K_L.gguf) | Q3_K_L | 3.822 GB | small, substantial quality loss |
|
| 56 |
+
| [H4rmoniousAnthea-Q4_0.gguf](https://huggingface.co/tensorblock/H4rmoniousAnthea-GGUF/blob/main/H4rmoniousAnthea-Q4_0.gguf) | Q4_0 | 4.109 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
| 57 |
+
| [H4rmoniousAnthea-Q4_K_S.gguf](https://huggingface.co/tensorblock/H4rmoniousAnthea-GGUF/blob/main/H4rmoniousAnthea-Q4_K_S.gguf) | Q4_K_S | 4.140 GB | small, greater quality loss |
|
| 58 |
+
| [H4rmoniousAnthea-Q4_K_M.gguf](https://huggingface.co/tensorblock/H4rmoniousAnthea-GGUF/blob/main/H4rmoniousAnthea-Q4_K_M.gguf) | Q4_K_M | 4.368 GB | medium, balanced quality - recommended |
|
| 59 |
+
| [H4rmoniousAnthea-Q5_0.gguf](https://huggingface.co/tensorblock/H4rmoniousAnthea-GGUF/blob/main/H4rmoniousAnthea-Q5_0.gguf) | Q5_0 | 4.998 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
| 60 |
+
| [H4rmoniousAnthea-Q5_K_S.gguf](https://huggingface.co/tensorblock/H4rmoniousAnthea-GGUF/blob/main/H4rmoniousAnthea-Q5_K_S.gguf) | Q5_K_S | 4.998 GB | large, low quality loss - recommended |
|
| 61 |
+
| [H4rmoniousAnthea-Q5_K_M.gguf](https://huggingface.co/tensorblock/H4rmoniousAnthea-GGUF/blob/main/H4rmoniousAnthea-Q5_K_M.gguf) | Q5_K_M | 5.131 GB | large, very low quality loss - recommended |
|
| 62 |
+
| [H4rmoniousAnthea-Q6_K.gguf](https://huggingface.co/tensorblock/H4rmoniousAnthea-GGUF/blob/main/H4rmoniousAnthea-Q6_K.gguf) | Q6_K | 5.942 GB | very large, extremely low quality loss |
|
| 63 |
+
| [H4rmoniousAnthea-Q8_0.gguf](https://huggingface.co/tensorblock/H4rmoniousAnthea-GGUF/blob/main/H4rmoniousAnthea-Q8_0.gguf) | Q8_0 | 7.696 GB | very large, extremely low quality loss - not recommended |
|
| 64 |
+
|
| 65 |
+
|
| 66 |
+
## Downloading instruction
|
| 67 |
+
|
| 68 |
+
### Command line
|
| 69 |
+
|
| 70 |
+
Firstly, install Huggingface Client
|
| 71 |
+
|
| 72 |
+
```shell
|
| 73 |
+
pip install -U "huggingface_hub[cli]"
|
| 74 |
+
```
|
| 75 |
+
|
| 76 |
+
Then, downoad the individual model file the a local directory
|
| 77 |
+
|
| 78 |
+
```shell
|
| 79 |
+
huggingface-cli download tensorblock/H4rmoniousAnthea-GGUF --include "H4rmoniousAnthea-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
| 80 |
+
```
|
| 81 |
+
|
| 82 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
| 83 |
+
|
| 84 |
+
```shell
|
| 85 |
+
huggingface-cli download tensorblock/H4rmoniousAnthea-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
| 86 |
+
```
|