File size: 292 Bytes
0491592 b4e45ad 01ae37b 0491592 b4e45ad |
1 2 3 4 5 6 7 8 9 10 11 |
echo "Starting training..."
uv sync
source .venv/bin/activate
echo "Running model.py..."
python3 model.py \
--data_from_hf="eming/squad_v2_processed" \
--model_name_or_path="google-bert/bert-base-uncased" \
--checkpoint_dir="checkpoints" \
--ckpt_path="" \
--max_epochs=2
|