Views
No views yet
submission_task1.py: Inference script (used by evaluation server).train_task1.py: Training script (full pipeline, used offline).best_model.pth: Trained model weights (to be added after training).label_mapping.json: Mapping between label indices and answer strings.requirements.txt: Dependencies required to run the code.python train_task1.pybest_model.pth.python submission_task1.pybest_model.pth and label_mapping.json are present in the repo root.