Hi, I am runnung train_model.py (Unit 3.4). the program gets stuck after Map, training does not start as expected. i didn’t change the code.
for fine_tune_example.py (Unit 3.2) in gen_ai_basics/scripts, the training procedure does not start correctly as well (it showed killed). Even after i set per_device_train_batch_size=1,
per_device_eval_batch_size=1, training with PyTorch still got 0% then killed
when i set to cpu, and dataset to 2, got 17% from process bar, but then still got killed.
please help, thank you
