From fa7daa247d6dde0e68af418beaf14d3e04dcd0b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9gory=20Ch=C3=A2tel?= Date: Thu, 6 Dec 2018 13:14:33 +0100 Subject: [PATCH] Fixing the commentary of the `SquadExample` class. --- examples/run_squad.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/run_squad.py b/examples/run_squad.py index 041a51a879..e47730043e 100644 --- a/examples/run_squad.py +++ b/examples/run_squad.py @@ -45,7 +45,7 @@ logger = logging.getLogger(__name__) class SquadExample(object): - """A single training/test example for simple sequence classification.""" + """A single training/test example for the Squad dataset.""" def __init__(self, qas_id,