"...git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "08939cfdf7114a06c8c307bcd45d527a5715977b"
Unverified Commit 5c858448 authored by Thomas Wolf's avatar Thomas Wolf Committed by GitHub
Browse files

Merge pull request #94 from rodgzilla/fixing-squad-commentary

Fixing the commentary of the `SquadExample` class.
parents 3ba5470e fa7daa24
...@@ -45,7 +45,7 @@ logger = logging.getLogger(__name__) ...@@ -45,7 +45,7 @@ logger = logging.getLogger(__name__)
class SquadExample(object): class SquadExample(object):
"""A single training/test example for simple sequence classification.""" """A single training/test example for the Squad dataset."""
def __init__(self, def __init__(self,
qas_id, qas_id,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment