diff --git a/README.md b/README.md index 737bdd6..bf52261 100644 --- a/README.md +++ b/README.md @@ -54,5 +54,5 @@ their works have all gone into the public domain, and their writing style is so different that GPTC can easily tell the difference, making it a good demonstration. -The raw model is in `twain_shakespeare_raw.json`; the compiled model is in -`twain_shakespeare.json`. +The raw model is in `models/raw.json`; the compiled model is in +`models/compiled.json`. diff --git a/twain_shakespeare.json b/models/compiled.json similarity index 100% rename from twain_shakespeare.json rename to models/compiled.json diff --git a/twain_shakespeare_raw.json b/models/raw.json similarity index 100% rename from twain_shakespeare_raw.json rename to models/raw.json