Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
zjunlp
/
EasyEdit
like
6
Running
App
Files
Files
Community
3494c6b
EasyEdit
/
easyeditor
/
util
/
alg_train_dict.py
ZJUPeng
initial commit
3494c6b
9 months ago
raw
Copy download link
history
blame
Safe
160 Bytes
from
..trainer
import
MEND
from
..trainer
import
SERAC, SERAC_MULTI
ALG_TRAIN_DICT = {
'MEND'
: MEND,
'SERAC'
: SERAC,
'SERAC_MULTI'
: SERAC_MULTI,
}