Remove typo

This commit is contained in:
Sylvain Gugger
2020-11-12 22:39:57 -05:00
committed by GitHub
parent 5d80539488
commit 0c9bae0934

View File

@@ -28,7 +28,7 @@ if is_sklearn_available():
DEPRECATION_WARNING = ( 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 🤗 Datasets "
"library. You can have a look at this example script for pointers: " "library. You can have a look at this example script for pointers: "
"https://github.com/huggingface/transformers/blob/master/examples/text-classification/run_glue.py", "https://github.com/huggingface/transformers/blob/master/examples/text-classification/run_glue.py"
) )