EleutherAI/bergson-wikitext-gpt2-leaderboard-bank
bergson leaderboard: retrain banks, scores and LDS/QLD results (WikiText GPT-2) Everything behind the numbers on the bergson leaderboard, for the model at EleutherAI/bergson-wikitext-gpt2-leaderboard. path what it is bank/ the LDS ground truth: 100 random leave-1%-out subsets of the 4,608 training chunks (subsets.json) and each subset's measured loss change on the 50 test queries (validation.csv) random/retrained/{base,subset_0..99} the retrained models themselves… See the full description on the dataset page: https://huggingface.co/datasets/EleutherAI/bergson-wikitext-gpt2-leaderboard-bank.
bergson leaderboard: retrain banks, scores and LDS/QLD results (WikiText GPT-2)
Everything behind the numbers on the bergson leaderboard, for the model at `EleutherAI/bergson-wikitext-gpt2-leaderboard`.
Reproducing
Run the configs in `examples/compare_wikitext` in the order its README gives: 1_magic.yaml (train + bank), 2_interval.yaml (checkpoints), one yaml per method, filters/*.yaml, then lds_from_bank.py, qld_from_filters.py and lds_tables.py.
Model: GPT-2 fine-tuned 4 epochs on `EleutherAI/bergson-wikitext-512-chunks` (AdamW, betas 0.9/0.999, eps_root 1e-17, lr 4e-4, batch 256, seed 42).
Leaderboard
Linear datamodeling score (LDS) is the accuracy of a method for producing global data rankings by influence. The query loss difference (QLD) shows how much model loss for a held-out query can be increased by retraining without the most highly ranked data by influence (here the top 1%), compared to a random removal baseline.
Part of the Data Attribution collection.
