KnutJaegersberg commited on
Commit
adfda53
1 Parent(s): 5854397

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -8,6 +8,15 @@ pipeline_tag: text-generation
8
 
9
  In this case the tokenizer is the yi_tokenizer, loading it requires trust_remote_code=True
10
 
 
 
 
 
 
 
 
 
 
11
  Prompt Example:
12
  ```
13
  ### System:
 
8
 
9
  In this case the tokenizer is the yi_tokenizer, loading it requires trust_remote_code=True
10
 
11
+
12
+ Introduction
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
+ License
16
+ The Yi series models are fully open for academic research and free commercial usage with permission via applications. All usage must adhere to the Model License Agreement 2.0. To apply for the official commercial license, please contact us (yi@01.ai).
17
+
18
+
19
+
20
  Prompt Example:
21
  ```
22
  ### System: