birch
birch copied to clipboard
How to use interactive mode?
In interactive mode we're supposed to give the arg --interactive_name what is that supposed to be?
Hello @fciannel, thanks for your interest! --interactive_name
is the name of the output file for your interactive query. For example --interactive_name black_bear_attacks
will direct the output sentences to a file called black_bear_attacks.csv
under path/to/data/datasets
.
Hello @zeynepakkalyoncu thanks for your reply. What I have noticed looking into the code is that the --interactive_name loads a file which by default is called query_sents.csv, which expects four fields, and loads it into the DataGenerator. That's what confused me in the description. Could you elaborate more on how the interactive mode is supposed to work and eventually give a step by step example? Thanks a lot!