-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bleu does not exist #26
Comments
Hello! Thank you for your contribution! I'd like to ask you what is the reason for this error reported when I'm doing a formula assessment and bleu is selected in the metrics |
Please check the version of evaluate. pip list | grep evaluate
# output: evaluate 0.4.3 |
(omnidocbench) ysh@ubuntu:/data1/doc_data/ysh/OmniDocBench$ pip list | grep evaluate |
Can you show me your end2end.yaml? |
recogition_eval: |
end2end.yaml |
Please check your proxy. It's HTTPS connection issue. Make sure you can connect HuggingFace. |
OK,i will try,thank you very much!
…---- Replied Message ----
| From | Linke ***@***.***> |
| Date | 02/13/2025 16:15 |
| To | opendatalab/OmniDocBench ***@***.***> |
| Cc | jiangsufirstlove ***@***.***>,
Author ***@***.***> |
| Subject | Re: [opendatalab/OmniDocBench] bleu does not exist (Issue #26) |
Please check your proxy. It's HTTPS connection issue. Make sure you can connect HuggingFace.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
I could connect to the HF, but still with the same problem... |
You can download BLEU from Huggingface. Then change the code in OmniDocBench/metrics/cal_metric.py Line 100 in f41a4ec
bleu = evaluate.load('/your/download/path/') |
thank you very much!
…---- Replied Message ----
| From | Linke ***@***.***> |
| Date | 02/27/2025 22:08 |
| To | opendatalab/OmniDocBench ***@***.***> |
| Cc | jiangsufirstlove ***@***.***>,
Author ***@***.***> |
| Subject | Re: [opendatalab/OmniDocBench] bleu does not exist (Issue #26) |
You can download BLEU from Huggingface.
Then change the code in https://github.com/opendatalab/OmniDocBench/blob/f41a4ecb017844e9af67622ac4e18266b1352206/metrics/cal_metric.py#L100 to
bleu=evaluate.load('/your/download/path/')
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
ouyanglinke left a comment (opendatalab/OmniDocBench#26)
You can download BLEU from Huggingface.
Then change the code in https://github.com/opendatalab/OmniDocBench/blob/f41a4ecb017844e9af67622ac4e18266b1352206/metrics/cal_metric.py#L100 to
bleu=evaluate.load('/your/download/path/')
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
FileNotFoundError: Couldn't find a module script at /data1/doc_data/ysh/OmniDocBench/bleu/bleu.py. Module 'bleu' doesn't exist on the Hugging Face Hub either.
The text was updated successfully, but these errors were encountered: