Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Bordt <[email protected]>
  • Loading branch information
sbordt authored May 28, 2024
1 parent a696da6 commit a9e5a59
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 @@ -98,7 +98,7 @@ travel and safety in this futuristic scenario.*
Instead of describing individual graphs, we can also ask the LLM to summarize the entire model. We can also ask for a summary in a given number of sentences.

```python
t2ebm.llm_describe_ebm(gpt4,
t2ebm.llm_describe_ebm('gpt-4-turbo-2024-04-09',
ebm,
dataset_description=dataset_description,
y_axis_description=y_axis_descripton)
Expand Down

0 comments on commit a9e5a59

Please sign in to comment.