GraySoft
Projects Models About FAQ Contact Download guIDE โ†’

lmstudio-community/mistral-7b-instruct-v0.3-gguf Q8_0 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

lmstudio-community/mistral-7b-instruct-v0.3-gguf overview

๐Ÿ’ซ Community Model> Mistral 7B Instruct v0.3 by Mistral AI ๐Ÿ‘พ LM Studio Community models highlights program. Highlighting new & noteworthy models by the community. Join the conversation on Discord. Model creator: Mistral AI Original model: Mistral-7B-Instruct-v0.3 GGUF quantization: provided by bartowski based on llama.cpp release b2965

gguftext-generationbase_model:mistralai/Mistral-7B-Instruct-v0.3base_model:quantized:mistralai/Mistral-7B-Instruct-v0.3license:apache-2.0endpoints_compatibleregion:usconversational
lmstudio-community/mistral-7b-instruct-v0.3-gguf visual
Downloads
19,748
Likes
53
Pipeline
text-generation
Library
โ€”
Visibility
Public
Access
Open

Repository Files & Downloads

8 files detected
Direct downloads for all repository files
FileTypeQuantizationSizeLink
Mistral-7B-Instruct-v0.3-IQ3_M.gguf GGUF IQ3_M 3.06 GB Download
Mistral-7B-Instruct-v0.3-IQ4_NL.gguf GGUF IQ4_NL 3.85 GB Download
Mistral-7B-Instruct-v0.3-Q3_K_L.gguf GGUF Q3_K_L 3.56 GB Download
Mistral-7B-Instruct-v0.3-Q4_K_M.gguf GGUF Q4_K_M 4.07 GB Download
Mistral-7B-Instruct-v0.3-Q5_K_M.gguf GGUF Q5_K_M 4.78 GB Download
Mistral-7B-Instruct-v0.3-Q6_K.gguf GGUF Q6_K 5.54 GB Download
Mistral-7B-Instruct-v0.3-Q8_0.gguf GGUF โ€” 7.17 GB Download
Mistral-7B-Instruct-v0.3-f32.gguf GGUF F32 27.00 GB Download

Model Details Live

Model Slug
lmstudio-community/mistral-7b-instruct-v0.3-gguf
Author
lmstudio-community
Pipeline Task
text-generation
Library
โ€”
Created
2024-05-22
Last Modified
2024-05-22
Gated
No
Private
No
HF SHA
29a785419661afc70b5cd91b5023a835b0092281
License
apache-2.0
Language
Unknown
Base Model
mistralai/Mistral-7B-Instruct-v0.3

Metadata Inspector

