Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
timvieira authored Jun 20, 2024
1 parent 75fff1b commit 01d488c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ make env # install dependencies in current env
... start: "Sequential Monte Carlo is " ( "good" | "bad" )
... """
>>> m = InferenceSetup('gpt2', grammar, proposal_name='character')
>>> m(' ', n_particles=15))
>>> m(' ', n_particles=15)
{
'Sequential Monte Carlo is good▪': 0.7770842914205952,
'Sequential Monte Carlo is bad▪': 0.22291570857940482,
Expand Down

0 comments on commit 01d488c

Please sign in to comment.