Gabriel C
commited on
Commit
•
0c556f7
1
Parent(s):
f789a83
Update README.md
Browse files
README.md
CHANGED
@@ -1,13 +1,15 @@
|
|
1 |
---
|
2 |
language:
|
3 |
- en
|
4 |
-
license:
|
5 |
tags:
|
6 |
- mlx
|
7 |
datasets:
|
8 |
- cerebras/SlimPajama-627B
|
9 |
- bigcode/starcoderdata
|
10 |
- cyzgab/singlish-to-english-synthetic
|
|
|
|
|
11 |
---
|
12 |
|
13 |
# Singlish-TinyLlama-v0.1
|
@@ -19,4 +21,4 @@ pip install mlx
|
|
19 |
git clone https://github.com/ml-explore/mlx-examples.git
|
20 |
cd mlx-examples/llms/hf_llm
|
21 |
python generate.py --model mlx-community/Singlish-TinyLlama-v0.1 --prompt "<SIN> SINGLISH <ENG> "
|
22 |
-
```
|
|
|
1 |
---
|
2 |
language:
|
3 |
- en
|
4 |
+
license: cc-by-nc-sa-4.0
|
5 |
tags:
|
6 |
- mlx
|
7 |
datasets:
|
8 |
- cerebras/SlimPajama-627B
|
9 |
- bigcode/starcoderdata
|
10 |
- cyzgab/singlish-to-english-synthetic
|
11 |
+
library_name: mlx
|
12 |
+
pipeline_tag: translation
|
13 |
---
|
14 |
|
15 |
# Singlish-TinyLlama-v0.1
|
|
|
21 |
git clone https://github.com/ml-explore/mlx-examples.git
|
22 |
cd mlx-examples/llms/hf_llm
|
23 |
python generate.py --model mlx-community/Singlish-TinyLlama-v0.1 --prompt "<SIN> SINGLISH <ENG> "
|
24 |
+
```
|