mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-19 12:58:07 +00:00
add source for words_alpha.txt
This commit is contained in:
parent
7bec310591
commit
df8a7893dc
1 changed files with 1 additions and 0 deletions
|
|
@ -42,6 +42,7 @@
|
|||
}
|
||||
],
|
||||
"source": [
|
||||
"# The file `words_alpha.txt` has been obtained from https://github.com/dwyl/english-words \n",
|
||||
"with open(\"./reasoning_gym/data/words_alpha.txt\") as f:\n",
|
||||
" words = f.read().splitlines()\n",
|
||||
"print(len(words))"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue