mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2025-08-10 09:43:05 +00:00

* fixed path arg for create_dataset_csvs() * updated assign_check() to remove user warning
Alternative Approaches to Loading Pretrained Weights
This folder contains alternative weight loading strategies in case the weights become unavailable from OpenAI.
- weight-loading-hf-transformers.ipynb: contains code to load the weights from the Hugging Face Model Hub via the
transformers
library