!python train_hallucination_llama32_bge.py \
    --batch_size 8 \
    --learning_rate 5e-4 \
    --max_epochs 6 \
    --max_length 512 \
    --bge_max_length 512 \
    --output_dir ./models/hallucination_llama32_bge \
    --max_samples_per_dataset 3000
!python inference_hallucination_llama32_bge.py \
    --model_path ./models/hallucination_llama32_bge/best_model.pt \
    --interactive