Best of Better Programming — February 2023
- 1
- 2
- 3
- 4
Better Programming·3y
Is Google’s Flan-T5 Better Than OpenAI GPT-3?
Google's Flan-T5 is a language model that is being compared to OpenAI's GPT-3. Flan-T5 is an open-source transformer-based architecture that uses a text-to-text approach for NLP. It requires fewer parameters, can be trained faster, and is more accessible to the general public. It is also open source, making it accessible for anyone to use for their own projects.
- 5
Better Programming·3y
A Little Bit of Rust
The post explores a problem and its solution presented by Donald Knuth in the 80s, along with an alternative solution provided by Doug McIlroy. It discusses the shortcomings of the original solution and proposes improvements to optimize the algorithm. The post also provides the code in Rust to solve the problem efficiently.