Update README.md
Browse files
README.md
CHANGED
@@ -17,9 +17,9 @@ license_link: https://falconllm.tii.ae/falcon-terms-and-conditions.html
|
|
17 |
library_name: transformers
|
18 |
---
|
19 |
|
20 |
-
#
|
21 |
|
22 |
-
The Model [
|
23 |
|
24 |
## Use with mlx
|
25 |
|
@@ -30,7 +30,7 @@ pip install mlx-lm
|
|
30 |
```python
|
31 |
from mlx_lm import load, generate
|
32 |
|
33 |
-
model, tokenizer = load("
|
34 |
|
35 |
prompt="hello"
|
36 |
|
|
|
17 |
library_name: transformers
|
18 |
---
|
19 |
|
20 |
+
# mlx-community/Falcon3-10B-Instruct-abliterated-6bit
|
21 |
|
22 |
+
The Model [mlx-community/Falcon3-10B-Instruct-abliterated-6bit](https://huggingface.co/mlx-community/Falcon3-10B-Instruct-abliterated-6bit) was converted to MLX format from [huihui-ai/Falcon3-10B-Instruct-abliterated](https://huggingface.co/huihui-ai/Falcon3-10B-Instruct-abliterated) using mlx-lm version **0.20.5**.
|
23 |
|
24 |
## Use with mlx
|
25 |
|
|
|
30 |
```python
|
31 |
from mlx_lm import load, generate
|
32 |
|
33 |
+
model, tokenizer = load("mlx-community/Falcon3-10B-Instruct-abliterated-6bit")
|
34 |
|
35 |
prompt="hello"
|
36 |
|