Add files using upload-large-folder tool
Browse files- .gitattributes +1 -0
- README.md +1 -0
- special_tokens_map.json +0 -0
- tokenizer.json +3 -0
- tokenizer_config.json +0 -0
.gitattributes
CHANGED
|
@@ -42,3 +42,4 @@ assets/mistral_common_coverage/dependencies.png filter=lfs diff=lfs merge=lfs -t
|
|
| 42 |
assets/space_invaders_pong/base_structure.png filter=lfs diff=lfs merge=lfs -text
|
| 43 |
assets/space_invaders_pong/prompt.png filter=lfs diff=lfs merge=lfs -text
|
| 44 |
tekken.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 42 |
assets/space_invaders_pong/base_structure.png filter=lfs diff=lfs merge=lfs -text
|
| 43 |
assets/space_invaders_pong/prompt.png filter=lfs diff=lfs merge=lfs -text
|
| 44 |
tekken.json filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -48,6 +48,7 @@ Learn more about Devstral in our [blog post](https://mistral.ai/news/devstral).
|
|
| 48 |
**Updates compared to [`Devstral Small 1.0`](https://huggingface.co/mistralai/Devstral-Small-2505):**
|
| 49 |
- Improved performance, please refer to the [benchmark results](#benchmark-results).
|
| 50 |
- `Devstral Small 1.1` is still great when paired with OpenHands. This new version also generalizes better to other prompts and coding environments.
|
|
|
|
| 51 |
|
| 52 |
|
| 53 |
## Key Features:
|
|
|
|
| 48 |
**Updates compared to [`Devstral Small 1.0`](https://huggingface.co/mistralai/Devstral-Small-2505):**
|
| 49 |
- Improved performance, please refer to the [benchmark results](#benchmark-results).
|
| 50 |
- `Devstral Small 1.1` is still great when paired with OpenHands. This new version also generalizes better to other prompts and coding environments.
|
| 51 |
+
- Supports [Mistral's function calling format](https://mistralai.github.io/mistral-common/usage/tools/).
|
| 52 |
|
| 53 |
|
| 54 |
## Key Features:
|
special_tokens_map.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:23ad081f384b2bdb3c97f6e5461dfce52c1174c7328854a55006988f0fef9da7
|
| 3 |
+
size 17078019
|
tokenizer_config.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|