mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2025-10-09 13:40:09 +03:00
add source for words_alpha.txt
This commit is contained in:
@@ -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))"
|
||||
|
||||
Reference in New Issue
Block a user