habaneraa

Results 4 issues of habaneraa

A simple prompt can trigger PII outputs. ![image](https://github.com/THUDM/CodeGeeX/assets/95517280/9a649065-31a7-4e5b-b34d-a64ce34706d3)

I tried to run HSAN on cpu ( args.device is "cpu") but an exception was raised. I noticed that `.cuda()` methods are called on the pytorch tensors `pos_weight`/`pos_neg_weight` when creating...

When pre-training/training the GNNs, it would be better if the loss values per step are logged. Sometimes the metric scores may not change despite the decreasing loss, and the loss...

In the training modules, the `max_embedding` variables are not initialized with any matrix. In rare cases, the evaluated metric scores never increase and the branch in `if acc > acc_max:`...