Text Generation
MLX
English
llama
Gabriel C
Update README.md
fc32f9c verified
|
raw
history blame contribute delete
No virus
722 Bytes
---
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> "
```