Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,9 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
# Pure quantizations of `Mistral-7B-Instruct-v0.3` for [mistral.java](https://github.com/mukel/mistral.java).
|
5 |
|
@@ -18,4 +22,4 @@ The Mistral-7B-Instruct-v0.3 Large Language Model (LLM) is an instruct fine-tune
|
|
18 |
Mistral-7B-v0.3 has the following changes compared to Mistral-7B-v0.2
|
19 |
- Extended vocabulary to 32768
|
20 |
- Supports v3 Tokenizer
|
21 |
-
- Supports function calling
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- java
|
5 |
+
- mistral
|
6 |
+
- mistral.java
|
7 |
---
|
8 |
# Pure quantizations of `Mistral-7B-Instruct-v0.3` for [mistral.java](https://github.com/mukel/mistral.java).
|
9 |
|
|
|
22 |
Mistral-7B-v0.3 has the following changes compared to Mistral-7B-v0.2
|
23 |
- Extended vocabulary to 32768
|
24 |
- Supports v3 Tokenizer
|
25 |
+
- Supports function calling
|