Fix incorrect licence (Sorry i messed it up the first time)
Browse files
README.md
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
---
|
2 |
base_model: Replete-AI/Replete-LLM-V2.5-Qwen-72b
|
3 |
library_name: transformers
|
4 |
-
license:
|
|
|
|
|
5 |
pipeline_tag: text-generation
|
6 |
quantized_by: bartowski
|
7 |
---
|
|
|
1 |
---
|
2 |
base_model: Replete-AI/Replete-LLM-V2.5-Qwen-72b
|
3 |
library_name: transformers
|
4 |
+
license: other
|
5 |
+
license_name: qwen
|
6 |
+
license_link: https://huggingface.co/Qwen/Qwen2.5-72B-Instruct/blob/main/LICENSE
|
7 |
pipeline_tag: text-generation
|
8 |
quantized_by: bartowski
|
9 |
---
|