Update README.md
Browse files
README.md
CHANGED
@@ -6,6 +6,7 @@ tags:
|
|
6 |
- text-generation
|
7 |
- autotrain_compatible
|
8 |
- endpoints_compatible
|
|
|
9 |
pipeline_tag: text-generation
|
10 |
inference: false
|
11 |
quantized_by: Suparious
|
@@ -15,7 +16,14 @@ quantized_by: Suparious
|
|
15 |
- Model creator: [mistralai](https://huggingface.co/mistralai)
|
16 |
- Original model: [Mistral-7B-Instruct-v0.3](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.3)
|
17 |
|
|
|
18 |
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
|
20 |
## How to use
|
21 |
|
|
|
6 |
- text-generation
|
7 |
- autotrain_compatible
|
8 |
- endpoints_compatible
|
9 |
+
license: apache-2.0
|
10 |
pipeline_tag: text-generation
|
11 |
inference: false
|
12 |
quantized_by: Suparious
|
|
|
16 |
- Model creator: [mistralai](https://huggingface.co/mistralai)
|
17 |
- Original model: [Mistral-7B-Instruct-v0.3](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.3)
|
18 |
|
19 |
+
## Model Summary
|
20 |
|
21 |
+
The Mistral-7B-Instruct-v0.3 Large Language Model (LLM) is an instruct fine-tuned version of the Mistral-7B-v0.3.
|
22 |
+
|
23 |
+
Mistral-7B-v0.3 has the following changes compared to [Mistral-7B-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2/edit/main/README.md)
|
24 |
+
- Extended vocabulary to 32768
|
25 |
+
- Supports v3 Tokenizer
|
26 |
+
- Supports function calling
|
27 |
|
28 |
## How to use
|
29 |
|