HoangHa commited on
Commit
d33d791
1 Parent(s): 89371f1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -1,10 +1,10 @@
1
  ---
2
- license: ms-pl
3
  ---
4
 
5
  ## Overview
6
 
7
- The Phi-3, state-of-the-art open model trained with the Phi-3 datasets that includes both synthetic data and the filtered publicly available websites data with a focus on high-quality and reasoning dense properties. The model belongs to the Phi-3 family with the 4B, 7B version in two variants 8K and 128K which is the context length (in tokens) that it can support.
8
 
9
  ## Variants
10
 
@@ -30,7 +30,7 @@ The Phi-3, state-of-the-art open model trained with the Phi-3 datasets that incl
30
 
31
  ## Credits
32
 
33
- - **Author:** Microsoft
34
  - **Converter:** [Homebrew](https://www.homebrew.ltd/)
35
- - **Original License:** [Licence](https://huggingface.co/microsoft/Phi-3-mini-4k-instruct/blob/main/LICENSE)
36
- - **Papers:** [Phi-3 Technical Report](https://arxiv.org/abs/2404.14219)
 
1
  ---
2
+ license: apache-2.0
3
  ---
4
 
5
  ## Overview
6
 
7
+ Yi-1.5 delivers stronger performance in coding, math, reasoning, and instruction-following capability, while still maintaining excellent capabilities in language understanding, commonsense reasoning, and reading comprehension.
8
 
9
  ## Variants
10
 
 
30
 
31
  ## Credits
32
 
33
+ - **Author:** 01-ai
34
  - **Converter:** [Homebrew](https://www.homebrew.ltd/)
35
+ - **Original License:** [License](https://huggingface.co/datasets/choosealicense/licenses/blob/main/markdown/apache-2.0.md)
36
+ - **Papers:** [Yi Paper](https://arxiv.org/abs/2403.04652)