facebookresearch / StarSpace

Learning embeddings for classification, retrieval and ranking.
MIT License
3.93k stars 528 forks source link

Text classification with universal language models #236

Open mghmgh1281375 opened 5 years ago

mghmgh1281375 commented 5 years ago

Does the StarSpace have the potential to transfer learning from the universal language model to a text classification task?

ledw commented 5 years ago

@mghmgh1281375 Hi, yes you can use StarSpace for that. You can get the output from universal language model and use StarSpace for classification task.