Skip to content

kpup1710/CAMEx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CAMEx: Curvature-aware Merging of Experts

The source code of "CAMEx: Curvature-aware Merging of Experts":

Requirements

  • torch>=1.13.1

Usage

Run GPT-2 on Wikitext for language modeling:

tasks/language-modeling/run_clm.sh;

Run T5 on GLUE for text classification:

tasks/text-classification/run_glue.sh;

Run T5 for question-answering on SQUaD dataset:

tasks/question-answering/run_seq2seq_squad.sh;

Run T5 for question-answering on WikiQA dataset:

tasks/question-answering/run_seq2seq_wikiqa.sh;

About

[ICLR 2025] CAMEx: Curvature-Aware Merging of Experts

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages