mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-05-03 17:53:26 +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": [
|
"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",
|
"with open(\"./reasoning_gym/data/words_alpha.txt\") as f:\n",
|
||||||
" words = f.read().splitlines()\n",
|
" words = f.read().splitlines()\n",
|
||||||
"print(len(words))"
|
"print(len(words))"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue