prince-canuma
commited on
Commit
•
8215697
1
Parent(s):
43121de
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
license_name: tongyi-qianwen
|
4 |
+
base_model: Qwen/Qwen2-72B
|
5 |
+
datasets:
|
6 |
+
- cognitivecomputations/Dolphin-2.9
|
7 |
+
- teknium/OpenHermes-2.5
|
8 |
+
- m-a-p/CodeFeedback-Filtered-Instruction
|
9 |
+
- cognitivecomputations/dolphin-coder
|
10 |
+
- cognitivecomputations/samantha-data
|
11 |
+
- microsoft/orca-math-word-problems-200k
|
12 |
+
- Locutusque/function-calling-chatml
|
13 |
+
- internlm/Agent-FLAN
|
14 |
+
library_name: transformers
|
15 |
+
tags:
|
16 |
+
- mlx
|
17 |
+
- axolotl
|
18 |
+
pipeline_tag: image-text-to-text
|
19 |
+
---
|
20 |
+
|
21 |
+
# mlx-community/dolphin-vision-72b-4bit
|
22 |
+
This model was converted to MLX format from [`cognitivecomputations/dolphin-vision-72b`]() using mlx-vlm version **0.0.11**.
|
23 |
+
Refer to the [original model card](https://huggingface.co/cognitivecomputations/dolphin-vision-72b) for more details on the model.
|
24 |
+
## Use with mlx
|
25 |
+
|
26 |
+
```bash
|
27 |
+
pip install -U mlx-vlm
|
28 |
+
```
|
29 |
+
|
30 |
+
```bash
|
31 |
+
python -m mlx_vlm.generate --model mlx-community/dolphin-vision-72b-4bit --max-tokens 100 --temp 0.0
|
32 |
+
```
|