Text Generation
MLX
English
llama
File size: 722 Bytes
ba03312
 
 
0c556f7
ba03312
 
 
 
 
f789a83
0c556f7
fc32f9c
ba03312
 
 
 
 
 
 
 
 
 
550cd2d
0c556f7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
language:
- en
license: cc-by-nc-sa-4.0
tags:
- mlx
datasets:
- cerebras/SlimPajama-627B
- bigcode/starcoderdata
- cyzgab/singlish-to-english-synthetic
library_name: mlx
pipeline_tag: text-generation
---

# Singlish-TinyLlama-v0.1
This model was converted to MLX format from [`TinyLlama/TinyLlama-1.1B-intermediate-step-1195k-token-2.5T`]().
Refer to the [original model card](https://huggingface.co/TinyLlama/TinyLlama-1.1B-intermediate-step-1195k-token-2.5T) 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/Singlish-TinyLlama-v0.1 --prompt "<SIN> SINGLISH <ENG> "
```