初始化项目,由ModelHub XC社区提供模型
Model: mlx-community/Singlish-TinyLlama-v0.1 Source: Original Platform
This commit is contained in:
24
README.md
Normal file
24
README.md
Normal 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> "
|
||||
```
|
||||
Reference in New Issue
Block a user