Instructions to use featherless-ai-quants/Weyaxi-HelpSteer-filtered-7B-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 featherless-ai-quants/Weyaxi-HelpSteer-filtered-7B-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 featherless-ai-quants/Weyaxi-HelpSteer-filtered-7B-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf featherless-ai-quants/Weyaxi-HelpSteer-filtered-7B-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf featherless-ai-quants/Weyaxi-HelpSteer-filtered-7B-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf featherless-ai-quants/Weyaxi-HelpSteer-filtered-7B-GGUF:Q4_K_M
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 featherless-ai-quants/Weyaxi-HelpSteer-filtered-7B-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf featherless-ai-quants/Weyaxi-HelpSteer-filtered-7B-GGUF:Q4_K_M
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 featherless-ai-quants/Weyaxi-HelpSteer-filtered-7B-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf featherless-ai-quants/Weyaxi-HelpSteer-filtered-7B-GGUF:Q4_K_M
Use Docker
docker model run hf.co/featherless-ai-quants/Weyaxi-HelpSteer-filtered-7B-GGUF:Q4_K_M
- LM Studio
- Jan
- vLLM
How to use featherless-ai-quants/Weyaxi-HelpSteer-filtered-7B-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "featherless-ai-quants/Weyaxi-HelpSteer-filtered-7B-GGUF" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "featherless-ai-quants/Weyaxi-HelpSteer-filtered-7B-GGUF", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/featherless-ai-quants/Weyaxi-HelpSteer-filtered-7B-GGUF:Q4_K_M
- Ollama
How to use featherless-ai-quants/Weyaxi-HelpSteer-filtered-7B-GGUF with Ollama:
ollama run hf.co/featherless-ai-quants/Weyaxi-HelpSteer-filtered-7B-GGUF:Q4_K_M
- Unsloth Desktop
- Docker Model Runner
How to use featherless-ai-quants/Weyaxi-HelpSteer-filtered-7B-GGUF with Docker Model Runner:
docker model run hf.co/featherless-ai-quants/Weyaxi-HelpSteer-filtered-7B-GGUF:Q4_K_M
- Lemonade
How to use featherless-ai-quants/Weyaxi-HelpSteer-filtered-7B-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull featherless-ai-quants/Weyaxi-HelpSteer-filtered-7B-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.Weyaxi-HelpSteer-filtered-7B-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +47 -0
- Weyaxi-HelpSteer-filtered-7B-IQ4_XS.gguf +3 -0
- Weyaxi-HelpSteer-filtered-7B-Q2_K.gguf +3 -0
- Weyaxi-HelpSteer-filtered-7B-Q3_K_L.gguf +3 -0
- Weyaxi-HelpSteer-filtered-7B-Q3_K_M.gguf +3 -0
- Weyaxi-HelpSteer-filtered-7B-Q3_K_S.gguf +3 -0
- Weyaxi-HelpSteer-filtered-7B-Q4_K_M.gguf +3 -0
- Weyaxi-HelpSteer-filtered-7B-Q4_K_S.gguf +3 -0
- Weyaxi-HelpSteer-filtered-7B-Q5_K_M.gguf +3 -0
- Weyaxi-HelpSteer-filtered-7B-Q5_K_S.gguf +3 -0
- Weyaxi-HelpSteer-filtered-7B-Q6_K.gguf +3 -0
- Weyaxi-HelpSteer-filtered-7B-Q8_0.gguf +3 -0
- featherless-quants.png +3 -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 |
+
Weyaxi-HelpSteer-filtered-7B-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
Weyaxi-HelpSteer-filtered-7B-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
Weyaxi-HelpSteer-filtered-7B-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
Weyaxi-HelpSteer-filtered-7B-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
Weyaxi-HelpSteer-filtered-7B-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
Weyaxi-HelpSteer-filtered-7B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
Weyaxi-HelpSteer-filtered-7B-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
Weyaxi-HelpSteer-filtered-7B-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
Weyaxi-HelpSteer-filtered-7B-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
Weyaxi-HelpSteer-filtered-7B-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
Weyaxi-HelpSteer-filtered-7B-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
featherless-quants.png filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: Weyaxi/HelpSteer-filtered-7B
|
| 3 |
+
pipeline_tag: text-generation
|
| 4 |
+
quantized_by: featherless-ai-quants
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
# Weyaxi/HelpSteer-filtered-7B GGUF Quantizations π
|
| 8 |
+
|
| 9 |
+

