mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2025-08-31 12:00:23 +00:00

* Use instance tokenizer * consistency updates --------- Co-authored-by: Sebastian Raschka <mail@sebastianraschka.com>
Alternative Weight Loading
This folder contains alternative weight loading strategies in case the weights become unavailable from Open AI.
- weight-loading-hf-transformers.ipynb: contains code to load the weights from the Hugging Face Model Hub via the
transformers
library