logical-reasoning / scripts /tune-mgtv-4bit.sh
dh-mc's picture
ready for fine-tuning internlm2_5-20b-chat
62c2b84
raw
history blame
558 Bytes
#!/bin/sh
BASEDIR=$(dirname "$0")
cd $BASEDIR/..
echo Current Directory:
pwd
BASEDIR=`pwd`
nvidia-smi
uname -a
cat /etc/os-release
lscpu
grep MemTotal /proc/meminfo
# pip install --upgrade transformers
export LOGICAL_REASONING_DATA_PATH=datasets/mgtv
export LOGICAL_REASONING_RESULTS_PATH=results/mgtv-results_4bit.csv
# $BASEDIR/scripts/tune-lf_v2_4bit.sh Qwen Qwen2-72B-Instruct qwen
# $BASEDIR/scripts/tune-lf_v2_4bit.sh shenzhi-wang Llama3.1-70B-Chinese-Chat llama3
$BASEDIR/scripts/tune-lf_v2_4bit.sh internlm internlm2_5-20b-chat intern2