CoolFace
Datasetpublic

lorenzo0312/degeneration-probe-instruct-token-level-balanced

degeneration-probe-instruct-token-level-balanced Downsampled (1:3 positive:negative) variant of luca-sartori/degeneration-probe-instruct-token-level. An example is considered positive if it contains at least one token with repetition >= 0.8 in the chunk_summary field. The downsampling keeps all positive examples and adds a random subset of negative examples in a 1:3 ratio. Examples whose chunk_summary contained no scored tokens (every repetition value null) have been dropped… See the full description on the dataset page: https://huggingface.co/datasets/lorenzo0312/degeneration-probe-instruct-token-level-balanced.

sourceHugging Faceapache-2.0updated 5mo agoView on Hugging Face
0likes30downloads
6 commits on main
55831e25mo ago

Drop rows where every chunk_summary entry has repetition=None

lorenzo0312
1fce9d65mo ago

Upload README.md with huggingface_hub

lorenzo0312
df9e7e45mo ago

Upload data/test.parquet with huggingface_hub

lorenzo0312
5e0b56d5mo ago

Upload data/validation.parquet with huggingface_hub

lorenzo0312
5c508925mo ago

Upload data/train.parquet with huggingface_hub

lorenzo0312
239c1875mo ago

initial commit

lorenzo0312