Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
Fix name of variable in docstring (#252)
Browse files Browse the repository at this point in the history
Co-authored-by: Akshita Bhagia <[email protected]>
  • Loading branch information
nelson-liu and AkshitaB committed Apr 20, 2021
1 parent d18c837 commit 5012f23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class SnliReader(DatasetReader):
If False, represent the premise and the hypothesis as separate fields in the instance.
If True, tokenize them together using `tokenizer.tokenize_sentence_pair()`
and provide a single `tokens` field in the instance.
combine_input_fields : `bool`, optional (default=`False`)
collapse_labels : `bool`, optional (default=`False`)
If `True`, the "neutral" and "contradiction" labels will be collapsed into "non-entailment";
"entailment" will be left unchanged.
"""
Expand Down

0 comments on commit 5012f23

Please sign in to comment.