gpt-2-simple
gpt-2-simple copied to clipboard
Fixes "List index out of range" error
It was choking on empty lines that returned a value of []. Checking to see if they're not [] (which is Falsy) prevents this and allows loading of CSVs with empty rows (it will skip them).
Bump? I'm running into this issue right now.