andthattoo commited on
Commit
90a8001
·
verified ·
1 Parent(s): 009c49d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -11
README.md CHANGED
@@ -1,13 +1,9 @@
1
- ---
2
- license: apache-2.0
3
- tags:
4
- - mlx
5
- base_model: driaforall/Dria-Agent-a-3B-QAT
6
- ---
7
-
8
- # andthattoo/Dria-Agent-a-3B-QAT-Q8-mlx
9
-
10
- The Model [andthattoo/Dria-Agent-a-3B-QAT-Q8-mlx](https://huggingface.co/andthattoo/Dria-Agent-a-3B-QAT-Q8-mlx) was converted to MLX format from [driaforall/Dria-Agent-a-3B-QAT](https://huggingface.co/driaforall/Dria-Agent-a-3B-QAT) using mlx-lm version **0.20.5**.
11
 
12
  ## Use with mlx
13
 
@@ -18,7 +14,7 @@ pip install mlx-lm
18
  ```python
19
  from mlx_lm import load, generate
20
 
21
- model, tokenizer = load("andthattoo/Dria-Agent-a-3B-QAT-Q8-mlx")
22
 
23
  prompt="hello"
24
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - mlx
5
+ base_model: driaforall/Dria-Agent-a-3B-QAT
6
+ ---
 
 
 
 
7
 
8
  ## Use with mlx
9
 
 
14
  ```python
15
  from mlx_lm import load, generate
16
 
17
+ model, tokenizer = load("driaforall/Dria-Agent-a-3B-Q8-mlx")
18
 
19
  prompt="hello"
20