Fixing the commentary of the SquadExample class.

This commit is contained in:
Grégory Châtel
2018-12-06 13:14:33 +01:00
parent 3ba5470eb8
commit fa7daa247d

View File

@@ -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,