Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.65 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.65 KB

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