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

yokaikoibito/llama2_70b_chat_uncensored-gguf overview

This is an GGUF version of jarradh/llama270bchatuncensored (Arguable a better name for this model would be something like Llama-2-70BWizard-Vicuna-Uncensored-GGUF, but to avoid confusion I'm sticking with jarradh's naming scheme.) ### About GGUF GGUF 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. The key benefit of GGUF is that it is a extensible, future-proof format which stores more information about the model as metadata. It also includes significantly improved tokenization code, including for the first time full support for special tokens. This should improve performance, especially with models that use new special tokens and implement custom prompt templates. As of August 25th, here is a list of clients and libraries that are known to support GGUF: llama.cpp. text-generation-webui, the most widely used web UI. Supports GGUF with GPU acceleration via the ctransformers backend - llama-cpp-python backend should work soon too. KoboldCpp, now supports GGUF as of release 1.41! A powerful GGML web UI, with full GPU accel. Especially good for story telling. LM Studio, version 0.2.2 and later support GGUF. A fully featured local GUI with GPU acceleration on both Windows (NVidia and AMD), and macOS. LoLLMS Web UI, should now work, choose the c_transformers backend. A great web UI with many interesting features. Supports CUDA GPU acceleration. ctransformers, now supports GGUF as of version 0.2.24! A Python library with GPU accel, LangChain support, and OpenAI-compatible AI server. llama-cpp-python, supports GGUF as of version 0.1.79. A Python library with GPU accel, LangChain support, and OpenAI-compatible API server. candle, added GGUF support on August 22nd. Candle is a Rust ML framework with a focus on performance, including GPU support, and ease of use. The clients and libraries below are expecting to add GGUF support shortly:

ggufuncensoredwizardvicunallamadataset:ehartford/wizard_vicuna_70k_unfilteredlicense:llama2endpoints_compatibleregion:us
yokaikoibito/llama2_70b_chat_uncensored-gguf visual
Downloads
112
Likes
4
Pipeline
Library
Visibility
Public
Access
Open

Repository Files & Downloads

8 files detected
Direct downloads for all repository files
FileTypeQuantizationSizeLink
llama2_70b_chat_uncensored-Q2_K.gguf GGUF Q2_K 27.27 GB Download
llama2_70b_chat_uncensored-Q3_K_L.gguf GGUF Q3_K_L 33.67 GB Download
llama2_70b_chat_uncensored-Q3_K_M.gguf GGUF Q3_K_M 30.91 GB Download
llama2_70b_chat_uncensored-Q3_K_S.gguf GGUF Q3_K_S 27.86 GB Download
llama2_70b_chat_uncensored-Q4_K_M.gguf GGUF Q4_K_M 38.58 GB Download
llama2_70b_chat_uncensored-Q4_K_S.gguf GGUF Q4_K_S 36.39 GB Download
llama2_70b_chat_uncensored-Q5_K_M.gguf GGUF Q5_K_M 45.41 GB Download
llama2_70b_chat_uncensored-Q5_K_S.gguf GGUF Q5_K_S 44.20 GB Download

Model Details Live

Model Slug
yokaikoibito/llama2_70b_chat_uncensored-gguf
Author
YokaiKoibito
Pipeline Task
Library
Created
2023-09-05
Last Modified
2023-09-07
Gated
No
Private
No
HF SHA
2b68b703087c96f2d92a4f5b8e3621bb70297ee4
License
llama2
Language
Unknown
Base Model
Unknown

Metadata Inspector

