Update README.md with license information
Browse filesHi, I'm Chen, a DevRel specialist from 01.AI.
We have updated our license from yi-license to apache-2.0, and this PR is about the update for your model.
Apache-2.0 enables more free and flexible use and distribution, promoting open collaboration and innovation.
If it looks good to you, you can update other Yi model derivatives now licensed under yi-license to apache-2.0 on your own.
Thanks for your understanding and cooperation.
README.md
CHANGED
@@ -1,9 +1,6 @@
|
|
1 |
---
|
2 |
base_model: 01-ai/Yi-6B
|
3 |
inference: false
|
4 |
-
license: other
|
5 |
-
license_link: LICENSE
|
6 |
-
license_name: yi-license
|
7 |
model_creator: 01-ai
|
8 |
model_name: Yi 6B
|
9 |
model_type: yi
|
@@ -11,6 +8,7 @@ prompt_template: 'Human: {prompt} Assistant:
|
|
11 |
|
12 |
'
|
13 |
quantized_by: jezzarax
|
|
|
14 |
---
|
15 |
<!-- markdownlint-disable MD041 -->
|
16 |
|
|
|
1 |
---
|
2 |
base_model: 01-ai/Yi-6B
|
3 |
inference: false
|
|
|
|
|
|
|
4 |
model_creator: 01-ai
|
5 |
model_name: Yi 6B
|
6 |
model_type: yi
|
|
|
8 |
|
9 |
'
|
10 |
quantized_by: jezzarax
|
11 |
+
license: apache-2.0
|
12 |
---
|
13 |
<!-- markdownlint-disable MD041 -->
|
14 |
|