Update README.md with license information
Browse filesHi, I'm Chen, a DevRel specialist from 01.AI.
Today I'm sending you the PR to help you update the model license, and give a recommendation according to apache-2.0.
1. License Update:
Since license of all Yi Series models has been updated from yi-license to apache-2.0, this PR is to help you update it.
License under apache-2.0 enables more free and flexible use and distribution, promoting open collaboration and innovation.
It can be a good choice to make your models widely available and provide access which is reliable and high-quality. (https://www.apache.org/licenses/LICENSE-2.0)
If it looks good to you, you can choose to update other yi derivatives (if you have) license to apache-2.0 on your own if I miss out.
2. Recommendation for Yi Derivatives:
All Yi Series models are now licensed under apache-2.0. It is recomended that Yi derivatives mention the specific Yi models they're based on in any place (e.g., in the Model Card) to align with the requirement of apache-2.0.
Thanks for your continued support and contributions to Yi models.
@@ -1,14 +1,12 @@
|
|
1 |
---
|
2 |
base_model: 01-ai/Yi-1.5-34B-Chat
|
3 |
inference: false
|
4 |
-
license: other
|
5 |
-
license_link: LICENSE
|
6 |
-
license_name: yi-license
|
7 |
model_creator: 01-ai
|
8 |
model_name: Yi-1.5-34B-Chat
|
9 |
model_type: yi
|
10 |
pipeline_tag: text-generation
|
11 |
quantized_by: Second State Inc.
|
|
|
12 |
---
|
13 |
|
14 |
<!-- header start -->
|
|
|
1 |
---
|
2 |
base_model: 01-ai/Yi-1.5-34B-Chat
|
3 |
inference: false
|
|
|
|
|
|
|
4 |
model_creator: 01-ai
|
5 |
model_name: Yi-1.5-34B-Chat
|
6 |
model_type: yi
|
7 |
pipeline_tag: text-generation
|
8 |
quantized_by: Second State Inc.
|
9 |
+
license: apache-2.0
|
10 |
---
|
11 |
|
12 |
<!-- header start -->
|