Views
No views yet
1docker run \
2 -v /path/to/project/:/workspace/ \
3 --name <container_name> \
4 --gpus all \
5 -ti \
6 --ipc=host \
7 pytorch/pytorch:2.3.1-cuda12.1-cudnn8-runtime1apt-get update
2apt-get -y install git
3
4pip install -r requirements.txt
5huggingface-cli login1# Reference: DoRA/commonsense_reasoning/README.md
2
3# Store the complete commonsense datasets
4./dataset
5# rest of the files
6./experiment
7./peft
8# Finetuning commonsense dataset
9./commonsense_170k.json
10...1bash llama2_7B_DoRA.sh 32 64 ./output 0 42
2bash llama3_8B_DoRA.sh 32 64 ./output 0 421bash llama2_7B_DoRA_NoisyAdamW.sh 32 64 ./output 0 42 0.001
2bash llama3_8B_DoRA_NoisyAdamW.sh 32 64 ./output 0 42 0.0011bash llama2_7B_DoRA_eval.sh ./output 0
2bash llama3_8B_DoRA_eval.sh ./output 0