dalle-mini / seq2seq

Commit History

feat: set default x-axis
97a008e

boris commited on

feat: log everything through wandb
19070ab

boris commited on

feat: eval less often for faster training
f0a53ac

boris commited on

Merge pull request #20 from borisdayma/eval-interval
635402d
unverified

boris commited on

feat: use common wandb shared folder
7aa2f4b

boris commited on

feat: change default for quick tests
71c757b

boris commited on

feat: hardcoded datasets
e8709a6

boris commited on

Add eval_interval to evaluate and log every so often.
566d5f2

Pedro Cuenca commited on

Shift tokens in numpy because the built in shift function stalls.
835ea55

Pedro Cuenca commited on

fix: should be converted to array
945d86c

boris commited on

fix: labels array
6c1f112

boris commited on

fix: typo
678a62f

boris commited on

fix: model config
0be4942

boris commited on

fix: correct decoder_input_ids and labels
19946be

boris commited on

feat: don't log model by default
5b79afd

boris commited on

feat: fix typo
ec8d66b

boris commited on

feat: log model
1c44a7d

boris commited on

doc: fix comment
3073ff4

boris commited on

feat: update default parameters
dbe8c41

boris commited on

feat: output_length considers bos and eos
8bb2236

boris commited on

fix: missing arg
bc01f78

boris commited on

feat: shared cache folder
42ce7dd

boris commited on

feat: update lr range
dbbd01a

boris commited on

fix: accumulation vs lr
4d55db6

boris commited on

Move generate nb by @ghosh-r to demo
dcbf091

Pedro Cuenca commited on

Merge pull request #14 from khalidsaifullaah/main
66bfb99
unverified

boris commited on

Merge pull request #13 from borisdayma/model-generate-notebook
894a546
unverified

boris commited on

Updated with train_file flag to resolve the error
8f058ae
unverified

khalidsaifullaah commited on

notebook example for model.generate
67221fc

Ritobrata Ghosh commited on

text-heneration-notebook
1c2552a

Ritobrata Ghosh commited on

feat: update sweep parameters
2f69241

boris commited on

feat: update script
650ecb1

boris commited on

fix: wandb logging with sync_tensorboard
8ba598c

boris commited on

feat: add sweep for parameter search
dad6d93

boris commited on

feat: lower default source length
48c07ca

boris commited on

fix: typos
5960e87

boris commited on

feat: gradient accumulation
c9e9575

boris commited on

feat: simplify loss function
9db361a

boris commited on

feat: padding mask not required
d61405b

boris commited on

fix: typo
833a2d5

boris commited on

feat: default to 1000 warmup steps
b66b951

boris commited on

feat: add adafactor
600ad79

boris commited on

feat: log metrics more frequently
498559f

boris commited on

* Make padding mask optional.
ecafe5e

Pedro Cuenca commited on

* Only perform validation if requested
32dc2d8

Pedro Cuenca commited on

Preprocessing: return "labels", "decoder_input_ids" and
df3c7bd

Pedro Cuenca commited on

Decoder: set eos to an unreachable value, set min_length=max_length to
a841a4c

Pedro Cuenca commited on

accept tsv files as inputs.
a104edb

Pedro Cuenca commited on

val_max_target_length set to OUTPUT_LENGTH
6c27b0d

Pedro Cuenca commited on

use pylogging to refer to logging.
d9f5a35

Pedro Cuenca commited on