Hello-SimpleAI / chatgpt-comparison-detection

Human ChatGPT Comparison Corpus (HC3), Detectors, and more! 🔥
https://arxiv.org/abs/2301.07597
1.25k stars 120 forks source link

fix: typo in file path #29

Closed 4turkuaz closed 9 months ago

4turkuaz commented 10 months ago

Hi,

Although most of the paths in the training files are hc3/, there is a specific line shown below typed as c3. I think this is a typo.

        dataset = predict_data(
            'c3/' + args.input + '_test.csv', output_path, args.test,
            device, args.gpt, args.batch_size
        )

This pull request fixes the issue and ensures consistency.