Skip to content

Commit 05eeca9

Browse files
authored
Merge pull request #339 from shijinpjlab/dev_0126
feat: update front page jpg
2 parents e33b395 + 6551360 commit 05eeca9

File tree

6 files changed

+4
-6
lines changed

6 files changed

+4
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ python -m dingo.run.vsl --input output_directory
177177

178178
Where `output_directory` contains the evaluation results with a `summary.json` file.
179179

180-
![GUI output](docs/assets/dingo_gui.png)
180+
![GUI output](docs/assets/dingo_gui.jpg)
181181

182182
## Online Demo
183183
Try Dingo on our online demo: [(Hugging Face)🤗](https://huggingface.co/spaces/DataEval/dingo)

README_ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ python -m dingo.run.vsl --input output_directory
176176

177177
ここで`output_directory``summary.json`ファイルを含む評価結果が格納されているディレクトリです。
178178

179-
![GUI output](docs/assets/dingo_gui.png)
179+
![GUI output](docs/assets/dingo_gui.jpg)
180180

181181
## オンラインデモ
182182
オンラインデモでDingoをお試しください: [(Hugging Face)🤗](https://huggingface.co/spaces/DataEval/dingo)

README_zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ python -m dingo.run.vsl --input 输出目录
177177

178178
其中`输出目录`包含评估结果和`summary.json`文件。
179179

180-
![GUI output](docs/assets/dingo_gui.png)
180+
![GUI output](docs/assets/dingo_gui.jpg)
181181

182182
## 在线演示
183183
尝试我们的在线演示: [(Hugging Face)🤗](https://huggingface.co/spaces/DataEval/dingo)

docs/assets/dingo_gui.jpg

309 KB
Loading

examples/llm_and_rule/only_rule.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@
1515
},
1616
"executor": {
1717
"result_save": {
18-
"bad": True,
19-
"good": True,
20-
"raw": True,
18+
"merge": True,
2119
}
2220
},
2321
"evaluator": [

0 commit comments

Comments
 (0)