Add base model
Browse filesThis PR links your model to https://huggingface.co/Qwen/Qwen2.5-14B-Instruct
README.md
CHANGED
@@ -2,6 +2,8 @@
|
|
2 |
license: apache-2.0
|
3 |
library_name: transformers
|
4 |
pipeline_tag: text-generation
|
|
|
|
|
5 |
---
|
6 |
|
7 |
# ChatTS-14B Model
|
|
|
2 |
license: apache-2.0
|
3 |
library_name: transformers
|
4 |
pipeline_tag: text-generation
|
5 |
+
base_model:
|
6 |
+
- Qwen/Qwen2.5-14B-Instruct
|
7 |
---
|
8 |
|
9 |
# ChatTS-14B Model
|