Instructions to use mradermacher/bagel-dpo-7b-v0.5-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/bagel-dpo-7b-v0.5-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/bagel-dpo-7b-v0.5-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use mradermacher/bagel-dpo-7b-v0.5-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 mradermacher/bagel-dpo-7b-v0.5-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/bagel-dpo-7b-v0.5-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 mradermacher/bagel-dpo-7b-v0.5-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/bagel-dpo-7b-v0.5-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 mradermacher/bagel-dpo-7b-v0.5-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/bagel-dpo-7b-v0.5-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 mradermacher/bagel-dpo-7b-v0.5-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/bagel-dpo-7b-v0.5-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mradermacher/bagel-dpo-7b-v0.5-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/bagel-dpo-7b-v0.5-GGUF with Ollama:
ollama run hf.co/mradermacher/bagel-dpo-7b-v0.5-GGUF:Q4_K_M
- Unsloth Desktop
- Docker Model Runner
How to use mradermacher/bagel-dpo-7b-v0.5-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/bagel-dpo-7b-v0.5-GGUF:Q4_K_M
- Lemonade
How to use mradermacher/bagel-dpo-7b-v0.5-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/bagel-dpo-7b-v0.5-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.bagel-dpo-7b-v0.5-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
auto-patch README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,106 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
<!-- ### quantize_version: 2 -->
|
| 2 |
<!-- ### output_tensor_quantised: 1 -->
|
| 3 |
<!-- ### convert_type: hf -->
|
| 4 |
<!-- ### vocab_type: -->
|
| 5 |
<!-- ### tags: -->
|
| 6 |
static quants of https://huggingface.co/jondurbin/bagel-dpo-7b-v0.5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: jondurbin/bagel-dpo-7b-v0.5
|
| 3 |
+
datasets:
|
| 4 |
+
- ai2_arc
|
| 5 |
+
- allenai/ultrafeedback_binarized_cleaned
|
| 6 |
+
- argilla/distilabel-intel-orca-dpo-pairs
|
| 7 |
+
- jondurbin/airoboros-3.2
|
| 8 |
+
- codeparrot/apps
|
| 9 |
+
- facebook/belebele
|
| 10 |
+
- bluemoon-fandom-1-1-rp-cleaned
|
| 11 |
+
- boolq
|
| 12 |
+
- camel-ai/biology
|
| 13 |
+
- camel-ai/chemistry
|
| 14 |
+
- camel-ai/math
|
| 15 |
+
- camel-ai/physics
|
| 16 |
+
- jondurbin/contextual-dpo-v0.1
|
| 17 |
+
- jondurbin/gutenberg-dpo-v0.1
|
| 18 |
+
- jondurbin/py-dpo-v0.1
|
| 19 |
+
- jondurbin/truthy-dpo-v0.1
|
| 20 |
+
- LDJnr/Capybara
|
| 21 |
+
- jondurbin/cinematika-v0.1
|
| 22 |
+
- WizardLM/WizardLM_evol_instruct_70k
|
| 23 |
+
- glaiveai/glaive-function-calling-v2
|
| 24 |
+
- jondurbin/gutenberg-dpo-v0.1
|
| 25 |
+
- grimulkan/LimaRP-augmented
|
| 26 |
+
- lmsys/lmsys-chat-1m
|
| 27 |
+
- ParisNeo/lollms_aware_dataset
|
| 28 |
+
- TIGER-Lab/MathInstruct
|
| 29 |
+
- Muennighoff/natural-instructions
|
| 30 |
+
- openbookqa
|
| 31 |
+
- kingbri/PIPPA-shareGPT
|
| 32 |
+
- piqa
|
| 33 |
+
- Vezora/Tested-22k-Python-Alpaca
|
| 34 |
+
- ropes
|
| 35 |
+
- cakiki/rosetta-code
|
| 36 |
+
- Open-Orca/SlimOrca
|
| 37 |
+
- b-mc2/sql-create-context
|
| 38 |
+
- squad_v2
|
| 39 |
+
- mattpscott/airoboros-summarization
|
| 40 |
+
- migtissera/Synthia-v1.3
|
| 41 |
+
- unalignment/toxic-dpo-v0.2
|
| 42 |
+
- WhiteRabbitNeo/WRN-Chapter-1
|
| 43 |
+
- WhiteRabbitNeo/WRN-Chapter-2
|
| 44 |
+
- winogrande
|
| 45 |
+
language:
|
| 46 |
+
- en
|
| 47 |
+
library_name: transformers
|
| 48 |
+
license: apache-2.0
|
| 49 |
+
quantized_by: mradermacher
|
| 50 |
+
---
|
| 51 |
+
## About
|
| 52 |
+
|
| 53 |
<!-- ### quantize_version: 2 -->
|
| 54 |
<!-- ### output_tensor_quantised: 1 -->
|
| 55 |
<!-- ### convert_type: hf -->
|
| 56 |
<!-- ### vocab_type: -->
|
| 57 |
<!-- ### tags: -->
|
| 58 |
static quants of https://huggingface.co/jondurbin/bagel-dpo-7b-v0.5
|
| 59 |
+
|
| 60 |
+
<!-- provided-files -->
|
| 61 |
+
weighted/imatrix quants are available at https://huggingface.co/mradermacher/bagel-dpo-7b-v0.5-i1-GGUF
|
| 62 |
+
## Usage
|
| 63 |
+
|
| 64 |
+
If you are unsure how to use GGUF files, refer to one of [TheBloke's
|
| 65 |
+
READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
|
| 66 |
+
more details, including on how to concatenate multi-part files.
|
| 67 |
+
|
| 68 |
+
## Provided Quants
|
| 69 |
+
|
| 70 |
+
(sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
|
| 71 |
+
|
| 72 |
+
| Link | Type | Size/GB | Notes |
|
| 73 |
+
|:-----|:-----|--------:|:------|
|
| 74 |
+
| [GGUF](https://huggingface.co/mradermacher/bagel-dpo-7b-v0.5-GGUF/resolve/main/bagel-dpo-7b-v0.5.Q2_K.gguf) | Q2_K | 2.8 | |
|
| 75 |
+
| [GGUF](https://huggingface.co/mradermacher/bagel-dpo-7b-v0.5-GGUF/resolve/main/bagel-dpo-7b-v0.5.Q3_K_S.gguf) | Q3_K_S | 3.3 | |
|
| 76 |
+
| [GGUF](https://huggingface.co/mradermacher/bagel-dpo-7b-v0.5-GGUF/resolve/main/bagel-dpo-7b-v0.5.Q3_K_M.gguf) | Q3_K_M | 3.6 | lower quality |
|
| 77 |
+
| [GGUF](https://huggingface.co/mradermacher/bagel-dpo-7b-v0.5-GGUF/resolve/main/bagel-dpo-7b-v0.5.Q3_K_L.gguf) | Q3_K_L | 3.9 | |
|
| 78 |
+
| [GGUF](https://huggingface.co/mradermacher/bagel-dpo-7b-v0.5-GGUF/resolve/main/bagel-dpo-7b-v0.5.IQ4_XS.gguf) | IQ4_XS | 4.0 | |
|
| 79 |
+
| [GGUF](https://huggingface.co/mradermacher/bagel-dpo-7b-v0.5-GGUF/resolve/main/bagel-dpo-7b-v0.5.Q4_K_S.gguf) | Q4_K_S | 4.2 | fast, recommended |
|
| 80 |
+
| [GGUF](https://huggingface.co/mradermacher/bagel-dpo-7b-v0.5-GGUF/resolve/main/bagel-dpo-7b-v0.5.Q4_K_M.gguf) | Q4_K_M | 4.5 | fast, recommended |
|
| 81 |
+
| [GGUF](https://huggingface.co/mradermacher/bagel-dpo-7b-v0.5-GGUF/resolve/main/bagel-dpo-7b-v0.5.Q5_K_S.gguf) | Q5_K_S | 5.1 | |
|
| 82 |
+
| [GGUF](https://huggingface.co/mradermacher/bagel-dpo-7b-v0.5-GGUF/resolve/main/bagel-dpo-7b-v0.5.Q5_K_M.gguf) | Q5_K_M | 5.2 | |
|
| 83 |
+
| [GGUF](https://huggingface.co/mradermacher/bagel-dpo-7b-v0.5-GGUF/resolve/main/bagel-dpo-7b-v0.5.Q6_K.gguf) | Q6_K | 6.0 | very good quality |
|
| 84 |
+
| [GGUF](https://huggingface.co/mradermacher/bagel-dpo-7b-v0.5-GGUF/resolve/main/bagel-dpo-7b-v0.5.Q8_0.gguf) | Q8_0 | 7.8 | fast, best quality |
|
| 85 |
+
| [GGUF](https://huggingface.co/mradermacher/bagel-dpo-7b-v0.5-GGUF/resolve/main/bagel-dpo-7b-v0.5.f16.gguf) | f16 | 14.6 | 16 bpw, overkill |
|
| 86 |
+
|
| 87 |
+
Here is a handy graph by ikawrakow comparing some lower-quality quant
|
| 88 |
+
types (lower is better):
|
| 89 |
+
|
| 90 |
+

|
| 91 |
+
|
| 92 |
+
And here are Artefact2's thoughts on the matter:
|
| 93 |
+
https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
|
| 94 |
+
|
| 95 |
+
## FAQ / Model Request
|
| 96 |
+
|
| 97 |
+
See https://huggingface.co/mradermacher/model_requests for some answers to
|
| 98 |
+
questions you might have and/or if you want some other model quantized.
|
| 99 |
+
|
| 100 |
+
## Thanks
|
| 101 |
+
|
| 102 |
+
I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
|
| 103 |
+
me use its servers and providing upgrades to my workstation to enable
|
| 104 |
+
this work in my free time.
|
| 105 |
+
|
| 106 |
+
<!-- end -->
|