Skip to content

Commit

Permalink
📝 Fix minor issues in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
arxyzan committed Jun 12, 2024
1 parent df0ab1f commit b974921
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/tutorial/training/text_classification.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ class SentimentAnalysisDataset(TextClassificationDataset):
df = pd.read_csv(self.config.path)
return df


def _extract_labels(self):
"""
Extract label names, ids and build dictionaries.
Expand Down

0 comments on commit b974921

Please sign in to comment.