From 0f4a2b045e6e80cb9dea278c9a762e2f4b44fbce Mon Sep 17 00:00:00 2001 From: "chen, suyue" Date: Tue, 11 Jun 2024 22:22:33 +0800 Subject: [PATCH] update docs (#26) Signed-off-by: chensuyue --- LEGAL_INFORMATION.md | 25 +++++++++++++++++++++++++ README.md | 6 ++++++ 2 files changed, 31 insertions(+) create mode 100644 LEGAL_INFORMATION.md diff --git a/LEGAL_INFORMATION.md b/LEGAL_INFORMATION.md new file mode 100644 index 00000000..677c12ec --- /dev/null +++ b/LEGAL_INFORMATION.md @@ -0,0 +1,25 @@ +# Legal Information + +1. [License](#license) +2. [Citation](#citation) + +## License + +Generative AI Evaluation is licensed under [Apache License Version 2.0](http://www.apache.org/licenses/LICENSE-2.0). +This software includes components that have separate copyright notices and licensing terms. +Your use of the source code for these components is subject to the terms and conditions of the following licenses. + +See the accompanying [license](/LICENSE) file for full license text and copyright notices. + +## Citation + +If you use Generative AI Evaluation in your research, use the following BibTeX entry. + +``` +@misc{Generative AI Evaluation, + author = {Chang Wang, Haihao Shen}, + title = {Generative AI Evaluation}, + howpublished = {\url{https://github.com/opea-project/GenAIEval}}, + year = {2024} +} +``` diff --git a/README.md b/README.md index 6c9caa5d..b8b13af9 100644 --- a/README.md +++ b/README.md @@ -118,3 +118,9 @@ args = BigcodeEvalParser( ) results = evaluate(args) ``` + +## Additional Content +- [Code of Conduct](https://github.com/opea-project/docs/tree/main/community/CODE_OF_CONDUCT.md) +- [Contribution](https://github.com/opea-project/docs/tree/main/community/CONTRIBUTING.md) +- [Security Policy](https://github.com/opea-project/docs/tree/main/community/SECURITY.md) +- [Legal Information](/LEGAL_INFORMATION.md)