Text Generation
Transformers
PyTorch
chatts
feature-extraction
conversational
custom_code
xiezhe24 commited on
Commit
7fd83b6
·
verified ·
1 Parent(s): 7923a5a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -1,6 +1,10 @@
 
 
 
 
 
1
  # ChatTS-14B Model
2
  This model is fine-tuned on the QWen2.5-14B-Instruct (https://huggingface.co/Qwen/Qwen2.5-14B-Instruct) model. For more usage details, please refer to the `README.md` in the ChatTS repository.
3
- **由于仓库大小限制,本仓库未包含模型权重文件本身,只包含了模型必要的代码文件与LICENCE。权重文件参考:[]**
4
 
5
  # Reference
6
  - QWen2.5-14B-Instruct (https://huggingface.co/Qwen/Qwen2.5-14B-Instruct)
@@ -18,4 +22,4 @@ This model is licensed under the [Apache License 2.0](LICENSE).
18
  journal={arXiv preprint arXiv:2412.03104},
19
  year={2024}
20
  }
21
- ```
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model:
4
+ - Qwen/Qwen2.5-14B-Instruct
5
+ ---
6
  # ChatTS-14B Model
7
  This model is fine-tuned on the QWen2.5-14B-Instruct (https://huggingface.co/Qwen/Qwen2.5-14B-Instruct) model. For more usage details, please refer to the `README.md` in the ChatTS repository.
 
8
 
9
  # Reference
10
  - QWen2.5-14B-Instruct (https://huggingface.co/Qwen/Qwen2.5-14B-Instruct)
 
22
  journal={arXiv preprint arXiv:2412.03104},
23
  year={2024}
24
  }
25
+ ```