Fix V8 dataset paths and RunPod probe script#8
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
data/plain_text/) with explicit flat text artifacts so downstream tooling can iterate reliably.Description
hf_datasets/Parameter-Golf-V8-WebSignal-BPE-Entropy-MicroMix/README.mdthat lists the flat HF dataset files:train.jsonl,validation.jsonl,test.jsonl,train.txt,validation.txt,test.txt,v8_micro_0p02pct.txt,v8_micro_0p05pct.txt,v8_micro_0p10pct.txt, and the related scripts/docs/metadata files.data/plain_text/style layouts with direct references totrain.txt,validation.txt,test.txt, andv8_micro_*.txtin the new README.hf_datasets/.../run_v8_seed42_probe.shwhich useshuggingface_hub.snapshot_downloadto setDATASET_DIRto the downloaded snapshot and then runspython "$DATASET_DIR/build_v8_micro_mix.py".0.02%,0.05%,0.10%), the seed-42 pass gate (1.08041364), and the statement that the dataset does not claim SOTA.Testing
bash -n hf_datasets/Parameter-Golf-V8-WebSignal-BPE-Entropy-MicroMix/run_v8_seed42_probe.sh, which completed successfully.rgchecks forsnapshot_download,DATASET_DIR,build_v8_micro_mix.py, the recommended mix rates, the pass condition, and the no-SOTA statement, which all succeeded.chmodduring preparation steps.Codex Task