Raniahossam33's picture
Upload folder using huggingface_hub
14b2318 verified
Raw
History Blame Contribute Delete
466 Bytes
cd /share_2/users/ahmed_heakl/svd_kg/knowledge_drift
conda activate rania-eval
export PATH="$CONDA_PREFIX/bin:$PATH"
export CUDA_VISIBLE_DEVICES=7
python uncertainty_disentanglement.py \
--model Qwen/Qwen2.5-7B-Instruct \
--dataset /share_2/users/ahmed_heakl/svd_kg/knowledge_drift/data/knowledge_drift_dataset.json \
--output_dir /share_2/users/ahmed_heakl/svd_kg/knowledge_drift/data/experiments/disentanglement \
--layers 20 21 22 23 24 25 26 27