Update README.md
Browse files
README.md
CHANGED
@@ -24,7 +24,8 @@ extra_gated_fields:
|
|
24 |
|
25 |
# andstor/xLAM-7b-fc-r-mlx
|
26 |
|
27 |
-
The Model [
|
|
|
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("
|
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 |
|