Skip to content

Commit

Permalink
Merge pull request #3 from evannorstrand-mp/master
Browse files Browse the repository at this point in the history
  • Loading branch information
kyegomez authored May 25, 2023
2 parents 8a7db7f + 35a4bcb commit 2be5432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Andromeda/build_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class CFG:
DATASET_NAME: str = "EleutherAI/the_pile_deduplicated"

def built_dataset(args):
tokenizer = AutoTokenizer.from_pretrained(CFG.Tokenizer)
tokenizer = AutoTokenizer.from_pretrained(CFG.TOKENIZER)
train_dataset = load_dataset(CFG.DATASET_NAME, split="train")


Expand Down

0 comments on commit 2be5432

Please sign in to comment.