Example of 'hidden_test.csv' format for input file
GenTxt opened this issue · 2 comments
GenTxt commented
Have model and readme example working but encountering error when trying to read a 'one line - one sentence' .txt file
File "generate.py", line 147, in
for i, line in tqdm(f):
ValueError: too many values to unpack (expected 2))
Could you please provide the 'hidden_test.csv' and/or example of the .csv format used.
Cheers
orzhan commented
There was a bug in the file parser, please check the updated version. I've also added an example of an input file
GenTxt commented
Works 100% now. Closing issue.
Cheers