|
| 10 |
+
|
| 11 |
+
*Optimized GGUF quantization files for enhanced model performance*
|
| 12 |
+
|
| 13 |
+
> Powered by [Featherless AI](https://featherless.ai) - run any model you'd like for a simple small fee.
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
+
## Available Quantizations π
|
| 17 |
+
|
| 18 |
+
| Quantization Type | File | Size |
|
| 19 |
+
|-------------------|------|------|
|
| 20 |
+
| IQ4_XS | [Weyaxi-HelpSteer-filtered-7B-IQ4_XS.gguf](https://huggingface.co/featherless-ai-quants/Weyaxi/HelpSteer-filtered-7B-GGUF/blob/main/Weyaxi-HelpSteer-filtered-7B-IQ4_XS.gguf) | 3761.66 MB |
|
| 21 |
+
| Q2_K | [Weyaxi-HelpSteer-filtered-7B-Q2_K.gguf](https://huggingface.co/featherless-ai-quants/Weyaxi/HelpSteer-filtered-7B-GGUF/blob/main/Weyaxi-HelpSteer-filtered-7B-Q2_K.gguf) | 2593.27 MB |
|
| 22 |
+
| Q3_K_L | [Weyaxi-HelpSteer-filtered-7B-Q3_K_L.gguf](https://huggingface.co/featherless-ai-quants/Weyaxi/HelpSteer-filtered-7B-GGUF/blob/main/Weyaxi-HelpSteer-filtered-7B-Q3_K_L.gguf) | 3644.97 MB |
|
| 23 |
+
| Q3_K_M | [Weyaxi-HelpSteer-filtered-7B-Q3_K_M.gguf](https://huggingface.co/featherless-ai-quants/Weyaxi/HelpSteer-filtered-7B-GGUF/blob/main/Weyaxi-HelpSteer-filtered-7B-Q3_K_M.gguf) | 3355.97 MB |
|
| 24 |
+
| Q3_K_S | [Weyaxi-HelpSteer-filtered-7B-Q3_K_S.gguf](https://huggingface.co/featherless-ai-quants/Weyaxi/HelpSteer-filtered-7B-GGUF/blob/main/Weyaxi-HelpSteer-filtered-7B-Q3_K_S.gguf) | 3017.97 MB |
|
| 25 |
+
| Q4_K_M | [Weyaxi-HelpSteer-filtered-7B-Q4_K_M.gguf](https://huggingface.co/featherless-ai-quants/Weyaxi/HelpSteer-filtered-7B-GGUF/blob/main/Weyaxi-HelpSteer-filtered-7B-Q4_K_M.gguf) | 4166.07 MB |
|
| 26 |
+
| Q4_K_S | [Weyaxi-HelpSteer-filtered-7B-Q4_K_S.gguf](https://huggingface.co/featherless-ai-quants/Weyaxi/HelpSteer-filtered-7B-GGUF/blob/main/Weyaxi-HelpSteer-filtered-7B-Q4_K_S.gguf) | 3948.57 MB |
|
| 27 |
+
| Q5_K_M | [Weyaxi-HelpSteer-filtered-7B-Q5_K_M.gguf](https://huggingface.co/featherless-ai-quants/Weyaxi/HelpSteer-filtered-7B-GGUF/blob/main/Weyaxi-HelpSteer-filtered-7B-Q5_K_M.gguf) | 4893.69 MB |
|
| 28 |
+
| Q5_K_S | [Weyaxi-HelpSteer-filtered-7B-Q5_K_S.gguf](https://huggingface.co/featherless-ai-quants/Weyaxi/HelpSteer-filtered-7B-GGUF/blob/main/Weyaxi-HelpSteer-filtered-7B-Q5_K_S.gguf) | 4766.19 MB |
|
| 29 |
+
| Q6_K | [Weyaxi-HelpSteer-filtered-7B-Q6_K.gguf](https://huggingface.co/featherless-ai-quants/Weyaxi/HelpSteer-filtered-7B-GGUF/blob/main/Weyaxi-HelpSteer-filtered-7B-Q6_K.gguf) | 5666.80 MB |
|
| 30 |
+
| Q8_0 | [Weyaxi-HelpSteer-filtered-7B-Q8_0.gguf](https://huggingface.co/featherless-ai-quants/Weyaxi/HelpSteer-filtered-7B-GGUF/blob/main/Weyaxi-HelpSteer-filtered-7B-Q8_0.gguf) | 7339.34 MB |
|
| 31 |
+
|
| 32 |
+
|
| 33 |
+
---
|
| 34 |
+
|
| 35 |
+
## β‘ Powered by [Featherless AI](https://featherless.ai)
|
| 36 |
+
|
| 37 |
+
### Key Features
|
| 38 |
+
|
| 39 |
+
- π₯ **Instant Hosting** - Deploy any Llama model on HuggingFace instantly
|
| 40 |
+
- π οΈ **Zero Infrastructure** - No server setup or maintenance required
|
| 41 |
+
- π **Vast Compatibility** - Support for 2400+ models and counting
|
| 42 |
+
- π **Affordable Pricing** - Starting at just $10/month
|
| 43 |
+
|
| 44 |
+
---
|
| 45 |
+
|
| 46 |
+
**Links:**
|
| 47 |
+
[Get Started](https://featherless.ai) | [Documentation](https://featherless.ai/docs) | [Models](https://featherless.ai/models)
|
Weyaxi-HelpSteer-filtered-7B-IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:40705c3512b4b6f66d90999eb21a9b28f46c20e91f9e60c4ae5d5d3bcf0f18e3
|
| 3 |
+
size 3944388768
|
Weyaxi-HelpSteer-filtered-7B-Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a9716a0d4ec39c91d5254b6b19e73deb6048404c337bc0979bded2ceb9935800
|
| 3 |
+
size 2719242400
|
Weyaxi-HelpSteer-filtered-7B-Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:688fd8f2a816023ea8e20b01aeff487e34665ec883710462cd9fec90345dbddc
|
| 3 |
+
size 3822024864
|
Weyaxi-HelpSteer-filtered-7B-Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:76684bca132fc1788e94d86a9931acaab891d578aa220de1f70cd6feeed7ba03
|
| 3 |
+
size 3518986400
|
Weyaxi-HelpSteer-filtered-7B-Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e3b72ca533b07c9a4c443423c89f3078361b89257b3c2a9ae052ac8fc76248ab
|
| 3 |
+
size 3164567712
|
Weyaxi-HelpSteer-filtered-7B-Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c79f8551be203ee26796ff098f8ba1cc632e4720d41a77d2ef9af3b7e4209f38
|
| 3 |
+
size 4368439456
|
Weyaxi-HelpSteer-filtered-7B-Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8e488912a732c7fe0ec1787c97465677c0c5a38b4f27c25c313723204b066b8f
|
| 3 |
+
size 4140374176
|
Weyaxi-HelpSteer-filtered-7B-Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:456a1c9cb0f150be4feceaa77d9b1eecb419ea136b8d1185d5e6f8cab5f7378d
|
| 3 |
+
size 5131409568
|
Weyaxi-HelpSteer-filtered-7B-Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:434555cdc4c141ace6ab27f7d42899a3e866e81f06174806e3864dc3f6033fc0
|
| 3 |
+
size 4997716128
|
Weyaxi-HelpSteer-filtered-7B-Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1847765129c90b1515e712fbfdbd34123a3160d1e85ddd607397d2cc83eb310d
|
| 3 |
+
size 5942065312
|
Weyaxi-HelpSteer-filtered-7B-Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:67de485f6dd7c6d71dd4d88f5bca613ae4d8f632ab5eb77b96eb37a732b1f89b
|
| 3 |
+
size 7695857824
|
featherless-quants.png
ADDED
|
Git LFS Details
|