Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
melvinebenezer authored Apr 6, 2024
1 parent d74e8d5 commit 845b79b
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 @@ -27,7 +27,7 @@ this context 😊

for i, sample in enumerate(liah.getSample()):
# test the sample text with your model
output = llm.generate([sample["prompt"], sampling_params)[0]
output = llm.generate([sample["prompt"]], sampling_params)[0]
liah.update(sample, output.outputs[0].text)
plotFilePath = liah.evaluate()

Expand Down

0 comments on commit 845b79b

Please sign in to comment.