Commit History

Added NLTK to requirements.txt
0d6ff2f

danseith commited on

search string generator
4db26d9

danseith commited on

Added link to Google's patent BERT github.
b7321ed

danseith commited on

Fixed simple replacement logic to account for deletion of grammer (bread. is now the same as bread)
f51fca8

danseith commited on

Added warning to single edit and added list of words to not substitute.
616c8c6

danseith commited on

Reduced suggested edits and max edits for faster testing. Changed s
a95bc58

danseith commited on

Reduced suggested edits and max edits for faster testing.
e9178dd

danseith commited on

Only new tokens will now be enclosed by asterisks, lowered the upper bound on edits for faster compute.
470c4c2

danseith commited on

Fixed loop structure and output sampling to avoid infinite loops. Now allows deletions.
cd3e092

danseith commited on

Require minimum number of specified edits to be made and added error message.
020fa3d

danseith commited on

Minor typo fix
eabdff9

danseith commited on

Won't count iteration if no changes are made.
85ace6b

danseith commited on

Added more sanity checking.
1ca245c

danseith commited on

Added sanity checking for successful iterations
e20eecd

danseith commited on

don't allow deletions.
19d0d27

danseith commited on

Added longer examples.
ba4ce98

danseith commited on

Added edit slider and changed sampling back to multinomial.
c16370c

danseith commited on

Implemented temperature scaling and changed output sampling to uniform.
2ce1788

danseith commited on

Added dummy temp slider and output text box with new input.
ca69fee

danseith commited on

Removed gr slider.
e3a2d6f

danseith commited on

Added multinomial prediction sampling.
802cf91

danseith commited on

Added custom pipeline with fixed temperature scale.
d5cc744

danseith commited on

Added TempScalePipe back in
fce4c33

danseith commited on

Added back in demo definition
3566540

danseith commited on

Removed TempScale class for debugging
9f0fca6

danseith commited on

Removed TempScale class for debugging
38bdfc6

danseith commited on

Removed TempScale class for debugging
13f7861

danseith commited on

Added uniform output sampling.
2bf7c7e

danseith commited on

Added duplicate add_mask
b5b3297

danseith commited on

initial commit
8c0b646

danseith commited on

initial commit
b43aa3d

Bkohno commited on