eth-sri / llmprivacy

MIT License
38 stars 4 forks source link

FileNotFoundError: [Errno 2] No such file or directory: 'parsing/pobp.csv' #4

Closed Dora238 closed 6 months ago

Dora238 commented 6 months ago

Hello,

While using your Dataset class, I encountered a FileNotFoundError for parsing/pobp.csv. Here's the traceback for the error:

FileNotFoundError: [Errno 2] No such file or directory: 'parsing/pobp.csv'

This file seems crucial to properly initialize the Dataset class as it loads information into pobp_mapping.

Can you kindly look into this problem or provide guidance about acquiring the file?

Thanks in advance for your assistance!

RobinStaab commented 6 months ago

Hey,

Sorry, these files apparently got excluded by an over-eager .gitignore. I have included them all in the last commit :)

Best Wishes, Robin

Dora238 commented 6 months ago

Thanks for the response, I will close this issue.