mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 12:33:42 +00:00
basepath
This commit is contained in:
@@ -286,6 +286,8 @@ if __name__ == "__main__":
|
||||
# Instantiate dataloaders
|
||||
###############################
|
||||
|
||||
base_path = Path(".")
|
||||
|
||||
tokenizer = tiktoken.get_encoding("gpt2")
|
||||
|
||||
train_dataset = None
|
||||
|
||||
Reference in New Issue
Block a user