Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing pickled files for hate speech detection #1

Open
gak97 opened this issue Jan 30, 2024 · 1 comment
Open

Missing pickled files for hate speech detection #1

gak97 opened this issue Jan 30, 2024 · 1 comment

Comments

@gak97
Copy link

gak97 commented Jan 30, 2024

Hi,

Thank you for creating this dataset and the models. I see that there are pickled files mentioned in all the feature extraction files and the model training files. However, these pickled files neither are uploaded nor the way to generate them has been explained. As a result, it's not possible to run the code files without running into the below error.

Traceback (most recent call last): File "/home/kumar/workspace/HateMM/Codes/2.BERTandHateXPlainEmbedding.py", line 17, in <module> with open(FOLDER_NAME+'all__video_vosk_audioMap.p','rb') as fp: FileNotFoundError: [Errno 2] No such file or directory: './Dataset/hate_videos/all__video_vosk_audioMap.p'

Could you please explain how to resolve this? Also, you mentioned in the paper that you have used the Vosk tool to obtain the transcripts. Could you please provide the transcripts or the code to obtain those transcripts?

@Chunyu-Hugh
Copy link

yes, if we don't have those files we cannot run the model. meanwhile there are some files we need to run the code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants