added qwen2.5

This commit is contained in:
joesharratt1229 2025-03-25 07:44:00 +00:00
parent d9075a2806
commit 5e41e61058
2 changed files with 37 additions and 29 deletions

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("in_the_year_2889.txt")
text = read_data_file("words3to10.txt")
self.words = [
word.strip()
for word in text.splitlines()