From 8dc6dddf8d8ddce49a0221f090f854aca389e9bf Mon Sep 17 00:00:00 2001 From: Deep145757 <146447579+Deep145757@users.noreply.github.com> Date: Sun, 29 Oct 2023 14:59:41 +0530 Subject: [PATCH] doc(README): remove typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3be4aa5..bcb02aa 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ The code runs using PyTorch. * The method and interface can be found in `/rewrite` * Notebooks are in `/notebooks`: see `rewriting-interface.ipynb` for the demonstration UI. * Quantitative experiments in `/metrics`, dissection utilities in `/utils`. - Experiments from section 5.1 can be repoduced by `/experiments.sh`, + Experiments from section 5.1 can be reproduced by `/experiments.sh`, and section 5.2 can be reproduced by `/watermarks.sh`. The experiment in section 5.3 runs in ithe notebook `/notebooks/reflection-rule-change.ipynb`.