Skip to content

Commit

Permalink
add description
Browse files Browse the repository at this point in the history
  • Loading branch information
Yondijr committed Jan 11, 2021
1 parent 52536bd commit 1d867a6
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.


<img src="placeholder.png" alt="drawing" width="200"/>

## Getting Started
Expand All @@ -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.


Expand Down

0 comments on commit 1d867a6

Please sign in to comment.