|
|
|
|
|
by andygroundwater
1584 days ago
|
|
> It would never occur to me to create a programming library where you have the 'basic' open source version and the 'optimized' commercial version. It's occurred to plenty of others - look at the GPT-3 libraries or a few of the more advanced Deep Learning ones. |
|
Actually, even though training models is very expensive, most models are even available online for free! A large collection is on HuggingFace (including GPT-2, which is essentially a smaller GPT-3), and there are studies proving that the quality is essentially the same. You can literally just download and run them, pretty much like... a free library.