n-waves / multifit

The code to reproduce results from paper "MultiFiT: Efficient Multi-lingual Language Model Fine-tuning" https://arxiv.org/abs/1909.04761
MIT License
282 stars 56 forks source link

Train on my own data #59

Closed wonderfultina closed 4 years ago

wonderfultina commented 4 years ago

Hi, I want to ask a question,how can i train my own data ? Thanks.

sebastianruder commented 4 years ago

Hi Catherine, we're just in the process of merging an example that shows how to do this. In the meantime, you can have a look at PR https://github.com/n-waves/multifit/pull/57

eisenjulian commented 4 years ago

Closing this at the moment. The examples in the notebooks folder are good starting points, the data is located as a train.csv and a test.csv file in the same folder.