Normalized metadata (stored in metadata_json)
{
  "metadata": {},
  "card_data": {
    "license": "apache-2.0",
    "quantized_by": "bartowski",
    "pipeline_tag": "text-generation",
    "lm_studio": {
      "param_count": "7b",
      "use_case": "general",
      "release_date": "22-05-2024",
      "model_creator": "mistralai",
      "prompt_template": "Mistral Instruct",
      "system_prompt": "none",
      "base_model": "mistral",
      "original_repo": "mistralai/Mistral-7B-Instruct-v0.3"
    },
    "base_model": "mistralai/Mistral-7B-Instruct-v0.3",
    "frontmatter": {
      "license": "apache-2.0",
      "quantized_by": "bartowski",
      "pipeline_tag": "text-generation",
      "lm_studio": [],
      "base_model": "mistralai/Mistral-7B-Instruct-v0.3"
    },
    "hero_image_url": "",
    "summary": "## ๐Ÿ’ซ Community Model> Mistral 7B Instruct v0.3 by Mistral AI *๐Ÿ‘พ LM Studio Community models highlights program. Highlighting new & noteworthy models by the community. Join the conversation on Discord*. **Model creator:** Mistral AI **Original model**: Mistral-7B-Instruct-v0.3 **GGUF quantization:** provided by bartowski based on llama.cpp release b2965",
    "quick_links": [],
    "benchmark_table_html": "",
    "readme_markdown": "---\nlicense: apache-2.0\nquantized_by: bartowski\npipeline_tag: text-generation\nlm_studio:\n  param_count: 7b\n  use_case: general\n  release_date: 22-05-2024\n  model_creator: mistralai\n  prompt_template: Mistral Instruct\n  system_prompt: none\n  base_model: mistral\n  original_repo: mistralai/Mistral-7B-Instruct-v0.3\nbase_model: mistralai/Mistral-7B-Instruct-v0.3\n---\n## ๐Ÿ’ซ Community Model> Mistral 7B Instruct v0.3 by Mistral AI\n\n*๐Ÿ‘พ [LM Studio](https://lmstudio.ai) Community models highlights program. Highlighting new & noteworthy models by the community. Join the conversation on [Discord](https://discord.gg/aPQfnNkxGC)*.\n\n**Model creator:** [Mistral AI](https://huggingface.co/mistralai)<br>\n**Original model**: [Mistral-7B-Instruct-v0.3](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.3)<br>\n**GGUF quantization:** provided by [bartowski](https://huggingface.co/bartowski) based on `llama.cpp` release [b2965](https://github.com/ggerganov/llama.cpp/releases/tag/b2965)<br>\n\n## Model Summary:\n\nMistral 7B Instruct is an excellent high quality model tuned for instruction following, and release v0.3 is no different.<br>\nThis iteration features function calling support, which should extend the use case further and allow for a more useful assistant.<br>\n\n## Prompt template:\n\nChoose the `Mistral Instruct` preset in your LM Studio.\n\nUnder the hood, the model will see a prompt that's formatted like so:\n\n```\n<s>[INST]  {prompt} [/INST]</s>\n```\n\n## Technical Details\n\nVersion 0.3 has a few changes over release 0.2, including:\n - An extended vocabulary (32000 -> 32768)\n - A new tokenizer\n - Support for function calling\n\nFunction calling support is made possible through the new extended vocabulary, including tokens TOOL_CALLS, AVAILABLE_TOOLS, and TOOL_RESULTS.\n\nThis model maintains the v0.2 context length of 32768\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.\n\n๐Ÿ™ Special thanks to [Kalomaze](https://github.com/kalomaze), [Dampf](https://github.com/Dampfinchen) and [turboderp](https://github.com/turboderp/) for their work on the dataset (linked [here](https://gist.github.com/bartowski1182/b6ac44691e994344625687afe3263b3a)) that was used for calculating the imatrix for all sizes.\n\n## Disclaimers\n\nLM Studio is not the creator, originator, or owner of any Model featured in the Community Model Program. Each Community Model is created and provided by third parties. LM Studio does not endorse, support, represent or guarantee the completeness, truthfulness, accuracy, or reliability of any Community Model.  You understand that Community Models can produce content that might be offensive, harmful, inaccurate or otherwise inappropriate, or deceptive. Each Community Model is the sole responsibility of the person or entity who originated such Model. LM Studio may not monitor or control the Community Models and cannot, and does not, take responsibility for any such Model. LM Studio disclaims all warranties or guarantees about the accuracy, reliability or benefits of the Community Models.  LM Studio further disclaims any warranty that the Community Model will meet your requirements, be secure, uninterrupted or available at any time or location, or error-free, viruses-free, or that any errors will be corrected, or otherwise. You will be solely responsible for any damage resulting from your use of or access to the Community Models, your downloading of any Community Model, or use of any other Community Model provided by or through LM Studio.",
    "related_quantizations": []
  },
  "tags": [
    "gguf",
    "text-generation",
    "base_model:mistralai/Mistral-7B-Instruct-v0.3",
    "base_model:quantized:mistralai/Mistral-7B-Instruct-v0.3",
    "license:apache-2.0",
    "endpoints_compatible",
    "region:us",
    "conversational"
  ],
  "likes": 53,
  "downloads": 19748,
  "gated": false,
  "private": false,
  "last_modified": "2024-05-22T19:48:33.000Z",
  "created_at": "2024-05-22T19:28:44.000Z",
  "pipeline_tag": "text-generation",
  "library_name": ""
}
Source payload excerpt (from Hugging Face API)
{
  "_id": "664e476c7a51d585f5865987",
  "id": "lmstudio-community/Mistral-7B-Instruct-v0.3-GGUF",
  "modelId": "lmstudio-community/Mistral-7B-Instruct-v0.3-GGUF",
  "sha": "29a785419661afc70b5cd91b5023a835b0092281",
  "createdAt": "2024-05-22T19:28:44.000Z",
  "lastModified": "2024-05-22T19:48:33.000Z",
  "author": "lmstudio-community",
  "downloads": 19748,
  "likes": 53,
  "gated": false,
  "private": false,
  "pipeline_tag": "text-generation",
  "library_name": "",
  "siblings_count": 10
}