LeMei / UniMSE

169 stars 24 forks source link

meld_data_0610.pkl has only length 2 #27

Open jun297 opened 1 year ago

jun297 commented 1 year ago

Hi, nice work! I want to reproduce your work but I have some issues in reproducing.

I got meld_data_0610.pkl from the link https://drive.google.com/file/d/1pWH2xPVZFymxeJUrd6gF37qYbvmhh32s/view?usp=sharing in your readme

I tried to execute simcse/Sim_process_v3.py but I do not have Laptops directory.

So I tried to execute preprocess.py and create_dataset.py instead.

However, in preprocess.py, an error is occured Traceback (most recent call last): File "src/preprocess.py", line 44, in <module> train_emotion_f, dev_emotion_f, test_emotion_f = emotion_features[0], emotion_features[1], emotion_features[2] KeyError: 0 (I have changed all string '0424' into '0610') so I checked the length of emotion_features and it is 2

What should I do in this case?

Thank you.

wuxy07 commented 11 months ago

I had the same problem as you, have you solved it yet?

jun297 commented 11 months ago

@wuxy07 unfortunately, I could not fix it. I have not gotten any further information

wuxy07 commented 11 months ago

Thanks anyway @jun297