maziyarpanahi/darkidol-longwriter-8b-uncensored-1048k-gguf 1048k.fp16 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
maziyarpanahi/darkidol-longwriter-8b-uncensored-1048k-gguf overview
MaziyarPanahi/DarkIdol-LongWriter-8B-Uncensored-1048k-GGUF
Downloads
165
Likes
1
Pipeline
text-generation
Library
—
Visibility
Public
Access
Open
Repository Files & Downloads
5 files detected
Direct downloads for all repository files
| File | Type | Quantization | Size | Link |
|---|---|---|---|---|
| DarkIdol-LongWriter-8B-Uncensored-1048k.Q5_K_M.gguf | GGUF | Q5_K_M | 5.34 GB | Download |
| DarkIdol-LongWriter-8B-Uncensored-1048k.Q5_K_S.gguf | GGUF | Q5_K_S | 5.21 GB | Download |
| DarkIdol-LongWriter-8B-Uncensored-1048k.Q6_K.gguf | GGUF | Q6_K | 6.14 GB | Download |
| DarkIdol-LongWriter-8B-Uncensored-1048k.Q8_0.gguf | GGUF | — | 7.95 GB | Download |
| DarkIdol-LongWriter-8B-Uncensored-1048k.fp16.gguf | GGUF | — | 14.97 GB | Download |
Model Details Live
Metadata Inspector
Normalized metadata (stored in metadata_json)
{
"metadata": {},
"card_data": {
"base_model": "MrRobotoAI/DarkIdol-LongWriter-8B-Uncensored-1048k",
"inference": false,
"model_creator": "MrRobotoAI",
"model_name": "DarkIdol-LongWriter-8B-Uncensored-1048k-GGUF",
"pipeline_tag": "text-generation",
"quantized_by": "MaziyarPanahi",
"tags": [
"quantized",
"2-bit",
"3-bit",
"4-bit",
"5-bit",
"6-bit",
"8-bit",
"GGUF",
"text-generation"
],
"frontmatter": {
"base_model": "MrRobotoAI/DarkIdol-LongWriter-8B-Uncensored-1048k",
"inference": "false",
"model_creator": "MrRobotoAI",
"model_name": "DarkIdol-LongWriter-8B-Uncensored-1048k-GGUF",
"pipeline_tag": "text-generation",
"quantized_by": "MaziyarPanahi",
"tags": [
"quantized",
"2-bit",
"3-bit",
"4-bit",
"5-bit",
"6-bit",
"8-bit",
"GGUF",
"text-generation"
]
},
"hero_image_url": "",
"summary": "# MaziyarPanahi/DarkIdol-LongWriter-8B-Uncensored-1048k-GGUF",
"quick_links": [],
"benchmark_table_html": "",
"readme_markdown": "---\nbase_model: MrRobotoAI/DarkIdol-LongWriter-8B-Uncensored-1048k\ninference: false\nmodel_creator: MrRobotoAI\nmodel_name: DarkIdol-LongWriter-8B-Uncensored-1048k-GGUF\npipeline_tag: text-generation\nquantized_by: MaziyarPanahi\ntags:\n- quantized\n- 2-bit\n- 3-bit\n- 4-bit\n- 5-bit\n- 6-bit\n- 8-bit\n- GGUF\n- text-generation\n---\n# [MaziyarPanahi/DarkIdol-LongWriter-8B-Uncensored-1048k-GGUF](https://huggingface.co/MaziyarPanahi/DarkIdol-LongWriter-8B-Uncensored-1048k-GGUF)\n- Model creator: [MrRobotoAI](https://huggingface.co/MrRobotoAI)\n- Original model: [MrRobotoAI/DarkIdol-LongWriter-8B-Uncensored-1048k](https://huggingface.co/MrRobotoAI/DarkIdol-LongWriter-8B-Uncensored-1048k)\n\n## Description\n[MaziyarPanahi/DarkIdol-LongWriter-8B-Uncensored-1048k-GGUF](https://huggingface.co/MaziyarPanahi/DarkIdol-LongWriter-8B-Uncensored-1048k-GGUF) contains GGUF format model files for [MrRobotoAI/DarkIdol-LongWriter-8B-Uncensored-1048k](https://huggingface.co/MrRobotoAI/DarkIdol-LongWriter-8B-Uncensored-1048k).\n\n### About GGUF\n\nGGUF is a new format introduced by the llama.cpp team on August 21st 2023. It is a replacement for GGML, which is no longer supported by llama.cpp.\n\nHere is an incomplete list of clients and libraries that are known to support GGUF:\n\n* [llama.cpp](https://github.com/ggerganov/llama.cpp). The source project for GGUF. Offers a CLI and a server option.\n* [llama-cpp-python](https://github.com/abetlen/llama-cpp-python), a Python library with GPU accel, LangChain support, and OpenAI-compatible API server.\n* [LM Studio](https://lmstudio.ai/), an easy-to-use and powerful local GUI for Windows and macOS (Silicon), with GPU acceleration. Linux available, in beta as of 27/11/2023.\n* [text-generation-webui](https://github.com/oobabooga/text-generation-webui), the most widely used web UI, with many features and powerful extensions. Supports GPU acceleration.\n* [KoboldCpp](https://github.com/LostRuins/koboldcpp), a fully featured web UI, with GPU accel across all platforms and GPU architectures. Especially good for story telling.\n* [GPT4All](https://gpt4all.io/index.html), a free and open source local running GUI, supporting Windows, Linux and macOS with full GPU accel.\n* [LoLLMS Web UI](https://github.com/ParisNeo/lollms-webui), a great web UI with many interesting and unique features, including a full model library for easy model selection.\n* [Faraday.dev](https://faraday.dev/), an attractive and easy to use character-based chat GUI for Windows and macOS (both Silicon and Intel), with GPU acceleration.\n* [candle](https://github.com/huggingface/candle), a Rust ML framework with a focus on performance, including GPU support, and ease of use.\n* [ctransformers](https://github.com/marella/ctransformers), a Python library with GPU accel, LangChain support, and OpenAI-compatible AI server. Note, as of time of writing (November 27th 2023), ctransformers has not been updated in a long time and does not support many recent models.\n\n## Special thanks\n\n🙏 Special thanks to [Georgi Gerganov](https://github.com/ggerganov) and the whole team working on [llama.cpp](https://github.com/ggerganov/llama.cpp/) for making all of this possible.",
"related_quantizations": []
},
"tags": [
"gguf",
"mistral",
"quantized",
"2-bit",
"3-bit",
"4-bit",
"5-bit",
"6-bit",
"8-bit",
"GGUF",
"text-generation",
"base_model:MrRobotoAI/DarkIdol-LongWriter-8B-Uncensored-1048k",
"base_model:quantized:MrRobotoAI/DarkIdol-LongWriter-8B-Uncensored-1048k",
"region:us"
],
"likes": 1,
"downloads": 165,
"gated": false,
"private": false,
"last_modified": "2025-02-12T09:50:14.000Z",
"created_at": "2025-02-12T09:25:17.000Z",
"pipeline_tag": "text-generation",
"library_name": ""
}
Source payload excerpt (from Hugging Face API)
{
"_id": "67ac68fda52a9843458155d0",
"id": "MaziyarPanahi/DarkIdol-LongWriter-8B-Uncensored-1048k-GGUF",
"modelId": "MaziyarPanahi/DarkIdol-LongWriter-8B-Uncensored-1048k-GGUF",
"sha": "6f9bcbc2093ee80d98877716adc146155314a70d",
"createdAt": "2025-02-12T09:25:17.000Z",
"lastModified": "2025-02-12T09:50:14.000Z",
"author": "MaziyarPanahi",
"downloads": 165,
"likes": 1,
"gated": false,
"private": false,
"pipeline_tag": "text-generation",
"library_name": "",
"siblings_count": 9
}