utterworks / fast-bert

Super easy library for BERT based NLP models
Apache License 2.0
1.87k stars 341 forks source link

Does fast bert support dataframe as train, test, val rather than CSV? #157

Open taiwotman opened 4 years ago

taiwotman commented 4 years ago

I was wondering if fast Bert support or would in future support pandas data frame as train, test, validation input rather than just CSV files for the same purpose?

kaushaltrivedi commented 4 years ago

Not at the moment. But it uses dataframe internally. So it’s a relatively easy feature to add. Why don’t you submit a PR.