Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicates in generate_squad_examples() #114

Closed
fmikaelian opened this issue Apr 29, 2019 · 1 comment
Closed

Duplicates in generate_squad_examples() #114

fmikaelian opened this issue Apr 29, 2019 · 1 comment

Comments

@fmikaelian
Copy link
Collaborator

fmikaelian commented Apr 29, 2019

squad_examples = generate_squad_examples(question=question,
                                         closest_docs_indices=closest_docs_indices,
                                         metadata=df)
@andrelmfarias
Copy link
Collaborator

Solution to this issue proposed in #116

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment