From 1d867a6e5edd3c1ef3dde0c1bdd445ec62f350fb Mon Sep 17 00:00:00 2001 From: Yondijr Date: Mon, 11 Jan 2021 21:16:01 +0100 Subject: [PATCH] add description --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ae1aa24..284c565 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # On-grammar-improvements-of-GPT-2-generation -This repository includes the complete code for the paper XXXX. The purpose of this repository is to make the conducted experiments reproducable and give additional insights. +This repository includes the complete code for the paper XXXX. The purpose of this repository is to make the + conducted experiments reproducable and give additional insights. + + drawing ## Getting Started @@ -27,6 +30,14 @@ To install dependencies simply run ``` pip install -r requirements.txt ``` + +To rebuild the missing empty folders for external resources and saves simply run + +``` +python create_empty_folders.py +``` + + You should be good to go.