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.
Thanks for your understanding and cooperation.
README.md
CHANGED
|
@@ -1,13 +1,11 @@
|
|
| 1 |
---
|
| 2 |
-
license: other
|
| 3 |
-
license_name: yi-license
|
| 4 |
-
license_link: LICENSE
|
| 5 |
widget:
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
pipeline_tag: text-generation
|
|
|
|
| 11 |
---
|
| 12 |
# 🐷SUS-Chat: Instruction tuning done right
|
| 13 |
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
| 2 |
widget:
|
| 3 |
+
- example_title: SUS-Chat
|
| 4 |
+
text: hi
|
| 5 |
+
output:
|
| 6 |
+
text: ' Hello! How can I assist you today?'
|
| 7 |
pipeline_tag: text-generation
|
| 8 |
+
license: apache-2.0
|
| 9 |
---
|
| 10 |
# 🐷SUS-Chat: Instruction tuning done right
|
| 11 |
|