From e37f30a7ccdc629a0512e148b6ff31ccfaa058f4 Mon Sep 17 00:00:00 2001 From: Ronan Le Bras Date: Thu, 12 Mar 2020 14:24:54 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2f6c1ea..36953f7 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ To run a generation experiment (either conceptnet or atomic), follow these instr First clone, the repo: ``` -git clone https://github.com/atcbosselut/comet.git +git clone https://github.com/allenai/comet-public.git cd comet ``` @@ -58,4 +58,4 @@ demo_model = DemoModel("/path/to/pretrained_model") demo_model.predict("man with axe", "CapableOf", "beam-10") -``` \ No newline at end of file +```