File size: 851 Bytes
346fdaf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
license: apache-2.0
library_name: transformers
tags:
- openchat
- mistral
- C-RLFT
- mlx
datasets:
- openchat/openchat_sharegpt4_dataset
- kaist-ai/Feedback-Collection
- imone/OpenOrca_FLAN
- LDJnr/Capybara
- tiedong/goat
- glaiveai/glaive-code-assistant
- meta-math/MetaMathQA
- OpenAssistant/oasst_top1_2023-08-25
- TIGER-Lab/MathInstruct
base_model: mistralai/Mistral-7B-v0.1
pipeline_tag: text-generation
---

# openchat-3.5-1210-mlx
This model was converted to MLX format from [`openchat/openchat-3.5-1210`]().
Refer to the [original model card](https://huggingface.co/openchat/openchat-3.5-1210) for more details on the model.
## Use with mlx
```bash
pip install mlx
git clone https://github.com/ml-explore/mlx-examples.git
cd mlx-examples/llms/hf_llm
python generate.py --model mlx-community/openchat-3.5-1210-mlx --prompt "My name is"
```