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
- 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
Assessment
This issue has not been assessed yet.