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,9 +1,7 @@
|
|
1 |
---
|
2 |
-
license: other
|
3 |
-
license_name: yi-license
|
4 |
-
license_link: https://huggingface.co/01-ai/Yi-34B-200K/blob/main/LICENSE
|
5 |
library_name: gguf
|
6 |
pipeline_tag: text-generation
|
|
|
7 |
---
|
8 |
GGUF importance matrix (imatrix) quants for https://huggingface.co/abacusai/Smaug-34B-v0.1
|
9 |
The importance matrix was trained for 100K tokens (200 batches of 512 tokens) using wiki.train.raw.
|
|
|
1 |
---
|
|
|
|
|
|
|
2 |
library_name: gguf
|
3 |
pipeline_tag: text-generation
|
4 |
+
license: apache-2.0
|
5 |
---
|
6 |
GGUF importance matrix (imatrix) quants for https://huggingface.co/abacusai/Smaug-34B-v0.1
|
7 |
The importance matrix was trained for 100K tokens (200 batches of 512 tokens) using wiki.train.raw.
|