added spell

This commit is contained in:
joesharratt1229 2025-03-25 04:01:20 +00:00
parent 47a2a7eab7
commit 06dab0e41d

View file

@ -34,7 +34,7 @@ class SpellBackwardDataset(ProceduralDataset):
super().__init__(config=config, seed=config.seed, size=config.size)
# Load and preprocess text
text = read_data_file("words3to10.txt")
text = read_data_file("in_the_year_2889.txt")
self.words = [
word.strip()
for word in text.splitlines()