Skip to content

FileNotFoundError #10

@SidneyRey

Description

@SidneyRey

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions