Update README.md
Browse files
README.md
CHANGED
|
@@ -7,8 +7,6 @@ prompt_template: |
|
|
| 7 |
[INST] {{prompt}} [/INST]
|
| 8 |
tags:
|
| 9 |
- llamafile
|
| 10 |
-
language:
|
| 11 |
-
- en
|
| 12 |
---
|
| 13 |
|
| 14 |
# Mistral 7B Instruct v0.3 - llamafile
|
|
@@ -21,6 +19,10 @@ Linux, MacOS, Windows, FreeBSD, OpenBSD, and NetBSD for AMD64 and ARM64.
|
|
| 21 |
- Original model: [mistralai/Mistral-7B-Instruct-v0.3](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.3)
|
| 22 |
- Base model: [mistralai/Mistral-7B-v0.3](https://huggingface.co/mistralai/Mistral-7B-v0.3)
|
| 23 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
## Quickstart
|
| 25 |
|
| 26 |
Assuming your system has at least 16GB of RAM, you can try running the
|
|
|
|
| 7 |
[INST] {{prompt}} [/INST]
|
| 8 |
tags:
|
| 9 |
- llamafile
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
# Mistral 7B Instruct v0.3 - llamafile
|
|
|
|
| 19 |
- Original model: [mistralai/Mistral-7B-Instruct-v0.3](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.3)
|
| 20 |
- Base model: [mistralai/Mistral-7B-v0.3](https://huggingface.co/mistralai/Mistral-7B-v0.3)
|
| 21 |
|
| 22 |
+
The third edition of Mistral 7B was released on May 22th, 2024. It
|
| 23 |
+
increases the vocabulary size to 32768, supports the v3 tokenizer, and
|
| 24 |
+
introduces support for function calling.
|
| 25 |
+
|
| 26 |
## Quickstart
|
| 27 |
|
| 28 |
Assuming your system has at least 16GB of RAM, you can try running the
|