Skip to content

Commit

Permalink
Fix typo in example code
Browse files Browse the repository at this point in the history
Modify 'unambigiously' to 'unambiguously'
  • Loading branch information
MottoX authored Mar 30, 2019
1 parent ec5c1d6 commit d07db28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/run_classifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ def convert_examples_to_features(examples, label_list, max_seq_length,
# sequence or the second sequence. The embedding vectors for `type=0` and
# `type=1` were learned during pre-training and are added to the wordpiece
# embedding vector (and position vector). This is not *strictly* necessary
# since the [SEP] token unambigiously separates the sequences, but it makes
# since the [SEP] token unambiguously separates the sequences, but it makes
# it easier for the model to learn the concept of sequences.
#
# For classification tasks, the first vector (corresponding to [CLS]) is
Expand Down

0 comments on commit d07db28

Please sign in to comment.