SkillAgentSearch skills...

IPRLS

Code and data for the SIGIR'2021 paper "Iterative Network Pruning with Uncertainty Regularization for Lifelong Sentiment Classification"

Install / Use

/learn @bzGeng/IPRLS
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

IPRLS code for Iterative Pruning with Regularization for Lifelong Sentiment Classification

requirements

  • Python >=3.7
  • Pytorch 1.2.0
  • transformers

bert-base-uncased version BERT model need to be download from https://huggingface.co/bert-base-uncased , set it under path BERT/

You can run IPRLS with

$ bash experiment/run_IPRLS.sh 

After completing the above process, you need to run following bash to obtain final results

$ bash experiment/eval_middle_results.sh 

Run IPRLS with random task order

$ bash experiment/run_with_random_task_order.sh 

To evaluate shuffle order results

$ bash experiment/eval_shuffle_middle_results.sh 

Related Skills

View on GitHub
GitHub Stars6
CategoryDevelopment
Updated1y ago
Forks3

Security Score

55/100

Audited on Oct 1, 2024

No findings