GEIA
GEIA copied to clipboard
Code for Findings-ACL 2023 paper: Sentence Embedding Leaks More Information than You Expect: Generative Embedding Inversion Attack to Recover the Whole Sentence
Running as: python GEIA-main/baseline/projection.py --model_dir /gpt2-large --num_epochs 1 --batch_size 2 --dataset abcd --embed_model sent_t5 --model_type NN File "GEIA-main/baseline/projection.py", line 425, in eval_label threshold = config['threshold'] KeyError: 'threshold'
When I run the code, the error appears: ------------------------------------------------------------------------ ImportError: dlopen: cannot load any more object with static TLS It seems that scikit-learn has not been built correctly. If you...