Felladrin commited on
Commit
1d5a01e
·
verified ·
1 Parent(s): bdb6aaa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -14,9 +14,9 @@ metrics:
14
  - accuracy
15
  ---
16
 
17
- # Felladrin/Lamarck-14B-v0.7-Q6-mlx
18
 
19
- The Model [Felladrin/Lamarck-14B-v0.7-Q6-mlx](https://huggingface.co/Felladrin/Lamarck-14B-v0.7-Q6-mlx) was converted to MLX format from [sometimesanotion/Lamarck-14B-v0.7](https://huggingface.co/sometimesanotion/Lamarck-14B-v0.7) using mlx-lm version **0.20.5**.
20
 
21
  ## Use with mlx
22
 
@@ -27,7 +27,7 @@ pip install mlx-lm
27
  ```python
28
  from mlx_lm import load, generate
29
 
30
- model, tokenizer = load("Felladrin/Lamarck-14B-v0.7-Q6-mlx")
31
 
32
  prompt="hello"
33
 
 
14
  - accuracy
15
  ---
16
 
17
+ # mlx-community/Lamarck-14B-v0.7-6bit
18
 
19
+ The Model [mlx-community/Lamarck-14B-v0.7-6bit](https://huggingface.co/mlx-community/Lamarck-14B-v0.7-6bit) was converted to MLX format from [sometimesanotion/Lamarck-14B-v0.7](https://huggingface.co/sometimesanotion/Lamarck-14B-v0.7) using mlx-lm version **0.20.5**.
20
 
21
  ## Use with mlx
22
 
 
27
  ```python
28
  from mlx_lm import load, generate
29
 
30
+ model, tokenizer = load("mlx-community/Lamarck-14B-v0.7-6bit")
31
 
32
  prompt="hello"
33