diff --git a/.gitignore b/.gitignore index 9661db6..a64a5ff 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,2 @@ -__pychache__/* -gpt2/__pycache__/* +**/__pychache__ gpt2/models/* -regex diff --git a/__pycache__/dungeon_master.cpython-37.pyc b/__pycache__/dungeon_master.cpython-37.pyc deleted file mode 100644 index 81fbde0..0000000 Binary files a/__pycache__/dungeon_master.cpython-37.pyc and /dev/null differ diff --git a/__pycache__/generator.cpython-35.pyc b/__pycache__/generator.cpython-35.pyc deleted file mode 100644 index 25cff22..0000000 Binary files a/__pycache__/generator.cpython-35.pyc and /dev/null differ diff --git a/__pycache__/generator.cpython-36.pyc b/__pycache__/generator.cpython-36.pyc deleted file mode 100644 index 36112a4..0000000 Binary files a/__pycache__/generator.cpython-36.pyc and /dev/null differ diff --git a/__pycache__/generator.cpython-37.pyc b/__pycache__/generator.cpython-37.pyc index ae333f0..a2c23a6 100644 Binary files a/__pycache__/generator.cpython-37.pyc and b/__pycache__/generator.cpython-37.pyc differ diff --git a/__pycache__/main.cpython-37.pyc b/__pycache__/main.cpython-37.pyc deleted file mode 100644 index 4021a17..0000000 Binary files a/__pycache__/main.cpython-37.pyc and /dev/null differ diff --git a/__pycache__/utils.cpython-35.pyc b/__pycache__/utils.cpython-35.pyc deleted file mode 100644 index 4ea50b0..0000000 Binary files a/__pycache__/utils.cpython-35.pyc and /dev/null differ diff --git a/__pycache__/utils.cpython-36.pyc b/__pycache__/utils.cpython-36.pyc deleted file mode 100644 index f78249e..0000000 Binary files a/__pycache__/utils.cpython-36.pyc and /dev/null differ diff --git a/__pycache__/utils.cpython-37.pyc b/__pycache__/utils.cpython-37.pyc index 66d02d0..149ae0a 100644 Binary files a/__pycache__/utils.cpython-37.pyc and b/__pycache__/utils.cpython-37.pyc differ diff --git a/generator.pyc b/generator.pyc deleted file mode 100644 index de4f2cd..0000000 Binary files a/generator.pyc and /dev/null differ diff --git a/gpt2/__init__.pyc b/gpt2/__init__.pyc deleted file mode 100644 index cc3c924..0000000 Binary files a/gpt2/__init__.pyc and /dev/null differ diff --git a/gpt2/__pycache__/__init__.cpython-37.pyc b/gpt2/__pycache__/__init__.cpython-37.pyc new file mode 100644 index 0000000..b59cf9e Binary files /dev/null and b/gpt2/__pycache__/__init__.cpython-37.pyc differ diff --git a/gpt2/src/__init__.py b/gpt2/src/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/gpt2/src/__init__.pyc b/gpt2/src/__init__.pyc deleted file mode 100644 index de96e09..0000000 Binary files a/gpt2/src/__init__.pyc and /dev/null differ diff --git a/gpt2/src/__pycache__/__init__.cpython-35.pyc b/gpt2/src/__pycache__/__init__.cpython-35.pyc deleted file mode 100644 index 2c7cfad..0000000 Binary files a/gpt2/src/__pycache__/__init__.cpython-35.pyc and /dev/null differ diff --git a/gpt2/src/__pycache__/__init__.cpython-36.pyc b/gpt2/src/__pycache__/__init__.cpython-36.pyc deleted file mode 100644 index 2a9af0a..0000000 Binary files a/gpt2/src/__pycache__/__init__.cpython-36.pyc and /dev/null differ diff --git a/gpt2/src/__pycache__/__init__.cpython-37.pyc b/gpt2/src/__pycache__/__init__.cpython-37.pyc deleted file mode 100644 index 11790e4..0000000 Binary files a/gpt2/src/__pycache__/__init__.cpython-37.pyc and /dev/null differ diff --git a/gpt2/src/__pycache__/encoder.cpython-35.pyc b/gpt2/src/__pycache__/encoder.cpython-35.pyc deleted file mode 100644 index 129e22e..0000000 Binary files a/gpt2/src/__pycache__/encoder.cpython-35.pyc and /dev/null differ diff --git a/gpt2/src/__pycache__/encoder.cpython-36.pyc b/gpt2/src/__pycache__/encoder.cpython-36.pyc deleted file mode 100644 index 54dee2d..0000000 Binary files a/gpt2/src/__pycache__/encoder.cpython-36.pyc and /dev/null differ diff --git a/gpt2/src/__pycache__/encoder.cpython-37.pyc b/gpt2/src/__pycache__/encoder.cpython-37.pyc index ee9bc1c..c23a36b 100644 Binary files a/gpt2/src/__pycache__/encoder.cpython-37.pyc and b/gpt2/src/__pycache__/encoder.cpython-37.pyc differ diff --git a/gpt2/src/__pycache__/model.cpython-35.pyc b/gpt2/src/__pycache__/model.cpython-35.pyc deleted file mode 100644 index 93e0087..0000000 Binary files a/gpt2/src/__pycache__/model.cpython-35.pyc and /dev/null differ diff --git a/gpt2/src/__pycache__/model.cpython-36.pyc b/gpt2/src/__pycache__/model.cpython-36.pyc deleted file mode 100644 index 800652b..0000000 Binary files a/gpt2/src/__pycache__/model.cpython-36.pyc and /dev/null differ diff --git a/gpt2/src/__pycache__/model.cpython-37.pyc b/gpt2/src/__pycache__/model.cpython-37.pyc index 031ba0b..65b91cf 100644 Binary files a/gpt2/src/__pycache__/model.cpython-37.pyc and b/gpt2/src/__pycache__/model.cpython-37.pyc differ diff --git a/gpt2/src/__pycache__/sample.cpython-35.pyc b/gpt2/src/__pycache__/sample.cpython-35.pyc deleted file mode 100644 index 4f76902..0000000 Binary files a/gpt2/src/__pycache__/sample.cpython-35.pyc and /dev/null differ diff --git a/gpt2/src/__pycache__/sample.cpython-36.pyc b/gpt2/src/__pycache__/sample.cpython-36.pyc deleted file mode 100644 index 7eed82a..0000000 Binary files a/gpt2/src/__pycache__/sample.cpython-36.pyc and /dev/null differ diff --git a/gpt2/src/__pycache__/sample.cpython-37.pyc b/gpt2/src/__pycache__/sample.cpython-37.pyc index 6c4cd29..d243bb1 100644 Binary files a/gpt2/src/__pycache__/sample.cpython-37.pyc and b/gpt2/src/__pycache__/sample.cpython-37.pyc differ