Skip to content

Commit

Permalink
Merge pull request huggingface#571 from MottoX/patch-1
Browse files Browse the repository at this point in the history
Fix documentation typo
  • Loading branch information
thomwolf authored May 8, 2019
2 parents 3ae8c8b + 18c8aef commit 50fa92c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/run_classifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ def _create_examples(self, lines, set_type):


class QqpProcessor(DataProcessor):
"""Processor for the STS-B data set (GLUE version)."""
"""Processor for the QQP data set (GLUE version)."""

def get_train_examples(self, data_dir):
"""See base class."""
Expand Down Expand Up @@ -306,7 +306,7 @@ def _create_examples(self, lines, set_type):


class QnliProcessor(DataProcessor):
"""Processor for the STS-B data set (GLUE version)."""
"""Processor for the QNLI data set (GLUE version)."""

def get_train_examples(self, data_dir):
"""See base class."""
Expand Down

0 comments on commit 50fa92c

Please sign in to comment.