Skip to content

Commit

Permalink
Finalize readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
pomonam committed Jun 26, 2024
1 parent 38bb08a commit 2b736bb
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,17 @@ Alternatively, navigate to each example folder and run `pip install -r requireme

Our examples cover the following tasks:

<div align="center">

| Task | Example datasets |
|----------------------|:------------------------:|
| Regression | UCI |
| Image Classification | CIFAR-10 / ImageNet |
| Text Classification | GLUE |
| Multiple-Choice | SWAG |
| Language Modeling | WikiText-2 / Openwebtext |
| Language Modeling | WikiText-2 / OpenWebText |

</div>

These examples demonstrate various use cases of Kronfluence, including the implementation of AMP (Automatic Mixed Precision) and DDP (Distributed Data Parallel).
Many examples aim to replicate the settings used in [our paper](https://arxiv.org/abs/2405.12186).
These examples demonstrate various use cases of Kronfluence, including the usage of AMP (Automatic Mixed Precision) and DDP (Distributed Data Parallel).
Many examples aim to replicate the settings used in [our paper](https://arxiv.org/abs/2405.12186). If you would like to see more examples added to this repository, please leave an issue.

0 comments on commit 2b736bb

Please sign in to comment.