unitaryai / detoxify

Trained models & code to predict toxic comments on all 3 Jigsaw Toxic Comment Challenges. Built using ⚡ Pytorch Lightning and 🤗 Transformers. For access to our API, please email us at contact@unitary.ai.
https://www.unitary.ai/
Apache License 2.0
893 stars 115 forks source link

FileNotFoundError: [Errno 2] No such file or directory: 'jigsaw_data/jigsaw-toxic-comment-classification-challenge/val.csv' #91

Open ashmalvayani opened 10 months ago

ashmalvayani commented 10 months ago

I downloaded the dataset from the Kaggle competition directly and even through the API of the Kaggle competition that was mentioned. However, on running the training script, I am still getting the same error. There's no val.csv file in the dataset. Can you please check?