初始化项目,由ModelHub XC社区提供模型

Model: mlx-community/Singlish-TinyLlama-v0.1
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-28 04:07:13 +08:00
commit 6d4a166888
9 changed files with 93544 additions and 0 deletions

24
README.md Normal file
View File

@@ -0,0 +1,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> "
```