Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ZekunXi
/
easyedit
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
7046c55
easyedit
/
easyeditor
/
util
/
alg_train_dict.py
ZekunXi
Add application file
8124a18
over 1 year 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,
}