"docker/vscode:/vscode.git/clone" did not exist on "ce2fef2ad278cd72748dfe5b049b4d58569e3d9a"
Unverified Commit 18adc40d authored by Angus L'Herrou's avatar Angus L'Herrou Committed by GitHub
Browse files

replace reference to Datasets in metrics deprecation with Evaluate (#19812)

parent 0b59ecde
......@@ -26,7 +26,7 @@ if is_sklearn_available():
DEPRECATION_WARNING = (
"This metric will be removed from the library soon, metrics should be handled with the 🤗 Datasets "
"This metric will be removed from the library soon, metrics should be handled with the 🤗 Evaluate "
"library. You can have a look at this example script for pointers: "
"https://github.com/huggingface/transformers/blob/main/examples/pytorch/text-classification/run_glue.py"
)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment