LLMs-from-scratch/ch05/02_alternative_weight_loading
Sebastian Raschka 72a073bbbf
Remove leftover instances of self.tokenizer (#201)
* Remove leftover instances of self.tokenizer

* add endoftext token
2024-06-08 14:57:34 -05:00
..
2024-05-25 10:44:12 -05:00

Alternative Approaches to Loading Pretrained Weights

This folder contains alternative weight loading strategies in case the weights become unavailable from OpenAI.