Skip to content

pawan2411/repo-one

 
 

Repository files navigation

Submission for NeurIPS LLM Efficiency Challenge:1 LLM + 1GPU + 1Day

Conference Workshop Data

Paper

Base Model and Config

Data Filters

We use three kind of filters

Rouge Filter

  1. We run the base model through open source train data, once we get the output we calculate rouge score with output and expected output.
  2. With cutoff threshold we filter out the data points with high rouge score.

Platypus Filter

We used platypus (https://arxiv.org/abs/2308.07317) based embedding filter with same data as in the paper, but we discarded the LLM generated data.

Random Filter

We extracted random examples using this filter from some tasks. img_2.png Following table depicts our exact setting for the different model versions ###Submission 1 img_1.png

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.2%
  • Shell 6.4%
  • HTML 1.4%