| license: apache-2.0 | |
| datasets: | |
| - common-pile/comma_v0.1_training_dataset | |
| language: | |
| - en | |
| pipeline_tag: text-generation | |
| library_name: mlx | |
| base_model: common-pile/comma-v0.1-1t | |
| tags: | |
| - mlx | |
| # mlx version of comma-v0.1-1t | |
| original model: <https://huggingface.co/common-pile/comma-v0.1-1t> | |
| How to use: | |
| ```bash | |
| uv run --python 3.12 \ | |
| --with mlx-lm \ | |
| mlx_lm.generate \ | |
| --model yunfengwang/comma-v0.1-1t-mlx \ | |
| --prompt 'The captial city of china is' | |
| ``` | |