SYMBOL INDEX (21 symbols across 4 files) FILE: comparison/encode_input.py function bytes_to_unicode (line 47) | def bytes_to_unicode(): function get_pairs (line 60) | def get_pairs(word): class Encoder (line 72) | class Encoder: method __init__ (line 73) | def __init__(self, encoder, bpe_merges): method bpe (line 81) | def bpe(self, token): method encode (line 118) | def encode(self, text): function get_encoder (line 126) | def get_encoder(): function main (line 134) | def main(prompt: str, n_tokens_to_generate: int = 40): FILE: create_model.py function download_gpt2_files (line 47) | def download_gpt2_files(model_size, model_dir): function load_gpt2_params_from_tf_ckpt (line 77) | def load_gpt2_params_from_tf_ckpt(tf_ckpt_path, hparams): function load_encoder_hparams_and_params (line 102) | def load_encoder_hparams_and_params(model_size, models_dir): function convert (line 117) | def convert(params, n_head, n_ctx, idx, decoder_txt, function load_decoder (line 211) | def load_decoder(filename): function load_vocab (line 223) | def load_vocab(filename): function decoder_idx (line 229) | def decoder_idx(decoder): function bytes_to_unicode (line 239) | def bytes_to_unicode(): function main (line 260) | def main(model_size: str = "124M", models_dir: str = "models"): FILE: linalg_accelerate.c function acc_sgemm (line 9) | void acc_sgemm(int m, int n, int k, float *A, float *B, float *C) { function acc_sgemm_t (line 16) | void acc_sgemm_t(int m, int n, int k, float *A, float *B, float *C) { FILE: linalg_openblas.c function acc_sgemm (line 6) | void acc_sgemm(int m, int n, int k, float *A, float *B, float *C) { function acc_sgemm_t (line 13) | void acc_sgemm_t(int m, int n, int k, float *A, float *B, float *C) {