andstor commited on
Commit
928ed01
1 Parent(s): f9717b4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -24,7 +24,8 @@ extra_gated_fields:
24
 
25
  # andstor/xLAM-7b-fc-r-mlx
26
 
27
- The Model [andstor/xLAM-7b-fc-r-mlx](https://huggingface.co/andstor/xLAM-7b-fc-r-mlx) was converted to MLX format from [Salesforce/xLAM-7b-fc-r](https://huggingface.co/Salesforce/xLAM-7b-fc-r) using mlx-lm version **0.19.1**.
 
28
 
29
  ## Use with mlx
30
 
@@ -35,7 +36,7 @@ pip install mlx-lm
35
  ```python
36
  from mlx_lm import load, generate
37
 
38
- model, tokenizer = load("andstor/xLAM-7b-fc-r-mlx")
39
 
40
  prompt="hello"
41
 
 
24
 
25
  # andstor/xLAM-7b-fc-r-mlx
26
 
27
+ The Model [mlx-community
28
+ /xLAM-7b-fc-r](https://huggingface.co/mlx-community/xLAM-7b-fc-r) was converted to MLX format from [Salesforce/xLAM-7b-fc-r](https://huggingface.co/Salesforce/xLAM-7b-fc-r) using mlx-lm version **0.19.1**.
29
 
30
  ## Use with mlx
31
 
 
36
  ```python
37
  from mlx_lm import load, generate
38
 
39
+ model, tokenizer = load("mlx-community/xLAM-7b-fc-r")
40
 
41
  prompt="hello"
42