Model Intelligence Sheet
wyattjo116/darkidol-llama-3.1-8b-instruct-1.2-uncensored-q4_k_m-gguf overview
This model was converted to GGUF format from aifeifei798/DarkIdol-Llama-3.1-8B-Instruct-1.2-Uncensored 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
275
Likes
3
Pipeline
text-generation
Library
—
Visibility
Public
Access
Open
Repository Files & Downloads
1 files detected
Direct downloads for all repository files
| File | Type | Quantization | Size | Link |
|---|---|---|---|---|
| darkidol-llama-3.1-8b-instruct-1.2-uncensored-q4_k_m.gguf | GGUF | Q4_K_M | 4.58 GB | Download |
Model Details Live
Metadata Inspector
Normalized metadata (stored in metadata_json)
{
"metadata": {},
"card_data": {
"base_model": "aifeifei798/DarkIdol-Llama-3.1-8B-Instruct-1.2-Uncensored",
"language": [
"en",
"de",
"fr",
"it",
"pt",
"hi",
"es",
"th",
"zh",
"ko",
"ja"
],
"license": "llama3.1",
"pipeline_tag": "text-generation",
"tags": [
"roleplay",
"llama3",
"sillytavern",
"idol",
"facebook",
"meta",
"pytorch",
"llama",
"llama-3",
"llama-cpp",
"gguf-my-repo"
],
"extra_gated_fields": {
"First Name": "text",
"Last Name": "text",
"Date of birth": "date_picker",
"Country": "country",
"Affiliation": "text",
"Job title": {
"type": "select",
"options": [
"Student",
"Research Graduate",
"AI researcher",
"AI developer/engineer",
"Reporter",
"Other"
]
}
},
"frontmatter": {
"base_model": "aifeifei798/DarkIdol-Llama-3.1-8B-Instruct-1.2-Uncensored",
"language": [
"en",
"de",
"fr",
"it",
"pt",
"hi",
"es",
"th",
"zh",
"ko",
"ja"
],
"license": "llama3.1",
"pipeline_tag": "text-generation",
"tags": [
"roleplay",
"llama3",
"sillytavern",
"idol",
"facebook",
"meta",
"pytorch",
"llama",
"llama-3",
"llama-cpp",
"gguf-my-repo"
],
"extra_gated_fields": [
"Student",
"Research Graduate",
"AI researcher",
"AI developer/engineer",
"Reporter",
"Other"
]
},
"hero_image_url": "",
"summary": "This model was converted to GGUF format from aifeifei798/DarkIdol-Llama-3.1-8B-Instruct-1.2-Uncensored 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: aifeifei798/DarkIdol-Llama-3.1-8B-Instruct-1.2-Uncensored\nlanguage:\n- en\n- de\n- fr\n- it\n- pt\n- hi\n- es\n- th\n- zh\n- ko\n- ja\nlicense: llama3.1\npipeline_tag: text-generation\ntags:\n- roleplay\n- llama3\n- sillytavern\n- idol\n- facebook\n- meta\n- pytorch\n- llama\n- llama-3\n- llama-cpp\n- gguf-my-repo\nextra_gated_fields:\n First Name: text\n Last Name: text\n Date of birth: date_picker\n Country: country\n Affiliation: text\n Job title:\n type: select\n options:\n - Student\n - Research Graduate\n - AI researcher\n - AI developer/engineer\n - Reporter\n - Other\n---\n\n# wyattjo116/DarkIdol-Llama-3.1-8B-Instruct-1.2-Uncensored-Q4_K_M-GGUF\nThis model was converted to GGUF format from [`aifeifei798/DarkIdol-Llama-3.1-8B-Instruct-1.2-Uncensored`](https://huggingface.co/aifeifei798/DarkIdol-Llama-3.1-8B-Instruct-1.2-Uncensored) 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/aifeifei798/DarkIdol-Llama-3.1-8B-Instruct-1.2-Uncensored) 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 wyattjo116/DarkIdol-Llama-3.1-8B-Instruct-1.2-Uncensored-Q4_K_M-GGUF --hf-file darkidol-llama-3.1-8b-instruct-1.2-uncensored-q4_k_m.gguf -p \"The meaning to life and the universe is\"\n```\n\n### Server:\n```bash\nllama-server --hf-repo wyattjo116/DarkIdol-Llama-3.1-8B-Instruct-1.2-Uncensored-Q4_K_M-GGUF --hf-file darkidol-llama-3.1-8b-instruct-1.2-uncensored-q4_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 wyattjo116/DarkIdol-Llama-3.1-8B-Instruct-1.2-Uncensored-Q4_K_M-GGUF --hf-file darkidol-llama-3.1-8b-instruct-1.2-uncensored-q4_k_m.gguf -p \"The meaning to life and the universe is\"\n```\nor \n```\n./llama-server --hf-repo wyattjo116/DarkIdol-Llama-3.1-8B-Instruct-1.2-Uncensored-Q4_K_M-GGUF --hf-file darkidol-llama-3.1-8b-instruct-1.2-uncensored-q4_k_m.gguf -c 2048\n```\n",
"related_quantizations": []
},
"tags": [
"gguf",
"roleplay",
"llama3",
"sillytavern",
"idol",
"facebook",
"meta",
"pytorch",
"llama",
"llama-3",
"llama-cpp",
"gguf-my-repo",
"text-generation",
"en",
"de",
"fr",
"it",
"pt",
"hi",
"es",
"th",
"zh",
"ko",
"ja",
"base_model:aifeifei798/DarkIdol-Llama-3.1-8B-Instruct-1.2-Uncensored",
"base_model:quantized:aifeifei798/DarkIdol-Llama-3.1-8B-Instruct-1.2-Uncensored",
"license:llama3.1",
"endpoints_compatible",
"region:us",
"conversational"
],
"likes": 3,
"downloads": 275,
"gated": false,
"private": false,
"last_modified": "2024-08-11T13:15:41.000Z",
"created_at": "2024-08-11T13:12:18.000Z",
"pipeline_tag": "text-generation",
"library_name": ""
}
Source payload excerpt (from Hugging Face API)
{
"_id": "66b8b8b26a746437301ad5d7",
"id": "wyattjo116/DarkIdol-Llama-3.1-8B-Instruct-1.2-Uncensored-Q4_K_M-GGUF",
"modelId": "wyattjo116/DarkIdol-Llama-3.1-8B-Instruct-1.2-Uncensored-Q4_K_M-GGUF",
"sha": "acb74ad8509c9b7c6ed11fcb2c5b4f168aef28af",
"createdAt": "2024-08-11T13:12:18.000Z",
"lastModified": "2024-08-11T13:15:41.000Z",
"author": "wyattjo116",
"downloads": 275,
"likes": 3,
"gated": false,
"private": false,
"pipeline_tag": "text-generation",
"library_name": "",
"siblings_count": 4
}