first commit

update readme

update readme

update readme

Update benchmarks.py

Update download_adapters.sh

Update esft.py
This commit is contained in:
Zihan Wang
2024-07-04 21:37:15 +08:00
committed by ZihanWang314
commit 18d23501ab
141 changed files with 48220 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
tasks=(
math
code
intent
summary
law
translation
)
mkdir -p all_models/adapters/token
git lfs install
for i in {0..5}
do
git clone https://huggingface.co/deepseek-ai/ESFT-token-${tasks[$i]}-lite ./all_models/adapters/token/${tasks[$i]}
done
mkdir -p all_models/adapters/gate
for i in {0..5}
do
git clone https://huggingface.co/deepseek-ai/ESFT-gate-${tasks[$i]}-lite ./all_models/adapters/gate/${tasks[$i]}
done