language: | |
- en | |
license: cc-by-nc-4.0 | |
tags: | |
- mlx | |
datasets: | |
- c-s-ale/alpaca-gpt4-data | |
- Open-Orca/OpenOrca | |
- Intel/orca_dpo_pairs | |
- allenai/ultrafeedback_binarized_cleaned | |
base_model: | |
- upstage/SOLAR-10.7B-v1.0 | |
# SOLAR-10.7B-Instruct-v1.0-4bit | |
This model was converted to MLX format from [`upstage/SOLAR-10.7B-Instruct-v1.0`](). | |
Refer to the [original model card](https://huggingface.co./upstage/SOLAR-10.7B-Instruct-v1.0) 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/SOLAR-10.7B-Instruct-v1.0-4bit --prompt "My name is" | |
``` | |