jacobcarajo/dolphin-2.9.4-llama3.1-8b-q5_k_m-gguf Q5_K_M GGUF - Free GGUF Download is indexed on GraySoft with repository links, GGUF quant files, and Hugging Face metadata. This page helps you pick a local model for guIDE or other runtimes. See related models in the same shard below.
Model Intelligence Sheet
jacobcarajo/dolphin-2.9.4-llama3.1-8b-q5_k_m-gguf overview
This model was converted to GGUF format from cognitivecomputations/dolphin-2.9.4-llama3.1-8b using llama.cpp via the ggml.ai's GGUF-my-repo space. Refer to the original model card for more details on the model.
Downloads
126
Likes
0
Pipeline
—
Library
—
Visibility
Public
Access
Open
Repository Files & Downloads
1 files detected
Direct downloads for all repository files
| File | Type | Quantization | Size | Link |
|---|---|---|---|---|
| dolphin-2.9.4-llama3.1-8b-q5_k_m.gguf | GGUF | Q5_K_M | 5.34 GB | Download |
Model Details Live
Metadata Inspector
Normalized metadata (stored in metadata_json)
{
"metadata": {},
"card_data": {
"base_model": "cognitivecomputations/dolphin-2.9.4-llama3.1-8b",
"datasets": [
"cognitivecomputations/Dolphin-2.9",
"m-a-p/CodeFeedback-Filtered-Instruction",
"cognitivecomputations/dolphin-coder",
"cognitivecomputations/samantha-data",
"microsoft/orca-math-word-problems-200k",
"mlabonne/FineTome-100k",
"arcee/agent_data",
"PawanKrd/math-gpt-4o-200k",
"cognitivecomputations/SystemChat-2.0"
],
"license": "llama3.1",
"tags": [
"generated_from_trainer",
"llama-cpp",
"gguf-my-repo"
],
"frontmatter": {
"base_model": "cognitivecomputations/dolphin-2.9.4-llama3.1-8b",
"datasets": [
"cognitivecomputations/Dolphin-2.9",
"m-a-p/CodeFeedback-Filtered-Instruction",
"cognitivecomputations/dolphin-coder",
"cognitivecomputations/samantha-data",
"microsoft/orca-math-word-problems-200k",
"mlabonne/FineTome-100k",
"arcee/agent_data",
"PawanKrd/math-gpt-4o-200k",
"cognitivecomputations/SystemChat-2.0"
],
"license": "llama3.1",
"tags": [
"generated_from_trainer",
"llama-cpp",
"gguf-my-repo"
]
},
"hero_image_url": "",
"summary": "This model was converted to GGUF format from cognitivecomputations/dolphin-2.9.4-llama3.1-8b using llama.cpp via the ggml.ai's GGUF-my-repo space. Refer to the original model card for more details on the model.",
"quick_links": [],
"benchmark_table_html": "",
"readme_markdown": "---\nbase_model: cognitivecomputations/dolphin-2.9.4-llama3.1-8b\ndatasets:\n- cognitivecomputations/Dolphin-2.9\n- m-a-p/CodeFeedback-Filtered-Instruction\n- cognitivecomputations/dolphin-coder\n- cognitivecomputations/samantha-data\n- microsoft/orca-math-word-problems-200k\n- mlabonne/FineTome-100k\n- arcee/agent_data\n- PawanKrd/math-gpt-4o-200k\n- cognitivecomputations/SystemChat-2.0\nlicense: llama3.1\ntags:\n- generated_from_trainer\n- llama-cpp\n- gguf-my-repo\n---\n\n# jacobcarajo/dolphin-2.9.4-llama3.1-8b-Q5_K_M-GGUF\nThis model was converted to GGUF format from [`cognitivecomputations/dolphin-2.9.4-llama3.1-8b`](https://huggingface.co/cognitivecomputations/dolphin-2.9.4-llama3.1-8b) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.\nRefer to the [original model card](https://huggingface.co/cognitivecomputations/dolphin-2.9.4-llama3.1-8b) for more details on the model.\n\n## Use with llama.cpp\nInstall llama.cpp through brew (works on Mac and Linux)\n\n```bash\nbrew install llama.cpp\n\n```\nInvoke the llama.cpp server or the CLI.\n\n### CLI:\n```bash\nllama-cli --hf-repo jacobcarajo/dolphin-2.9.4-llama3.1-8b-Q5_K_M-GGUF --hf-file dolphin-2.9.4-llama3.1-8b-q5_k_m.gguf -p \"The meaning to life and the universe is\"\n```\n\n### Server:\n```bash\nllama-server --hf-repo jacobcarajo/dolphin-2.9.4-llama3.1-8b-Q5_K_M-GGUF --hf-file dolphin-2.9.4-llama3.1-8b-q5_k_m.gguf -c 2048\n```\n\nNote: 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.\n\nStep 1: Clone llama.cpp from GitHub.\n```\ngit clone https://github.com/ggerganov/llama.cpp\n```\n\nStep 2: Move into the llama.cpp folder and build it with `LLAMA_CURL=1` flag along with other hardware-specific flags (for ex: LLAMA_CUDA=1 for Nvidia GPUs on Linux).\n```\ncd llama.cpp && LLAMA_CURL=1 make\n```\n\nStep 3: Run inference through the main binary.\n```\n./llama-cli --hf-repo jacobcarajo/dolphin-2.9.4-llama3.1-8b-Q5_K_M-GGUF --hf-file dolphin-2.9.4-llama3.1-8b-q5_k_m.gguf -p \"The meaning to life and the universe is\"\n```\nor \n```\n./llama-server --hf-repo jacobcarajo/dolphin-2.9.4-llama3.1-8b-Q5_K_M-GGUF --hf-file dolphin-2.9.4-llama3.1-8b-q5_k_m.gguf -c 2048\n```\n",
"related_quantizations": []
},
"tags": [
"gguf",
"generated_from_trainer",
"llama-cpp",
"gguf-my-repo",
"dataset:cognitivecomputations/Dolphin-2.9",
"dataset:m-a-p/CodeFeedback-Filtered-Instruction",
"dataset:cognitivecomputations/dolphin-coder",
"dataset:cognitivecomputations/samantha-data",
"dataset:microsoft/orca-math-word-problems-200k",
"dataset:mlabonne/FineTome-100k",
"dataset:arcee/agent_data",
"dataset:PawanKrd/math-gpt-4o-200k",
"dataset:cognitivecomputations/SystemChat-2.0",
"base_model:dphn/dolphin-2.9.4-llama3.1-8b",
"base_model:quantized:dphn/dolphin-2.9.4-llama3.1-8b",
"license:llama3.1",
"endpoints_compatible",
"region:us",
"conversational"
],
"likes": 0,
"downloads": 126,
"gated": false,
"private": false,
"last_modified": "2024-08-23T21:56:20.000Z",
"created_at": "2024-08-23T21:55:54.000Z",
"pipeline_tag": "",
"library_name": ""
}
Source payload excerpt (from Hugging Face API)
{
"_id": "66c9056afafc0fc87cfb8be6",
"id": "jacobcarajo/dolphin-2.9.4-llama3.1-8b-Q5_K_M-GGUF",
"modelId": "jacobcarajo/dolphin-2.9.4-llama3.1-8b-Q5_K_M-GGUF",
"sha": "01a04dd801f40f3a59f593bce5828915173a399c",
"createdAt": "2024-08-23T21:55:54.000Z",
"lastModified": "2024-08-23T21:56:20.000Z",
"author": "jacobcarajo",
"downloads": 126,
"likes": 0,
"gated": false,
"private": false,
"pipeline_tag": "",
"library_name": "",
"siblings_count": 3
}