tsumers / bert-brains

GNU General Public License v3.0
25 stars 3 forks source link

Is it possible to provide relevant data or preprocessing steps for {}_{}_syntactic_complexity_L-inf_T-128_D-bck.npy in transformer-transformation-magnitudes.ipynb?? #2

Open Zhangzhixiang-laugh opened 2 months ago

Zhangzhixiang-laugh commented 2 months ago

First of all, thanks a lot for providing rich codes for your excellent research!!!

Nevertheless, I didn't find the {}_{}_syntactic_complexity_L-inf_T-128_D-bck.npy when I was running transformer-transformation-magnitudes.ipynb to prepare the input features (Especially for "black"): attn_scores = np.load("{}_{}_syntactic_complexity_L-inf_T-128_D-bck.npy".format(STIMULUS, MODEL), allow_pickle=True)

I would like to know if it is possible to provide relevant data or codes for preprocessing steps? Thanks!!!