From 74daf1f954d88f1c2773d19ec11ae6dd1fa30233 Mon Sep 17 00:00:00 2001 From: Simon Brandeis <33657802+SBrandeis@users.noreply.github.com> Date: Mon, 14 Dec 2020 15:12:27 +0100 Subject: [PATCH] Fixed a broken link in documentation (#9101) --- docs/source/bertology.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/bertology.rst b/docs/source/bertology.rst index 85a7af7b8c..dde044f438 100644 --- a/docs/source/bertology.rst +++ b/docs/source/bertology.rst @@ -34,5 +34,5 @@ help people access the inner representations, mainly adapted from the great work in https://arxiv.org/abs/1905.10650. To help you understand and use these features, we have added a specific example script: `bertology.py -`_ while extract -information and prune a model pre-trained on GLUE. +`_ while +extract information and prune a model pre-trained on GLUE.