Skip to content

Commit

Permalink
refactor(mwe_unify.py): test other models
Browse files Browse the repository at this point in the history
  • Loading branch information
OscarArroyoVega committed Jul 19, 2024
1 parent 77121a3 commit 9245710
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions mwe_unify.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,11 @@ def forward(self, question) -> str:
model.inspect_history(n=1)

print(
"""Done! This example showcases how to set up your environment, define a custom module,
compile a model, and rigorously evaluate its performance using the provided dataset and teleprompter configurations.
"""Great!!
With this example you have done the following:
1. set up your environment,
2. define a custom module,
3. compile a model,
4. rigorously evaluate its performance using the provided dataset and teleprompter configurations.
""",
)

0 comments on commit 9245710

Please sign in to comment.