Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 543 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 543 Bytes

Code for generating machine learning ideas using machine learning.

It accompanies the article where I explain how to generate style specific text using transfer learning on a pre-trained language model.

It uses a pre-trained language model on a small dataset (corpus: one of 2500 sentences of machine learning ideas, the other one of 5000 sentences of philosophy quotes).

Requires

  • FastAI v1
  • PyTorch v1
  • Pandas