Upload 2 files
Browse files- README.md +33 -3
- config.json +3 -5
README.md
CHANGED
|
@@ -1,3 +1,33 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
inference: false
|
| 4 |
+
tags: [green, llmware-chat, p7, ov,emerald]
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
# mistral-7b-instruct-v0.3-ov
|
| 8 |
+
|
| 9 |
+
**mistral-7b-instruct-v0.3-ov** is an OpenVino int4 quantized version of mistral-7b-instruct-v0.3, providing a fast inference implementation, optimized for AI PCs using Intel GPU, CPU and NPU.
|
| 10 |
+
|
| 11 |
+
[**mistral-7b-instruct-v0.3**](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.3) is the newest open source 7b instruct release from Mistral.
|
| 12 |
+
|
| 13 |
+
|
| 14 |
+
### Model Description
|
| 15 |
+
|
| 16 |
+
- **Developed by:** mistralai
|
| 17 |
+
- **Quantized by:** llmware
|
| 18 |
+
- **Model type:** mistral-7b-v0.3
|
| 19 |
+
- **Parameters:** 7 billion
|
| 20 |
+
- **Model Parent:** mistralai/Mistral-7B-Instruct-v0.3
|
| 21 |
+
- **Language(s) (NLP):** English
|
| 22 |
+
- **License:** Apache 2.0
|
| 23 |
+
- **Uses:** General use
|
| 24 |
+
- **Quantization:** int4
|
| 25 |
+
|
| 26 |
+
|
| 27 |
+
## Model Card Contact
|
| 28 |
+
|
| 29 |
+
[llmware on github](https://www.github.com/llmware-ai/llmware)
|
| 30 |
+
|
| 31 |
+
[llmware on hf](https://www.huggingface.co/llmware)
|
| 32 |
+
|
| 33 |
+
[llmware website](https://www.llmware.ai)
|
config.json
CHANGED
|
@@ -1,12 +1,11 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "mistralai/Mistral-7B-Instruct-v0.
|
| 3 |
"architectures": [
|
| 4 |
"MistralForCausalLM"
|
| 5 |
],
|
| 6 |
"attention_dropout": 0.0,
|
| 7 |
"bos_token_id": 1,
|
| 8 |
"eos_token_id": 2,
|
| 9 |
-
"head_dim": 128,
|
| 10 |
"hidden_act": "silu",
|
| 11 |
"hidden_size": 4096,
|
| 12 |
"initializer_range": 0.02,
|
|
@@ -20,8 +19,7 @@
|
|
| 20 |
"rope_theta": 1000000.0,
|
| 21 |
"sliding_window": null,
|
| 22 |
"tie_word_embeddings": false,
|
| 23 |
-
"
|
| 24 |
-
"transformers_version": "4.44.2",
|
| 25 |
"use_cache": true,
|
| 26 |
-
"vocab_size":
|
| 27 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "mistralai/Mistral-7B-Instruct-v0.3",
|
| 3 |
"architectures": [
|
| 4 |
"MistralForCausalLM"
|
| 5 |
],
|
| 6 |
"attention_dropout": 0.0,
|
| 7 |
"bos_token_id": 1,
|
| 8 |
"eos_token_id": 2,
|
|
|
|
| 9 |
"hidden_act": "silu",
|
| 10 |
"hidden_size": 4096,
|
| 11 |
"initializer_range": 0.02,
|
|
|
|
| 19 |
"rope_theta": 1000000.0,
|
| 20 |
"sliding_window": null,
|
| 21 |
"tie_word_embeddings": false,
|
| 22 |
+
"transformers_version": "4.41.2",
|
|
|
|
| 23 |
"use_cache": true,
|
| 24 |
+
"vocab_size": 32768
|
| 25 |
}
|