Normalized metadata (stored in metadata_json)
{
  "metadata": {},
  "card_data": {
    "license": "llama2",
    "datasets": [
      "ehartford/wizard_vicuna_70k_unfiltered"
    ],
    "tags": [
      "uncensored",
      "wizard",
      "vicuna",
      "llama"
    ],
    "frontmatter": {
      "license": "llama2",
      "datasets": [
        "ehartford/wizard_vicuna_70k_unfiltered"
      ],
      "tags": [
        "uncensored",
        "wizard",
        "vicuna",
        "llama"
      ]
    },
    "hero_image_url": "",
    "summary": "This is an GGUF version of jarradh/llama2_70b_chat_uncensored (Arguable a better name for this model would be something like Llama-2-70B_Wizard-Vicuna-Uncensored-GGUF, but to avoid confusion I'm sticking with jarradh's naming scheme.)  ### About GGUF GGUF 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. The key benefit of GGUF is that it is a extensible, future-proof format which stores more information about the model as metadata. It also includes significantly improved tokenization code, including for the first time full support for special tokens. This should improve performance, especially with models that use new special tokens and implement custom prompt templates. As of August 25th, here is a list of clients and libraries that are known to support GGUF: * llama.cpp. * text-generation-webui, the most widely used web UI. Supports GGUF with GPU acceleration via the ctransformers backend - llama-cpp-python backend should work soon too. * KoboldCpp, now supports GGUF as of release 1.41! A powerful GGML web UI, with full GPU accel. Especially good for story telling. * LM Studio, version 0.2.2 and later support GGUF. A fully featured local GUI with GPU acceleration on both Windows (NVidia and AMD), and macOS. * LoLLMS Web UI, should now work, choose the c_transformers backend. A great web UI with many interesting features. Supports CUDA GPU acceleration. * ctransformers, now supports GGUF as of version 0.2.24! A Python library with GPU accel, LangChain support, and OpenAI-compatible AI server. * llama-cpp-python, supports GGUF as of version 0.1.79. A Python library with GPU accel, LangChain support, and OpenAI-compatible API server. * candle, added GGUF support on August 22nd. Candle is a Rust ML framework with a focus on performance, including GPU support, and ease of use. The clients and libraries below are expecting to add GGUF support shortly:",
    "quick_links": [],
    "benchmark_table_html": "",
    "readme_markdown": "---\nlicense: llama2\ndatasets:\n- ehartford/wizard_vicuna_70k_unfiltered\ntags:\n- uncensored\n- wizard\n- vicuna\n- llama\n---\nThis is an GGUF version of [jarradh/llama2_70b_chat_uncensored](https://huggingface.co/jarradh/llama2_70b_chat_uncensored)\n\n(Arguable a better name for this model would be something like Llama-2-70B_Wizard-Vicuna-Uncensored-GGUF, but to avoid confusion I'm sticking with jarradh's naming scheme.)\n\n<!-- README_GGUF.md-about-gguf start -->\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\nThe key benefit of GGUF is that it is a extensible, future-proof format which stores more information about the model as metadata. It also includes significantly improved tokenization code, including for the first time full support for special tokens. This should improve performance, especially with models that use new special tokens and implement custom prompt templates.\n\nAs of August 25th, here is a list of clients and libraries that are known to support GGUF:\n* [llama.cpp](https://github.com/ggerganov/llama.cpp).\n* [text-generation-webui](https://github.com/oobabooga/text-generation-webui), the most widely used web UI. Supports GGUF with GPU acceleration via the ctransformers backend - llama-cpp-python backend should work soon too.\n* [KoboldCpp](https://github.com/LostRuins/koboldcpp), now supports GGUF as of release 1.41! A powerful GGML web UI, with full GPU accel. Especially good for story telling.\n* [LM Studio](https://lmstudio.ai/), version 0.2.2 and later support GGUF. A fully featured local GUI with GPU acceleration on both Windows (NVidia and AMD), and macOS.\n* [LoLLMS Web UI](https://github.com/ParisNeo/lollms-webui), should now work, choose the `c_transformers` backend. A great web UI with many interesting features. Supports CUDA GPU acceleration.\n* [ctransformers](https://github.com/marella/ctransformers), now supports GGUF as of version 0.2.24! A Python library with GPU accel, LangChain support, and OpenAI-compatible AI server.\n* [llama-cpp-python](https://github.com/abetlen/llama-cpp-python), supports GGUF as of version 0.1.79. A Python library with GPU accel, LangChain support, and OpenAI-compatible API server.\n* [candle](https://github.com/huggingface/candle), added GGUF support on August 22nd. Candle is a Rust ML framework with a focus on performance, including GPU support, and ease of use.\n\nThe clients and libraries below are expecting to add GGUF support shortly:\n<!-- README_GGUF.md-about-gguf end -->\n\n<!-- repositories-available start -->\n## Repositories available\n\n* [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GPTQ)\n* [2, 3, 4, 5, 6 and 8-bit GGML models for CPU+GPU inference](https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GGML)\n* [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference, plus fp16 GGUF for requantizing](https://huggingface.co/YokaiKoibito/llama2_70b_chat_uncensored-GGUF)\n* [Jarrad Hope's unquantised model in fp16 pytorch format, for GPU inference and further conversions](https://huggingface.co/YokaiKoibito/llama2_70b_chat_uncensored-fp16)\n* [Jarrad Hope's original unquantised fp32 model in pytorch format, for further conversions](https://huggingface.co/jarradh/llama2_70b_chat_uncensored)\n\n<!-- repositories-available end -->\n\n## Prompt template: Human-Response\n\n```\n### HUMAN:\n{prompt}\n\n### RESPONSE:\n```\n\n",
    "related_quantizations": []
  },
  "tags": [
    "gguf",
    "uncensored",
    "wizard",
    "vicuna",
    "llama",
    "dataset:ehartford/wizard_vicuna_70k_unfiltered",
    "license:llama2",
    "endpoints_compatible",
    "region:us"
  ],
  "likes": 4,
  "downloads": 112,
  "gated": false,
  "private": false,
  "last_modified": "2023-09-07T07:52:14.000Z",
  "created_at": "2023-09-05T17:55:28.000Z",
  "pipeline_tag": "",
  "library_name": ""
}
Source payload excerpt (from Hugging Face API)
{
  "_id": "64f76b908b3920f7985f864f",
  "id": "YokaiKoibito/llama2_70b_chat_uncensored-GGUF",
  "modelId": "YokaiKoibito/llama2_70b_chat_uncensored-GGUF",
  "sha": "2b68b703087c96f2d92a4f5b8e3621bb70297ee4",
  "createdAt": "2023-09-05T17:55:28.000Z",
  "lastModified": "2023-09-07T07:52:14.000Z",
  "author": "YokaiKoibito",
  "downloads": 112,
  "likes": 4,
  "gated": false,
  "private": false,
  "pipeline_tag": "",
  "library_name": "",
  "siblings_count": 20
}