shunxing1234
commited on
Commit
•
28e3d45
1
Parent(s):
adf8eba
Update README.md
Browse files
README.md
CHANGED
@@ -6,8 +6,7 @@ license: other
|
|
6 |
|
7 |
Aquila Language Model is the first open source language model that supports both Chinese and English knowledge, commercial license agreements, and compliance with domestic data regulations.
|
8 |
|
9 |
-
|
10 |
-
- 🌟 **Supports open source commercial licenses**. The source code of the Aquila series models is based on the [Apache 2.0 agreement](https://www.apache.org/licenses/LICENSE-2.0), while the model weight is based on the [BAAI Aquila Model License Agreement](../../BAAI_Aquila_Model_License.pdf). Users can use it for commercial purposes as long as they meet the licensing restrictions.
|
11 |
|
12 |
- ✍️ **Possesses Chinese and English knowledge**. The Aquila series model is trained from scratch on a high-quality corpus of Chinese and English languages, with Chinese corpora accounting for about 40%, ensuring that the model accumulates native Chinese world knowledge during the pre-training phase, rather than translated knowledge.
|
13 |
|
@@ -28,9 +27,8 @@ The additional details of the Aquila model will be presented in the official tec
|
|
28 |
| AquilaCode-7B-TS | Base model, "text-code" generation model, further pre-trained based on Aquila-7B, trained on Horizon Robotics chips | Same as above | Released | Tianshu-BI-V100 |
|
29 |
|
30 |
|
31 |
-
We will continue to release improved versions of Aquila model as open source. You can start by deleting the `model_pytorch.bi`n file in the original directory and then download the new weights. Other usage methods remain unchanged. For more details, please refer to the **[Change Log](./changelog.md)**.
|
32 |
|
33 |
-
|
|
|
34 |
|
35 |
|
36 |
-
Aquila-7B open-source model is licensed under [ BAAI Aquila Model Licence Agreement](linkhere). The source code is under [Apache Licence 2.0](https://www.apache.org/licenses/LICENSE-2.0)
|
|
|
6 |
|
7 |
Aquila Language Model is the first open source language model that supports both Chinese and English knowledge, commercial license agreements, and compliance with domestic data regulations.
|
8 |
|
9 |
+
- 🌟 **Supports open source commercial licenses**. The source code of the Aquila series models is based on the [Apache 2.0 agreement](https://www.apache.org/licenses/LICENSE-2.0), while the model weight is based on the [BAAI Aquila Model License Agreement](https://huggingface.co/BAAI/AquilaChat-7B/blob/main/BAAI%20Aquila%20Model%20License%20Agreement.pdf). Users can use it for commercial purposes as long as they meet the licensing restrictions.
|
|
|
10 |
|
11 |
- ✍️ **Possesses Chinese and English knowledge**. The Aquila series model is trained from scratch on a high-quality corpus of Chinese and English languages, with Chinese corpora accounting for about 40%, ensuring that the model accumulates native Chinese world knowledge during the pre-training phase, rather than translated knowledge.
|
12 |
|
|
|
27 |
| AquilaCode-7B-TS | Base model, "text-code" generation model, further pre-trained based on Aquila-7B, trained on Horizon Robotics chips | Same as above | Released | Tianshu-BI-V100 |
|
28 |
|
29 |
|
|
|
30 |
|
31 |
+
We will continue to release improved versions of Aquila model as open source. For more details, please refer to the **[Change Log](https://huggingface.co/BAAI/AquilaChat-7B/blob/main/change_log.log)**.
|
32 |
+
|
33 |
|
34 |
|
|