Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
PhoneLM-1.5B-Instruct is a 1.5 billion parameter decoder-only language model.
|
2 |
|
3 |
## Usage
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- stingning/ultrachat
|
5 |
+
- TIGER-Lab/MathInstruct
|
6 |
+
- ise-uiuc/Magicoder-Evol-Instruct-110K
|
7 |
+
- OpenAssistant/oasst2
|
8 |
+
- teknium/openhermes
|
9 |
+
- bigcode/commitpackft
|
10 |
+
- Open-Orca/SlimOrca
|
11 |
+
- ise-uiuc/Magicoder-OSS-Instruct-75K
|
12 |
+
language:
|
13 |
+
- en
|
14 |
+
library_name: transformers
|
15 |
+
base_model:
|
16 |
+
- mllmTeam/PhoneLM-0.5B
|
17 |
+
---
|
18 |
+
|
19 |
PhoneLM-1.5B-Instruct is a 1.5 billion parameter decoder-only language model.
|
20 |
|
21 |
## Usage
|