add qwen license (#1)
Browse files- add qwen license (d601ff88a86d0f8528528312a420f515b8e31d23)
README.md
CHANGED
@@ -2,6 +2,9 @@
|
|
2 |
base_model:
|
3 |
- Qwen/Qwen2.5-72B
|
4 |
library_name: transformers
|
|
|
|
|
|
|
5 |
---
|
6 |
|
7 |

|
|
|
2 |
base_model:
|
3 |
- Qwen/Qwen2.5-72B
|
4 |
library_name: transformers
|
5 |
+
license: other
|
6 |
+
license_name: qwen
|
7 |
+
license_link: https://huggingface.co/Qwen/Qwen2.5-72B-Instruct/blob/main/LICENSE
|
8 |
---
|
9 |
|
10 |

|