transformers-data-augmentation
transformers-data-augmentation copied to clipboard
Where to find BART Data Augmentation Data
Hello,
I have been able to run the bart_snips_lower.sh script without error. I do get a warning:
UserWarning: This overload of nonzero is deprecated: nonzero()
Which I think is related to a mismatch in versions between my pytorch 1.6 and python installation (3.8). However, despite that being the only warning output to my terminal console, running the model produces empty text files: bart_l5_gen_3.tsv
These .tsv files seem to be where the augmented data examples should be; but because they're empty files, I'm unsure if I'm looking in the right place.
Could you provide direction on the following questions:
- Are the augmented data files saved in the following location
$MODELDIR/bart_l5_gen_${PREFIXSIZE}.tsv
? - Should these files be empty?
- What Python version are you using in your project?
- What cuda toolkit version are you using in your project?
- Are you using torch 1.6 or torch 1.5
Thanks!