Pierre-obi's picture
Upload folder using huggingface_hub
346fdaf
|
raw
history blame contribute delete
No virus
851 Bytes
---
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"
```