huggingface / huggingface/evaluate

FileNotFoundError: Couldn't find a module script at /workspace/weiw13@xiaopeng.com/VLM/evaluate/meteor/meteor.py. Module 'meteor' doesn't exist on the Hugging Face Hub either.

Open
#723 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
2.5k
Forks
341
PR merge metrics
No merged PRs in 30d

Description

I installed by git clone method and pip install -e ., it also got an issue:
`# FileNotFoundError
python -c "import evaluate; print(evaluate.load('meteor').compute(references=['hello'], predictions=['hello']))"
# work
python -c "import evaluate; print(evaluate.load('/workspace/evaluate/metrics/meteor/meteor.py').compute(references=['hello'], predictions=['hello']))"`
I installed the evaluate vision is evaluate-0.4.7.dev0

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.