TabFormer icon indicating copy to clipboard operation
TabFormer copied to clipboard

Simple question about how to use trained tabgpt model to generate data

Open creamiracle opened this issue 3 years ago • 0 comments

Hi there, thanks for making such an interesting work, after using the code >python main.py --do_train --lm_type gpt2 --field_ce --flatten --data_type card --output_dir ./ --data_root ./data/card/ and I get several checkpoints, so how can I use these models to generate data that keep preservation of data privacy and evalute how model perform? Thanks.

creamiracle avatar Feb 18 '22 08:02 creamiracle