idiomify / main_upload_idiom2context.py
eubinecto
saving this branch
207cddf
raw
history blame
123 Bytes
"""
Build and upload an idiom2context dataset to wandb.
"""
def main():
pass
if __name__ == '__main__':
main()