Instructions to use lactroiii/Dolphin3.0-R1-Mistral-24B-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use lactroiii/Dolphin3.0-R1-Mistral-24B-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("lactroiii/Dolphin3.0-R1-Mistral-24B-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use lactroiii/Dolphin3.0-R1-Mistral-24B-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 lactroiii/Dolphin3.0-R1-Mistral-24B-GGUF:Q6_K # Run inference directly in the terminal: llama cli -hf lactroiii/Dolphin3.0-R1-Mistral-24B-GGUF:Q6_K
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf lactroiii/Dolphin3.0-R1-Mistral-24B-GGUF:Q6_K # Run inference directly in the terminal: llama cli -hf lactroiii/Dolphin3.0-R1-Mistral-24B-GGUF:Q6_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 lactroiii/Dolphin3.0-R1-Mistral-24B-GGUF:Q6_K # Run inference directly in the terminal: ./llama-cli -hf lactroiii/Dolphin3.0-R1-Mistral-24B-GGUF:Q6_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 lactroiii/Dolphin3.0-R1-Mistral-24B-GGUF:Q6_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf lactroiii/Dolphin3.0-R1-Mistral-24B-GGUF:Q6_K
Use Docker
docker model run hf.co/lactroiii/Dolphin3.0-R1-Mistral-24B-GGUF:Q6_K
- LM Studio
- Jan
- Ollama
How to use lactroiii/Dolphin3.0-R1-Mistral-24B-GGUF with Ollama:
ollama run hf.co/lactroiii/Dolphin3.0-R1-Mistral-24B-GGUF:Q6_K
- Unsloth Studio
How to use lactroiii/Dolphin3.0-R1-Mistral-24B-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 lactroiii/Dolphin3.0-R1-Mistral-24B-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 lactroiii/Dolphin3.0-R1-Mistral-24B-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for lactroiii/Dolphin3.0-R1-Mistral-24B-GGUF to start chatting
- Atomic Chat new
- Docker Model Runner
How to use lactroiii/Dolphin3.0-R1-Mistral-24B-GGUF with Docker Model Runner:
docker model run hf.co/lactroiii/Dolphin3.0-R1-Mistral-24B-GGUF:Q6_K
- Lemonade
How to use lactroiii/Dolphin3.0-R1-Mistral-24B-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull lactroiii/Dolphin3.0-R1-Mistral-24B-GGUF:Q6_K
Run and chat with the model
lemonade run user.Dolphin3.0-R1-Mistral-24B-GGUF-Q6_K
List all available models
lemonade list
Commit ·
44f336f
0
Parent(s):
Duplicate from mradermacher/Dolphin3.0-R1-Mistral-24B-GGUF
Browse filesCo-authored-by: team mradermacher <mradermacher@users.noreply.huggingface.co>
- .gitattributes +46 -0
- Dolphin3.0-R1-Mistral-24B.Q6_K.gguf +3 -0
- Dolphin3.0-R1-Mistral-24B.Q8_0.gguf +3 -0
- README.md +82 -0
.gitattributes
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.xz 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 |
+
Dolphin3.0-R1-Mistral-24B.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
Dolphin3.0-R1-Mistral-24B.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
Dolphin3.0-R1-Mistral-24B.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
Dolphin3.0-R1-Mistral-24B.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
Dolphin3.0-R1-Mistral-24B.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
Dolphin3.0-R1-Mistral-24B.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
Dolphin3.0-R1-Mistral-24B.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
Dolphin3.0-R1-Mistral-24B.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
Dolphin3.0-R1-Mistral-24B.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
Dolphin3.0-R1-Mistral-24B.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
Dolphin3.0-R1-Mistral-24B.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
Dolphin3.0-R1-Mistral-24B.Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a725928fbe8e18b1500dab79b333cc25eb2d51963c6d76ec20c1f8088fc6270a
|
| 3 |
+
size 19345958144
|
Dolphin3.0-R1-Mistral-24B.Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e0e2ebcd95ca4ce6d518d5b6e5a7dd8ef9dc31f8669780f4a690b5fdbb226a08
|
| 3 |
+
size 25054804032
|
README.md
ADDED
|
@@ -0,0 +1,82 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: dphn/Dolphin3.0-R1-Mistral-24B
|
| 3 |
+
datasets:
|
| 4 |
+
- cognitivecomputations/dolphin-r1
|
| 5 |
+
- OpenCoder-LLM/opc-sft-stage1
|
| 6 |
+
- OpenCoder-LLM/opc-sft-stage2
|
| 7 |
+
- microsoft/orca-agentinstruct-1M-v1
|
| 8 |
+
- microsoft/orca-math-word-problems-200k
|
| 9 |
+
- NousResearch/hermes-function-calling-v1
|
| 10 |
+
- AI-MO/NuminaMath-CoT
|
| 11 |
+
- AI-MO/NuminaMath-TIR
|
| 12 |
+
- allenai/tulu-3-sft-mixture
|
| 13 |
+
- cognitivecomputations/dolphin-coder
|
| 14 |
+
- HuggingFaceTB/smoltalk
|
| 15 |
+
- cognitivecomputations/samantha-data
|
| 16 |
+
- m-a-p/CodeFeedback-Filtered-Instruction
|
| 17 |
+
- m-a-p/Code-Feedback
|
| 18 |
+
language:
|
| 19 |
+
- en
|
| 20 |
+
library_name: transformers
|
| 21 |
+
mradermacher:
|
| 22 |
+
readme_rev: 1
|
| 23 |
+
quantized_by: mradermacher
|
| 24 |
+
---
|
| 25 |
+
## About
|
| 26 |
+
|
| 27 |
+
<!-- ### quantize_version: 2 -->
|
| 28 |
+
<!-- ### output_tensor_quantised: 1 -->
|
| 29 |
+
<!-- ### convert_type: hf -->
|
| 30 |
+
<!-- ### vocab_type: -->
|
| 31 |
+
<!-- ### tags: nicoboss -->
|
| 32 |
+
static quants of https://huggingface.co/dphn/Dolphin3.0-R1-Mistral-24B
|
| 33 |
+
|
| 34 |
+
<!-- provided-files -->
|
| 35 |
+
|
| 36 |
+
***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Dolphin3.0-R1-Mistral-24B-GGUF).***
|
| 37 |
+
|
| 38 |
+
weighted/imatrix quants are available at https://huggingface.co/mradermacher/Dolphin3.0-R1-Mistral-24B-i1-GGUF
|
| 39 |
+
## Usage
|
| 40 |
+
|
| 41 |
+
If you are unsure how to use GGUF files, refer to one of [TheBloke's
|
| 42 |
+
READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
|
| 43 |
+
more details, including on how to concatenate multi-part files.
|
| 44 |
+
|
| 45 |
+
## Provided Quants
|
| 46 |
+
|
| 47 |
+
(sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
|
| 48 |
+
|
| 49 |
+
| Link | Type | Size/GB | Notes |
|
| 50 |
+
|:-----|:-----|--------:|:------|
|
| 51 |
+
| [GGUF](https://huggingface.co/mradermacher/Dolphin3.0-R1-Mistral-24B-GGUF/resolve/main/Dolphin3.0-R1-Mistral-24B.Q2_K.gguf) | Q2_K | 9.0 | |
|
| 52 |
+
| [GGUF](https://huggingface.co/mradermacher/Dolphin3.0-R1-Mistral-24B-GGUF/resolve/main/Dolphin3.0-R1-Mistral-24B.Q3_K_S.gguf) | Q3_K_S | 10.5 | |
|
| 53 |
+
| [GGUF](https://huggingface.co/mradermacher/Dolphin3.0-R1-Mistral-24B-GGUF/resolve/main/Dolphin3.0-R1-Mistral-24B.Q3_K_M.gguf) | Q3_K_M | 11.6 | lower quality |
|
| 54 |
+
| [GGUF](https://huggingface.co/mradermacher/Dolphin3.0-R1-Mistral-24B-GGUF/resolve/main/Dolphin3.0-R1-Mistral-24B.Q3_K_L.gguf) | Q3_K_L | 12.5 | |
|
| 55 |
+
| [GGUF](https://huggingface.co/mradermacher/Dolphin3.0-R1-Mistral-24B-GGUF/resolve/main/Dolphin3.0-R1-Mistral-24B.IQ4_XS.gguf) | IQ4_XS | 13.0 | |
|
| 56 |
+
| [GGUF](https://huggingface.co/mradermacher/Dolphin3.0-R1-Mistral-24B-GGUF/resolve/main/Dolphin3.0-R1-Mistral-24B.Q4_K_S.gguf) | Q4_K_S | 13.6 | fast, recommended |
|
| 57 |
+
| [GGUF](https://huggingface.co/mradermacher/Dolphin3.0-R1-Mistral-24B-GGUF/resolve/main/Dolphin3.0-R1-Mistral-24B.Q4_K_M.gguf) | Q4_K_M | 14.4 | fast, recommended |
|
| 58 |
+
| [GGUF](https://huggingface.co/mradermacher/Dolphin3.0-R1-Mistral-24B-GGUF/resolve/main/Dolphin3.0-R1-Mistral-24B.Q5_K_S.gguf) | Q5_K_S | 16.4 | |
|
| 59 |
+
| [GGUF](https://huggingface.co/mradermacher/Dolphin3.0-R1-Mistral-24B-GGUF/resolve/main/Dolphin3.0-R1-Mistral-24B.Q5_K_M.gguf) | Q5_K_M | 16.9 | |
|
| 60 |
+
| [GGUF](https://huggingface.co/mradermacher/Dolphin3.0-R1-Mistral-24B-GGUF/resolve/main/Dolphin3.0-R1-Mistral-24B.Q6_K.gguf) | Q6_K | 19.4 | very good quality |
|
| 61 |
+
| [GGUF](https://huggingface.co/mradermacher/Dolphin3.0-R1-Mistral-24B-GGUF/resolve/main/Dolphin3.0-R1-Mistral-24B.Q8_0.gguf) | Q8_0 | 25.2 | fast, best quality |
|
| 62 |
+
|
| 63 |
+
Here is a handy graph by ikawrakow comparing some lower-quality quant
|
| 64 |
+
types (lower is better):
|
| 65 |
+
|
| 66 |
+

|
| 67 |
+
|
| 68 |
+
And here are Artefact2's thoughts on the matter:
|
| 69 |
+
https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
|
| 70 |
+
|
| 71 |
+
## FAQ / Model Request
|
| 72 |
+
|
| 73 |
+
See https://huggingface.co/mradermacher/model_requests for some answers to
|
| 74 |
+
questions you might have and/or if you want some other model quantized.
|
| 75 |
+
|
| 76 |
+
## Thanks
|
| 77 |
+
|
| 78 |
+
I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
|
| 79 |
+
me use its servers and providing upgrades to my workstation to enable
|
| 80 |
+
this work in my free time. Additional thanks to [@nicoboss](https://huggingface.co/nicoboss) for giving me access to his private supercomputer, enabling me to provide many more imatrix quants, at much higher quality, than I would otherwise be able to.
|
| 81 |
+
|
| 82 |
+
<!-- end -->
|