From 0a58e244a9103b379efd575b148e13ced6679542 Mon Sep 17 00:00:00 2001 From: Swapni Gupta <36130581+229Swapnil@users.noreply.github.com> Date: Sun, 15 Sep 2019 22:53:37 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32c129e..e61ef46 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,6 @@ Any existing KG embedding model can used in the CaRe framework. Codes for the fo ##### Run the main code: * After installing python dependencies, execute `sh setup.sh` to download pre-trained glove embeddings. (Experiments can be run without this step as well. In that case word vectors would get randomly initialized.) -* Move to the directory of corresponding to the choice of Base model and execute: python CaRe_main.py -CN LAN -dataset ReVerb45K. +* Move to the directory of corresponding to the choice of Base model and execute: `python CaRe_main.py -CN LAN -dataset ReVerb45K`.