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
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 2What should I do in this case?
Thank you.