HITsz-TMG / ICL-State-Vector

8 stars 1 forks source link

reproduce experiments #1

Closed wang-debug closed 1 month ago

wang-debug commented 1 month ago

Hello, excellent work! May I ask about your reproduction scripts? Including the task vector and function vector. Forward to your reply!

foggy-frost-forest commented 1 month ago

You can run './script/llama2_function_vector.sh' and './script/gptj_function_vector.sh' to obtain the function vector results. For the task vector results, you can run './script/llama2_optimization.sh' and './script/gptj_optimization.sh'. The results labeled as 'none' (i.e., without any optimization) in the output files are the task vector results. Thank you for your attention to our work.

wang-debug commented 1 month ago

thank you for your response!