From d07db28f52b4faf6769d6b7b454c950ec02dc641 Mon Sep 17 00:00:00 2001 From: Weixin Wang <6220861+MottoX@users.noreply.github.com> Date: Sun, 31 Mar 2019 01:20:18 +0800 Subject: [PATCH] Fix typo in example code Modify 'unambigiously' to 'unambiguously' --- examples/run_classifier.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/run_classifier.py b/examples/run_classifier.py index d79c2526b0..751d581ad9 100644 --- a/examples/run_classifier.py +++ b/examples/run_classifier.py @@ -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