PITTI commited on
Commit
44e317f
·
verified ·
1 Parent(s): d819442

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -74,7 +74,7 @@ const result = await generator(prompt, { max_new_tokens: 512, do_sample: false})
74
  console.log(result);
75
  ```
76
 
77
- You can then append new messages to continue the game. See Will Brown's [Wordle dataset](https://huggingface.co/datasets/willcb/V3-wordle) for details on the expecte feedback format
78
 
79
  ## Next steps
80
  The objective of this project was to assess if a LLM model can beat the [shannon-entropy-based algorithm](https://github.com/pappitti/wordle-battle-research). It seems unlikely, in particular if we set compute constraints at inference.
 
74
  console.log(result);
75
  ```
76
 
77
+ You can then append new messages to continue the game. See Will Brown's [Wordle dataset](https://huggingface.co/datasets/willcb/V3-wordle) for details on the expected feedback format
78
 
79
  ## Next steps
80
  The objective of this project was to assess if a LLM model can beat the [shannon-entropy-based algorithm](https://github.com/pappitti/wordle-battle-research). It seems unlikely, in particular if we set compute constraints at inference.