From 5d5e8a8f4b872195f622a51401e4a4933811942e Mon Sep 17 00:00:00 2001 From: lz <87795401+echo840@users.noreply.github.com> Date: Wed, 17 Jan 2024 22:58:54 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95b3d7d..89f256e 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ You can find the results of Large Multimodal Models in **[OCRBench Leaderboard]( # Evaluation -The test code for the testing models in paper can be found in [scripts](./scripts). If you want to evaluate other models, please edit the "TODO" things in [example](./example.py). +The test code for evaluating models in the paper can be found in [scripts](./scripts). If you want to evaluate other models, please edit the "TODO" things in [example](./example.py). Example evaluation scripts: ```python