boris commited on
Commit
31da1e5
1 Parent(s): 5506862

chore: move files around

Browse files

Former-commit-id: 501dc5b2b4a53f56dddcac785338655e60118c4f

demo/dalle_mini DELETED
@@ -1 +0,0 @@
1
- ../dalle_mini
 
 
{data → dev/data}/CC12M_downloader.py RENAMED
File without changes
{data → dev/data}/CC3M_downloader.py RENAMED
File without changes
dev/data/README.md ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ # Data
2
+
3
+ Utility scripts for downloading CC3M and CC12M.
dev/notebooks/README.md ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ # Notebooks
2
+
3
+ These notebooks were used during development.
4
+
5
+ TODO: This section requires some refactor and clean up.
{demo → dev/notebooks/demo}/CustomBARTv4b_model-generate.ipynb RENAMED
File without changes
{demo → dev/notebooks/demo}/demo_notebook.ipynb RENAMED
File without changes
{demo → dev/notebooks/demo}/model-sweep.py RENAMED
File without changes
{demo → dev/notebooks/demo}/tpu-demo.ipynb RENAMED
File without changes
{encoding → dev/notebooks/encoding}/vqgan-jax-encoding-with-captions.ipynb RENAMED
File without changes
{encoding → dev/notebooks/encoding}/vqgan-jax-encoding-yfcc100m.ipynb RENAMED
File without changes
{encoding → dev/notebooks/encoding}/vqgan-jax-encoding.ipynb RENAMED
File without changes
{model → dev/notebooks/model}/data-pipeline.ipynb RENAMED
File without changes
{seq2seq → dev/seq2seq}/do_big_run.sh RENAMED
File without changes
{seq2seq → dev/seq2seq}/do_small_run.sh RENAMED
File without changes
{seq2seq → dev/seq2seq}/environment.yaml RENAMED
File without changes
{seq2seq → dev/seq2seq}/requirements.txt RENAMED
File without changes
{seq2seq → dev/seq2seq}/run_seq2seq_flax.py RENAMED
File without changes
{seq2seq → dev/seq2seq}/sweep.yaml RENAMED
File without changes
{demo → dev}/wandb-examples.py RENAMED
@@ -75,8 +75,8 @@ import os
75
  os.environ["WANDB_SILENT"] = "true"
76
  os.environ["WANDB_CONSOLE"] = "off"
77
 
78
- id = '1i5e8rlj' #'1coradc5'
79
- #run = wandb.init(id=id, project="dalle-mini-demo", resume="allow")
80
  run = wandb.init(id=id,
81
  entity='wandb',
82
  project="hf-flax-dalle-mini",
 
75
  os.environ["WANDB_SILENT"] = "true"
76
  os.environ["WANDB_CONSOLE"] = "off"
77
 
78
+ # set id to None so our latest images don't get overwritten
79
+ id = None
80
  run = wandb.init(id=id,
81
  entity='wandb',
82
  project="hf-flax-dalle-mini",