From 1650130b0fd71eb80380c47c8ffed89d49ff3481 Mon Sep 17 00:00:00 2001 From: Lysandre Date: Mon, 7 Sep 2020 14:16:59 +0200 Subject: [PATCH] Remove misleading docstring --- examples/text-classification/run_glue.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/text-classification/run_glue.py b/examples/text-classification/run_glue.py index cf9b765a82..61776b2056 100644 --- a/examples/text-classification/run_glue.py +++ b/examples/text-classification/run_glue.py @@ -13,7 +13,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -""" Finetuning the library models for sequence classification on GLUE (Bert, XLM, XLNet, RoBERTa, Albert, XLM-RoBERTa).""" +""" Finetuning the library models for sequence classification on GLUE.""" import dataclasses