Goekdeniz-Guelmez
commited on
Commit
•
45abc9c
1
Parent(s):
95d85c5
Upload folder using huggingface_hub (#3)
Browse files- e92195f275459fe16abe60af1077ea6a936d5f12f4d038a9d59a3fcf3e2dce63 (357ac434436fc9ec0b0aa04fd8ac514bb2cd56a6)
- 0341d1d93f2f15817a39d84446a63dd277f13da789f7fe457d920409768c84ac (2ffb57df221de8c73045cc1188d025c3aa3b2fff)
- README.md +6 -4
- model.safetensors +2 -2
- tokenizer_config.json +1 -0
README.md
CHANGED
@@ -1,15 +1,17 @@
|
|
1 |
---
|
2 |
-
base_model: mistralai/Mamba-Codestral-7B-v0.1
|
3 |
license: apache-2.0
|
4 |
-
tags:
|
5 |
-
- mlx
|
6 |
extra_gated_description: If you want to learn more about how we process your personal
|
7 |
data, please read our <a href="https://mistral.ai/terms/">Privacy Policy</a>.
|
|
|
|
|
|
|
8 |
---
|
9 |
|
10 |
# mlx-community/Mamba-Codestral-7B-v0.1-4bit
|
11 |
|
12 |
-
The Model [mlx-community/Mamba-Codestral-7B-v0.1-4bit](https://huggingface.co/mlx-community/Mamba-Codestral-7B-v0.1-4bit) was
|
|
|
|
|
13 |
|
14 |
## Use with mlx
|
15 |
|
|
|
1 |
---
|
|
|
2 |
license: apache-2.0
|
|
|
|
|
3 |
extra_gated_description: If you want to learn more about how we process your personal
|
4 |
data, please read our <a href="https://mistral.ai/terms/">Privacy Policy</a>.
|
5 |
+
base_model: mistralai/Mamba-Codestral-7B-v0.1
|
6 |
+
tags:
|
7 |
+
- mlx
|
8 |
---
|
9 |
|
10 |
# mlx-community/Mamba-Codestral-7B-v0.1-4bit
|
11 |
|
12 |
+
The Model [mlx-community/Mamba-Codestral-7B-v0.1-4bit](https://huggingface.co/mlx-community/Mamba-Codestral-7B-v0.1-4bit) was
|
13 |
+
converted to MLX format from [mistralai/Mamba-Codestral-7B-v0.1](https://huggingface.co/mistralai/Mamba-Codestral-7B-v0.1)
|
14 |
+
using mlx-lm version **0.20.2**.
|
15 |
|
16 |
## Use with mlx
|
17 |
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e8efc60875d6824d29dde3780a7989b2c44469bc7ed6b4337b4d29268bb4f746
|
3 |
+
size 4104014177
|
tokenizer_config.json
CHANGED
@@ -6175,6 +6175,7 @@
|
|
6175 |
"bos_token": "<s>",
|
6176 |
"clean_up_tokenization_spaces": false,
|
6177 |
"eos_token": "</s>",
|
|
|
6178 |
"legacy": false,
|
6179 |
"model_max_length": 1000000000000000019884624838656,
|
6180 |
"pad_token": null,
|
|
|
6175 |
"bos_token": "<s>",
|
6176 |
"clean_up_tokenization_spaces": false,
|
6177 |
"eos_token": "</s>",
|
6178 |
+
"extra_special_tokens": {},
|
6179 |
"legacy": false,
|
6180 |
"model_max_length": 1000000000000000019884624838656,
|
6181 |
"pad_token": null,
|