File size: 466 Bytes
8a07bc3
 
 
 
 
 
 
 
 
 
 
 
0b9756d
 
8285e9e
 
 
 
 
 
 
 
 
 
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
---
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'
```