GraySoft
Projects Models About FAQ Contact Download guIDE →
Model Intelligence Sheet

v8karlo/uncensored-wukong-phi-3-instruct-ablated-q4_k_m-gguf overview

UNCENSORED Phi-3 model. !image/png This model was converted to GGUF format from RESMPDEV/Wukong-Phi-3-Instruct-Ablated using llama.cpp via the ggml.ai's GGUF-my-repo space. Refer to the original model card for more details on the model. Convert Safetensors to GGUF . https://huggingface.co/spaces/ggml-org/gguf-my-repo .

ggufllama-cppgguf-my-repoendataset:cognitivecomputations/Dolphin-2.9base_model:RESMPDEV/Wukong-Phi-3-Instruct-Ablatedbase_model:quantized:RESMPDEV/Wukong-Phi-3-Instruct-Ablatedlicense:mitendpoints_compatibleregion:usconversational
v8karlo/uncensored-wukong-phi-3-instruct-ablated-q4_k_m-gguf visual
Downloads
106
Likes
4
Pipeline
Library
Visibility
Public
Access
Open

Repository Files & Downloads

1 files detected
Direct downloads for all repository files
FileTypeQuantizationSizeLink
wukong-phi-3-instruct-ablated-q4_k_m.gguf GGUF Q4_K_M 2.23 GB Download

Model Details Live

Model Slug
v8karlo/uncensored-wukong-phi-3-instruct-ablated-q4_k_m-gguf
Author
v8karlo
Pipeline Task
Library
Created
2024-06-06
Last Modified
2024-06-06
Gated
No
Private
No
HF SHA
8515138996d1429b53d1142b0e65caa228660b23
License
mit
Language
en
Base Model
RESMPDEV/Wukong-Phi-3-Instruct-Ablated

Metadata Inspector

Normalized metadata (stored in metadata_json)
{
  "metadata": {},
  "card_data": {
    "language": [
      "en"
    ],
    "license": "mit",
    "tags": [
      "llama-cpp",
      "gguf-my-repo"
    ],
    "base_model": "RESMPDEV/Wukong-Phi-3-Instruct-Ablated",
    "datasets": [
      "cognitivecomputations/Dolphin-2.9"
    ],
    "uncensored": [
      "yes"
    ],
    "frontmatter": {
      "language": [
        "en"
      ],
      "license": "mit",
      "tags": [
        "llama-cpp",
        "gguf-my-repo"
      ],
      "base_model": "RESMPDEV/Wukong-Phi-3-Instruct-Ablated",
      "datasets": [
        "cognitivecomputations/Dolphin-2.9"
      ],
      "uncensored": [
        "yes"
      ]
    },
    "hero_image_url": "https://cdn-uploads.huggingface.co/production/uploads/662c3116277765660783ca6d/OUGbRFBAx9Ibs2bD-OZGD.png",
    "summary": "UNCENSORED Phi-3 model. !image/png This model was converted to GGUF format from RESMPDEV/Wukong-Phi-3-Instruct-Ablated using llama.cpp via the ggml.ai's GGUF-my-repo space. Refer to the original model card for more details on the model. Convert Safetensors to GGUF . https://huggingface.co/spaces/ggml-org/gguf-my-repo   .",
    "quick_links": [],
    "benchmark_table_html": "",
    "readme_markdown": "---\nlanguage:\n- en\nlicense: mit\ntags:\n- llama-cpp\n- gguf-my-repo\nbase_model: RESMPDEV/Wukong-Phi-3-Instruct-Ablated\ndatasets:\n- cognitivecomputations/Dolphin-2.9\nuncensored:\n- yes\n---\n\n# v8karlo/Wukong-Phi-3-Instruct-Ablated-Q4_K_M-GGUF\n\nUNCENSORED Phi-3 model.\n\n![image/png](https://cdn-uploads.huggingface.co/production/uploads/662c3116277765660783ca6d/OUGbRFBAx9Ibs2bD-OZGD.png)\n\nThis model was converted to GGUF format from [`RESMPDEV/Wukong-Phi-3-Instruct-Ablated`](https://huggingface.co/RESMPDEV/Wukong-Phi-3-Instruct-Ablated) 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/RESMPDEV/Wukong-Phi-3-Instruct-Ablated) for more details on the model.\n\n\nConvert Safetensors to GGUF . https://huggingface.co/spaces/ggml-org/gguf-my-repo   .\n\n<video controls autoplay src=\"https://cdn-uploads.huggingface.co/production/uploads/662c3116277765660783ca6d/qPHdaxOccIFcpmcewfa9r.mp4\"></video>\n\n\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 --hf-repo v8karlo/Wukong-Phi-3-Instruct-Ablated-Q4_K_M-GGUF --hf-file wukong-phi-3-instruct-ablated-q4_k_m.gguf -p \"The meaning to life and the universe is\"\n```\n\n### Server:\n```bash\nllama-server --hf-repo v8karlo/Wukong-Phi-3-Instruct-Ablated-Q4_K_M-GGUF --hf-file wukong-phi-3-instruct-ablated-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./main --hf-repo v8karlo/Wukong-Phi-3-Instruct-Ablated-Q4_K_M-GGUF --hf-file wukong-phi-3-instruct-ablated-q4_k_m.gguf -p \"The meaning to life and the universe is\"\n```\nor \n```\n./server --hf-repo v8karlo/Wukong-Phi-3-Instruct-Ablated-Q4_K_M-GGUF --hf-file wukong-phi-3-instruct-ablated-q4_k_m.gguf -c 2048\n```\n",
    "related_quantizations": []
  },
  "tags": [
    "gguf",
    "llama-cpp",
    "gguf-my-repo",
    "en",
    "dataset:cognitivecomputations/Dolphin-2.9",
    "base_model:RESMPDEV/Wukong-Phi-3-Instruct-Ablated",
    "base_model:quantized:RESMPDEV/Wukong-Phi-3-Instruct-Ablated",
    "license:mit",
    "endpoints_compatible",
    "region:us",
    "conversational"
  ],
  "likes": 4,
  "downloads": 106,
  "gated": false,
  "private": false,
  "last_modified": "2024-06-06T01:37:01.000Z",
  "created_at": "2024-06-06T01:03:38.000Z",
  "pipeline_tag": "",
  "library_name": ""
}
Source payload excerpt (from Hugging Face API)
{
  "_id": "66610aea3c06be65a7ea5488",
  "id": "v8karlo/UNCENSORED-Wukong-Phi-3-Instruct-Ablated-Q4_K_M-GGUF",
  "modelId": "v8karlo/UNCENSORED-Wukong-Phi-3-Instruct-Ablated-Q4_K_M-GGUF",
  "sha": "8515138996d1429b53d1142b0e65caa228660b23",
  "createdAt": "2024-06-06T01:03:38.000Z",
  "lastModified": "2024-06-06T01:37:01.000Z",
  "author": "v8karlo",
  "downloads": 106,
  "likes": 4,
  "gated": false,
  "private": false,
  "pipeline_tag": "",
  "library_name": "",
  "siblings_count": 3
}