initial code
Browse files- .gitignore +3 -0
- .gitmodules +3 -0
- README.md +4 -0
- funnel-vae +1 -0
- train.py +0 -0
.gitignore
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
.vscode
|
2 |
+
venv
|
3 |
+
*.pyc
|
.gitmodules
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
[submodule "funnel-vae"]
|
2 |
+
path = funnel-vae
|
3 |
+
url = https://github.com/Fraser-Greenlee/funnel-vae.git
|
README.md
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
# Wiki-VAE
|
3 |
+
|
4 |
+
A Transformer-VAE trained on all the sentences in wikipedia.
|
funnel-vae
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit 1cf08d750690c0b71daeb62d7cfe25e101005313
|
train.py
ADDED
File without changes
|