Upload 2 files
Browse files- README.md +33 -3
- config.json +25 -0
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
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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,
|
12 |
+
"intermediate_size": 14336,
|
13 |
+
"max_position_embeddings": 32768,
|
14 |
+
"model_type": "mistral",
|
15 |
+
"num_attention_heads": 32,
|
16 |
+
"num_hidden_layers": 32,
|
17 |
+
"num_key_value_heads": 8,
|
18 |
+
"rms_norm_eps": 1e-05,
|
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 |
+
}
|