File size: 348 Bytes
0491592 b4e45ad 0491592 b4e45ad 84d5e0b b4e45ad |
1 2 3 4 5 6 7 8 9 10 11 |
echo "Starting training..."
uv sync --offline
source .venv/bin/activate
echo "Running model.py..."
python3 model.py \
--data_from_hf="/gpfs1/scratch/Courses/ds/ds069/squad_v2_processed" \
--model_name_or_path="/gpfs1/scratch/Courses/ds/ds069/bert-base-uncased" \
--checkpoint_dir="checkpoints" \
--ckpt_path="" \
--max_epochs=2
|