This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # frozen_string_literal: true | |
| # MicroGPT in Ruby — optimized version | |
| # Original Python by @karpathy, Ruby port + optimizations | |
| require 'open-uri' | |
| srand(42) | |
| unless File.exist?('input.txt') | |
| names_url = 'https://raw.githubusercontent.com/karpathy/makemore/988aa59/names.txt' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <p id="<%= dom_id(message) %>"> | |
| <%= message.body %> | |
| </p> |