From 0c9bae09340dd8c6fdf6aa2ea5637e956efe0f7c Mon Sep 17 00:00:00 2001 From: Sylvain Gugger <35901082+sgugger@users.noreply.github.com> Date: Thu, 12 Nov 2020 22:39:57 -0500 Subject: [PATCH] Remove typo --- src/transformers/data/metrics/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/transformers/data/metrics/__init__.py b/src/transformers/data/metrics/__init__.py index 05a1b2e89a..df4aa38ff3 100644 --- a/src/transformers/data/metrics/__init__.py +++ b/src/transformers/data/metrics/__init__.py @@ -28,7 +28,7 @@ if is_sklearn_available(): DEPRECATION_WARNING = ( "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: " - "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" )