huggingface / huggingface/evaluate

How to disable NLTK download information output?

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

Description

When I use "metoer" evlauator by:

import evaluate
meteor = evaluate.load('meteor')
meteor_score = meteor.compute(predictions=predictions, references=reference)

Every time it will output the nltk download information as following. Is there any way supported by evaluate lib to disable such?

Screen Shot 2023-05-18 at 13 09 33

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.