Goekdeniz-Guelmez commited on
Commit
359df21
1 Parent(s): bfe6746

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -13,9 +13,9 @@ license_link: https://falconllm.tii.ae/falcon-terms-and-conditions.html
13
  library_name: transformers
14
  ---
15
 
16
- # mlx-community/Falcon3-Mamba-7B-Instruct-4bits
17
 
18
- The Model [mlx-community/Falcon3-Mamba-7B-Instruct-4bits](https://huggingface.co/mlx-community/Falcon3-Mamba-7B-Instruct-4bits) was
19
  converted to MLX format from [tiiuae/Falcon3-Mamba-7B-Instruct](https://huggingface.co/tiiuae/Falcon3-Mamba-7B-Instruct)
20
  using mlx-lm version **0.20.2**.
21
 
@@ -28,7 +28,7 @@ pip install mlx-lm
28
  ```python
29
  from mlx_lm import load, generate
30
 
31
- model, tokenizer = load("mlx-community/Falcon3-Mamba-7B-Instruct-4bits")
32
 
33
  prompt="hello"
34
 
 
13
  library_name: transformers
14
  ---
15
 
16
+ # mlx-community/Falcon3-Mamba-7B-Instruct
17
 
18
+ The Model [mlx-community/Falcon3-Mamba-7B-Instruct-4bits](https://huggingface.co/mlx-community/Falcon3-Mamba-7B-Instruct) was
19
  converted to MLX format from [tiiuae/Falcon3-Mamba-7B-Instruct](https://huggingface.co/tiiuae/Falcon3-Mamba-7B-Instruct)
20
  using mlx-lm version **0.20.2**.
21
 
 
28
  ```python
29
  from mlx_lm import load, generate
30
 
31
+ model, tokenizer = load("mlx-community/Falcon3-Mamba-7B-Instruct")
32
 
33
  prompt="hello"
34