Skip to content

840691168/anon-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install

  1. Clone this repository and navigate to CLMoE folder
git clone XXXX
cd CL-MoE 
  1. Install Package
conda create -n cpmoe python=3.10 -y
conda activate cpmoe
pip install --upgrade pip
pip install -e .
  1. Install additional packages for training cases
pip install -e ".[train]"
pip install flash-attn --no-build-isolation

Training and Evaluation

We have prepared the scripts to train and evaluate the trained model in scripts/CLMoE/. Run scripts/CLMoE/Train_NI/Train.sh for quick training for superNI task Run scripts/CLMoE/Eval_NI/Eval_all_CL.sh for get continual learning result.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors