Skip to content

Commit

Permalink
added notebook to parse ACS results
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreFCruz committed Jul 1, 2024
1 parent ccb3f19 commit d67fad5
Show file tree
Hide file tree
Showing 3 changed files with 815 additions and 1 deletion.
9 changes: 9 additions & 0 deletions notebooks/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Example notebooks using `folktexts`

| File | Description |
| ---- | ----------- |
| [minimal-example.ipynb](minimal-example.ipynb) | A minimal example of how to use `folktexts` to evaluate model calibration and other statistics. |
| [run-benchmark.ipynb](run-benchmark.ipynb) | Running an ACS benchmark on a given LLM. |
| [parse-acs-results.ipynb](parse-acs-results.ipynb) | Aggregates and parses all ACS benchmark results saved under a given directory. |
<!-- | [parse-feat-imp-results.ipynb](parse-feat-imp-results.ipynb) | Aggregates and parses all feature importance results saved under a given directory. |
| [paper-plots.ipynb](paper-plots.ipynb) | Generate paper plots using benchmark results. | -->
Loading

0 comments on commit d67fad5

Please sign in to comment.