mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-05-02 17:45:58 +00:00
added qwen2.5
This commit is contained in:
parent
d9075a2806
commit
5e41e61058
2 changed files with 37 additions and 29 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue