disarmyouwitha
Results
1
issues of
disarmyouwitha
I started the training using: ``` python qlora.py \ --model_name_or_path /home/nap/llm_models/llamaOG-65B-hf/ \ --output_dir ./output \ --dataset alpaca \ --do_train True \ --do_eval True \ --do_mmlu_eval False \ --source_max_len 384 \...