Hi @ChangshuoShen @LehengTHU
Thanks for your interesting work!
I'm currently trying to run your project with Qwen3-4B.
I've been executing the alphasteer.sh script and was able to complete most of the steps.
However, I'm stuck on the following part:
refusal_vectors_path = f"data/refusal_vectors/RV/{args.model_name}_RV_refusal.pkl"
refusal_vectors = pickle.load(open(refusal_vectors_path, "rb"))
I couldn't find the corresponding .pkl file in the repository, nor any code that generates it.
Could you please clarify how this file is obtained or point me to the script used to generate it?
Hi @ChangshuoShen @LehengTHU
Thanks for your interesting work!
I'm currently trying to run your project with Qwen3-4B.
I've been executing the
alphasteer.shscript and was able to complete most of the steps.However, I'm stuck on the following part:
I couldn't find the corresponding
.pklfile in the repository, nor any code that generates it.Could you please clarify how this file is obtained or point me to the script used to generate it?