From 001000558bb11737a0a80ba9446010399f3a1fc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=A9stor=20N=C3=A1poles=20L=C3=B3pez?= Date: Sat, 5 Feb 2022 21:19:59 -0500 Subject: [PATCH] Updating dataset link in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5aeb9c00..bd23830f 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ source .env/bin/activate If you don't care about generating your own synthetic training examples, use the accompanying `tsv` files, which include the real and synthetic training examples. ```bash -wget https://github.com/napulen/AugmentedNet/releases/download/v1.2.0/dataset.zip +wget https://github.com/napulen/AugmentedNet/releases/download/v1.2.2/dataset.zip unzip dataset.zip ```