KnutJaegersberg
commited on
Commit
•
4e28335
1
Parent(s):
6485f13
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
---
|
2 |
license: other
|
3 |
license_name: yi-license
|
@@ -6,11 +7,19 @@ datasets:
|
|
6 |
- totally-not-an-llm/EverythingLM-data-V3
|
7 |
pipeline_tag: text-generation
|
8 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
|
10 |
-
|
11 |
|
12 |
-
|
13 |
-
The Yi series models are large language models trained from scratch by developers at 01.AI. The first public release contains two bilingual(English/Chinese) base models with the parameter sizes of 6B(Yi-6B) and 34B(Yi-34B). Both of them are trained with 4K sequence length and can be extended to 32K during inference time.
|
14 |
|
15 |
-
|
16 |
-
|
|
|
1 |
+
|
2 |
---
|
3 |
license: other
|
4 |
license_name: yi-license
|
|
|
7 |
- totally-not-an-llm/EverythingLM-data-V3
|
8 |
pipeline_tag: text-generation
|
9 |
---
|
10 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/63732ebbbd81fae2b3aaf3fb/4OQkvAa1zOK4Devv-aUdL.png)
|
11 |
+
|
12 |
+
The perfect organism.
|
13 |
+
|
14 |
+
Prompt Example:
|
15 |
+
```
|
16 |
+
### System:
|
17 |
+
|
18 |
+
You are an AI assistant. User will you 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.
|
19 |
|
20 |
+
### Instruction:
|
21 |
|
22 |
+
How do you fine tune a large language model?
|
|
|
23 |
|
24 |
+
### Response:
|
25 |
+
```
|