Views
No views yet
adapters_cm_dv/ — DiverseVul adapters (Qwen2.5-Coder-1.5B, 8 experts, ~1.18GB)adapters_cm_xlang/ — CrossVul adapters (Qwen2.5-Coder-1.5B, 5 experts, ~739MB)adapters_cm_dv7b/ — DiverseVul adapters (Qwen2.5-7B, 2 experts, ~323MB)1cd /path/to/artifact
2
3# Download from HuggingFace Hub
4huggingface-cli download cheapmoe-vul-anon/cheapmoe-adapters --local-dir ./hf_download
5
6# Move to correct locations
7mv hf_download/adapters_cm_dv/ ./
8mv hf_download/adapters_cm_xlang/ ./
9mv hf_download/adapters_cm_dv7b/ ./
10
11# Cleanup
12rm -rf hf_downloadresults*/ directories of the main artifact repository.