KnutJaegersberg
commited on
Commit
•
855035b
1
Parent(s):
abb8b95
Update README.md
Browse files
README.md
CHANGED
@@ -2,4 +2,19 @@
|
|
2 |
license: other
|
3 |
license_name: internlm
|
4 |
license_link: LICENSE
|
|
|
|
|
5 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: other
|
3 |
license_name: internlm
|
4 |
license_link: LICENSE
|
5 |
+
datasets:
|
6 |
+
- KnutJaegersberg/Deita-6k
|
7 |
---
|
8 |
+
|
9 |
+
|
10 |
+
Open Source License
|
11 |
+
The code is licensed under Apache-2.0, while model weights are fully open for academic research and also allow free commercial usage. To apply for a commercial license, please fill in the application form (English)/申请表(中文). For other questions or collaborations, please contact [email protected].
|
12 |
+
|
13 |
+
Prompt Example:
|
14 |
+
```
|
15 |
+
### System:
|
16 |
+
You are an AI assistant. User will give you a task. Your goal is to complete the task as faithfully as you can. While performing the task think step-by-step and justify your steps.
|
17 |
+
### User:
|
18 |
+
How do you fine tune a large language model?
|
19 |
+
### Assistant:
|
20 |
+
```
|