first commit

This commit is contained in:
HenryChou020514
2026-07-07 19:03:00 +08:00
commit 6edf7da2b7
158 changed files with 771425 additions and 0 deletions

View File

@ -0,0 +1,12 @@
#!/bin/bash
set -euo pipefail
export CUDA_VISIBLE_DEVICES=0
source /opt/miniconda/etc/profile.d/conda.sh
conda activate focallora
python ./Ident_IH_01_attn_sep.py \
--model ../../models/Qwen3-4B \
--dataset-sep ../2-1_head_identification_preprocess/head_ident_scoring_dataset/SEP/sep_head_ident.jsonl \
--output-dir head_scoring/llama31-8b_injsq_dev \
--split-size 1000 \
# --max-data 5