diff --git a/README.md b/README.md index 894092eb..53d063c0 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,10 @@ If the user wants to manually start a frontend page, you need to enter the follo python -m dingo.run.vsl --input xxx ``` -The input followed is the directory of the quality inspection results. Users need to ensure that there is a summary.json file when the directory is opened. +The input followed is the directory of the quality inspection results. Users need to ensure that there is a summary.json file when the directory is opened. Frontend page of output looks like:![GUI output](docs/assets/dingo_gui.png) + +## Online Demo +Try dingo on our online demo: [(Hugging Face)🤗](https://huggingface.co/spaces/DataEval/dingo) # Feature List @@ -275,6 +278,7 @@ If you find this project useful, please consider citing our tool: ``` @misc{dingo, title={Dingo: A Comprehensive Data Quality Evaluation Tool for Large Models}, + author={Dingo Contributors}, howpublished={\url{https://github.com/DataEval/dingo}}, year={2024} } diff --git a/README_zh-CN.md b/README_zh-CN.md index 2236aa3a..33671c53 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -98,7 +98,12 @@ $ cat test/data/config_gpt.json python -m dingo.run.vsl --input xxx ``` -input之后跟随的是质检结果的目录,用户需要确保目录打开后其中有summary.json文件 +input之后跟随的是质检结果的目录,用户需要确保目录打开后其中有summary.json文件。 +前端页面输出效果如下:![GUI output](docs/assets/dingo_gui.png) + +## 5.在线demo + +尝试使用我们的在线demo: [(Hugging Face)🤗](https://huggingface.co/spaces/DataEval/dingo) # 三、功能列表 @@ -274,6 +279,7 @@ If you find this project useful, please consider citing our tool: ``` @misc{dingo, title={Dingo: A Comprehensive Data Quality Evaluation Tool for Large Models}, + author={Dingo Contributors}, howpublished={\url{https://github.com/DataEval/dingo}}, year={2024} } diff --git a/docs/assets/dingo_gui.png b/docs/assets/dingo_gui.png new file mode 100644 index 00000000..72c463e9 Binary files /dev/null and b/docs/assets/dingo_gui.png differ