-
Notifications
You must be signed in to change notification settings - Fork 132
Description
Thank you for your open-source data!
I encountered an issue while testing my self-developed document parsing. The configuration is as follows:
end2end_eval:
metrics:
text_block:
metric:
- Edit_dist
- BLEU
- METEOR
display_formula:
metric:
- Edit_dist
- CDM
table:
metric:
- TEDS
- Edit_dist
reading_order:
metric:
- Edit_dist
dataset:
dataset_name: end2end_dataset
ground_truth:
# data_path: ./demo_data/omnidocbench_demo/OmniDocBench_demo.json
data_path: ./demo_data/OmniDocBench/OmniDocBench.json
prediction:
data_path: ./demo_data/hh_OmniDoc_res
match_method: quick_match
# filter:
# language: english
The error message is as follows:
raise FileNotFoundError(
FileNotFoundError: Couldn't find a module script at /data/source/ocr/OmniDocBench/bleu/bleu.py. Module 'bleu' doesn't exist on the Hugging Face Hub either.
Could you please advise on how to resolve this?site-packages/evaluate/loading.py", line 681, in evaluation_module_factory