Skip to content

Commit

Permalink
337 fix typo (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreshazard authored Jan 29, 2020
1 parent 90acf67 commit 0121390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdqa/utils/converters.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def df2squad(df, squad_version="v1.1", output_dir=None, filename=None):

def generate_squad_examples(question, best_idx_scores, metadata, retrieve_by_doc):
"""
Creates a SQuAD examples json object for a given for a given question using outputs of retriever and document database.
Creates a SQuAD examples json object for a given question using outputs of retriever and document database.
Parameters
----------
Expand Down

0 comments on commit 0121390

Please sign in to comment.