The trained models is in the model directory. The predictions are in the prediction.jsonl file.
- Check if the code works:
tira-cli code-submission --dry-run --path ./ --task generative-ai-authorship-verification-panclef-2025 --dataset pan25-generative-ai-detection-smoke-test-20250428-training --mount-hf-model Shushant/panclef_data_deberta_finetuned --command 'python3 inferece_deberta.py --input_dir $inputDataset/dataset.jsonl --output $outputDir/predictions.jsonl'- If that ran successfully, you can omit the
-dry-runargument to submit:
tira-cli code-submission --path ./ --task generative-ai-authorship-verification-panclef-2025 --dataset pan25-generative-ai-detection-smoke-test-20250428-training --mount-hf-model Shushant/panclef_data_deberta_finetuned --commandThe model is available on Huggingface platform through https://huggingface.co/Shushant/panclef_data_deberta_finetuned