Commit
•
450fe6d
1
Parent(s):
1b50f6c
Add link to arxiv paper
Browse filesThis will ensure that this model is linked to the Paper page here: https://huggingface.co/papers/2401.04507.
README.md
CHANGED
@@ -448,6 +448,18 @@ TechGPT-2.0 在保留了 TechGPT-1.0 模型的通用能力、实体识别能力
|
|
448 |
}
|
449 |
```
|
450 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
451 |
## 致谢
|
452 |
|
453 |
**我们对 [Chinese-Alpaca-2](https://github.com/ymcui/Chinese-LLaMA-Alpaca-2) 和 [Atom](https://github.com/FlagAlpha/Llama2-Chinese) 的相关项目和研究开发人员表示衷心的感谢!**
|
|
|
448 |
}
|
449 |
```
|
450 |
|
451 |
+
arXiV paper
|
452 |
+
```
|
453 |
+
@misc{wang2024techgpt20,
|
454 |
+
title={TechGPT-2.0: A large language model project to solve the task of knowledge graph construction},
|
455 |
+
author={Jiaqi Wang and Yuying Chang and Zhong Li and Ning An and Qi Ma and Lei Hei and Haibo Luo and Yifei Lu and Feiliang Ren},
|
456 |
+
year={2024},
|
457 |
+
eprint={2401.04507},
|
458 |
+
archivePrefix={arXiv},
|
459 |
+
primaryClass={cs.CL}
|
460 |
+
}
|
461 |
+
```
|
462 |
+
|
463 |
## 致谢
|
464 |
|
465 |
**我们对 [Chinese-Alpaca-2](https://github.com/ymcui/Chinese-LLaMA-Alpaca-2) 和 [Atom](https://github.com/FlagAlpha/Llama2-Chinese) 的相关项目和研究开发人员表示衷心的感谢!**
|