Browse Source

[FIX, DOC] Update ZH Citation

main
bxdd GitHub 1 year ago
parent
commit
39c9fe97e2
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 13 additions and 6 deletions
  1. +13
    -6
      README_zh.md

+ 13
- 6
README_zh.md View File

@@ -401,14 +401,21 @@ feature_augment_predict_y = reuse_feature_augment.predict(user_data=test_x)
如果你在研究或工作中使用了我们的项目,请引用下述论文,感谢你的支持! 如果你在研究或工作中使用了我们的项目,请引用下述论文,感谢你的支持!


```bibtex ```bibtex
@article{zhou2022learnware,
@article{zhou2024learnware,
title = {Learnware: Small models do big},
author = {Zhou, Zhi-Hua and Tan, Zhi-Hao}, author = {Zhou, Zhi-Hua and Tan, Zhi-Hao},
title = {Learnware: Small Models Do Big},
journal = {SCIENCE CHINA Information Sciences},
year = {2024},
journal = {Science China Information Sciences},
volume = {67}, volume = {67},
number = {1}, number = {1},
pages = {1--12},
pages = {112102},
year = {2024}
}

@article{tan2024beimingwu,
title = {Beimingwu: A learnware dock system},
author = {Tan, Zhi-Hao and Liu, Jian-Dong and Bi, Xiao-Dong and Tan, Peng and Zheng, Qin-Cheng and Liu, Hai-Tian and Xie, Yi and Zou, Xiao-Chuan and Yu, Yang and Zhou, Zhi-Hua},
journal = {arXiv preprint arXiv:2401.14427},
year = {2024}
} }
``` ```


@@ -420,4 +427,4 @@ feature_augment_predict_y = reuse_feature_augment.predict(user_data=test_x)


## 关于我们 ## 关于我们


`learnware` 由 LAMDA 北冥坞研发团队开发和维护,更多信息可参考:[团队简介](https://docs.bmwu.cloud/zh-CN/about-us.html)。
`learnware` 由 LAMDA 北冥坞研发团队开发和维护,更多信息可参考:[团队简介](https://docs.bmwu.cloud/zh-CN/about-us.html)。

Loading…
Cancel
Save