rasbt-LLMs-from-scratch/ch05/02_alternative_weight_loading
Daniel Kleine ef40f2f9ad
minor bug fixes (#207)
* fixed path arg for create_dataset_csvs()

* updated assign_check() to remove user warning
2024-06-12 06:27:56 -05:00
..
previous_chapters.py Remove leftover instances of self.tokenizer (#201) 2024-06-08 14:57:34 -05:00
README.md Make header more clear 2024-05-25 10:44:12 -05:00
weight-loading-hf-transformers.ipynb minor bug fixes (#207) 2024-06-12 06:27:56 -05:00

Alternative Approaches to Loading Pretrained Weights

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