We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 818878d commit 1fb3617Copy full SHA for 1fb3617
src/transformers/data/metrics/__init__.py
@@ -28,7 +28,7 @@
28
DEPRECATION_WARNING = (
29
"This metric will be removed from the library soon, metrics should be handled with the 🤗 Datasets "
30
"library. You can have a look at this example script for pointers: "
31
- "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"
32
)
33
34
0 commit comments