CoolFace
Datasetpublic

peft-internal-testing/benchmark-graveyard

PEFT Benchmark Graveyard ⚰️ This is a place where various experiments, from various users, PEFT versions and experiment hardware are collected. DO NOT ASSUME THAT THIS DATA IS CONSISTENT. But it may be helpful in some ways that we don't know yet, so we collect it. Structure The JSON files in this dataset are files that come from the PEFT method comparison benchmark suite. No other files are accepted. There is minimal structure. Put the experiment results into the… See the full description on the dataset page: https://huggingface.co/datasets/peft-internal-testing/benchmark-graveyard.

sourceHugging Faceupdated 11h agoView on Hugging Face
0likes162downloads
README.md19 linesDownload Raw Back to root
1## PEFT Benchmark Graveyard ⚰️2 3This is a place where *various* experiments, from *various* users, PEFT versions and experiment hardware are collected.4 5**DO NOT ASSUME THAT THIS DATA IS CONSISTENT**.6 7But it may be helpful in some ways that we don't know yet, so we collect it.8 9### Structure10 11The JSON files in this dataset are files that come from the PEFT method comparison benchmark suite.12No other files are accepted.13 14There is minimal structure. Put the experiment results into the corresponding benchmark folder.15The file name needs to be unique and should not override existing files.16 17```18/<benchmark name>/<result>.json19```