From 1bb64f5ccd474a17bc5ff570c08e60a64609653b Mon Sep 17 00:00:00 2001 From: Juhan Bae Date: Sat, 13 Jul 2024 00:21:27 -0400 Subject: [PATCH] Update README.md --- examples/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/README.md b/examples/README.md index 328a50f..ba6e242 100644 --- a/examples/README.md +++ b/examples/README.md @@ -24,10 +24,10 @@ Our examples cover the following tasks: | Image Classification | CIFAR-10 & ImageNet | | Text Classification | GLUE | | Multiple-Choice | SWAG | -| Summarization | DNN/DailyMail | +| Summarization | CNN/DailyMail | | Language Modeling | WikiText-2 & OpenWebText | 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. \ No newline at end of file +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.