From aceeef846fcfe5419834e8796817201b93eacd29 Mon Sep 17 00:00:00 2001 From: scoopgracie Date: Fri, 14 Aug 2020 16:24:16 -0700 Subject: [PATCH] Move models to subdir --- README.md | 4 ++-- twain_shakespeare.json => models/compiled.json | 0 twain_shakespeare_raw.json => models/raw.json | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename twain_shakespeare.json => models/compiled.json (100%) rename twain_shakespeare_raw.json => models/raw.json (100%) 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