2026-04-24 20:25:52,892 - INFO - Loading model and tokenizer from: output_checkpoints/graphcodebert-base-lowLR-highBatchSize/checkpoint-1000 2026-04-24 20:25:53,077 - INFO - ===== Model Architecture ===== 2026-04-24 20:25:53,078 - INFO - RobertaForSequenceClassification( (roberta): RobertaModel( (embeddings): RobertaEmbeddings( (word_embeddings): Embedding(50265, 768, padding_idx=1) (position_embeddings): Embedding(514, 768, padding_idx=1) (token_type_embeddings): Embedding(1, 768) (LayerNorm): LayerNorm((768,), eps=1e-05, elementwise_affine=True) (dropout): Dropout(p=0.3, inplace=False) ) (encoder): RobertaEncoder( (layer): ModuleList( (0-11): 12 x RobertaLayer( (attention): RobertaAttention( (self): RobertaSdpaSelfAttention( (query): Linear(in_features=768, out_features=768, bias=True) (key): Linear(in_features=768, out_features=768, bias=True) (value): Linear(in_features=768, out_features=768, bias=True) (dropout): Dropout(p=0.3, inplace=False) ) (output): RobertaSelfOutput( (dense): Linear(in_features=768, out_features=768, bias=True) (LayerNorm): LayerNorm((768,), eps=1e-05, elementwise_affine=True) (dropout): Dropout(p=0.3, inplace=False) ) ) (intermediate): RobertaIntermediate( (dense): Linear(in_features=768, out_features=3072, bias=True) (intermediate_act_fn): GELUActivation() ) (output): RobertaOutput( (dense): Linear(in_features=3072, out_features=768, bias=True) (LayerNorm): LayerNorm((768,), eps=1e-05, elementwise_affine=True) (dropout): Dropout(p=0.3, inplace=False) ) ) ) ) ) (classifier): RobertaClassificationHead( (dense): Linear(in_features=768, out_features=768, bias=True) (dropout): Dropout(p=0.3, inplace=False) (out_proj): Linear(in_features=768, out_features=2, bias=True) ) ) 2026-04-24 20:25:53,080 - INFO - ===== Parameter Summary ===== 2026-04-24 20:25:53,081 - INFO - Total Parameters: 124,647,170 2026-04-24 20:25:53,082 - INFO - Trainable Parameters: 124,647,170 2026-04-24 20:25:53,082 - INFO - Non-trainable Parameters: 0 2026-04-24 20:25:53,083 - INFO - ===== Tokenizer Summary ===== 2026-04-24 20:25:53,095 - INFO - Vocab size: 50265 | Special tokens: ['', '', '', '', ''] 2026-04-24 20:25:53,096 - INFO - ===== End of Architecture Log ===== 2026-04-24 20:25:53,251 - INFO - Loading dataset: DaniilOr/SemEval-2026-Task13 (A) 2026-04-24 20:25:53,847 - INFO - Tokenizing dataset... 2026-04-24 20:25:55,058 - INFO - Running inference on 1000 examples... 2026-04-24 20:26:29,083 - INFO - Calculating classification metrics... 2026-04-24 20:26:29,105 - INFO - ------------------------------ 2026-04-24 20:26:29,106 - INFO - METRICS FOR SPLIT: test 2026-04-24 20:26:29,106 - INFO - Accuracy: 0.6970 2026-04-24 20:26:29,107 - INFO - Precision: 0.6825 2026-04-24 20:26:29,108 - INFO - Recall: 0.6970 2026-04-24 20:26:29,108 - INFO - F1-Score: 0.6892 2026-04-24 20:26:29,109 - INFO - ------------------------------ 2026-04-24 20:26:29,110 - INFO - Confusion Matrix: [[640 137] [166 57]] 2026-04-24 20:26:29,112 - INFO - ✅ Metrics saved to test/inference/graphcodebert-base-lowLR-highBatchSize/checkpoint-1000/metrics.json 2026-04-24 20:26:29,114 - INFO - ✅ Predictions saved to test/inference/graphcodebert-base-lowLR-highBatchSize/checkpoint-1000/submission.csv