HazyResearch / evaporate

This repo contains data and code for the paper "Language Models Enable Simple Systems for Generating Structured Views of Heterogeneous Data Lakes"
475 stars 45 forks source link

Fix incorrect usage for arg bool #10

Open vincent-pli opened 1 year ago

vincent-pli commented 1 year ago

Seems the usage with argparse 's bool arguments is not correct, make the do_end_to_end always Ture. fix use_dynamic_backoff either, same problem

vincent-pli commented 1 year ago

@simran-arora