aws / fmeval

Foundation Model Evaluations Library
http://aws.github.io/fmeval
Apache License 2.0
214 stars 46 forks source link

[Fix] Updated notebook rendering as suggested in issue 316 #320

Closed polaschwoebel closed 3 months ago

polaschwoebel commented 3 months ago

Issue #316

Some users experience issues rendering the radar plot in the model-comparison.ipynb notebook. This PR implements the requested fix.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

review-notebook-app[bot] commented 3 months ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

xiaoyi-cheng commented 3 months ago

Can you please remove the example_results folder? Thanks!

polaschwoebel commented 3 months ago

Can you please remove the example_results folder? Thanks!

Why? The idea behind this notebook is to show how to plot results, and by providing example results the user can do just that (without running the evaluations first). Note that the folder is also present in the current mainline. Please explain.