Skip to content

Commit

Permalink
refactor: cleanup test_config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-tow committed May 27, 2023
1 parent 65fb9ce commit d228f9b
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions configs/test_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,18 +83,6 @@
"eval-tasks": ["piqa"],

"data-path": "data/enwik8/enwik8_text_document",

# "tokenizer_type": "TiktokenTokenizer",
# "vocab-file": "cl100k_base",

# Test on a single partition of the dataset
# "train-data-paths": ["/fsx/proj-stablegpt/pilev2_neox/ai4code_nbs/ai4code_nbs_input_ids_document"],
# "train-data-weights": [1.0],
# "valid-data-paths": ["/fsx/proj-stablegpt/pilev2_neox/ai4code_nbs/ai4code_nbs_input_ids_document"],
# "valid-data-weights": [1.0],
# "test-data-paths": ["/fsx/proj-stablegpt/pilev2_neox/ai4code_nbs/ai4code_nbs_input_ids_document"],
# "test-data-weights": [1.0],

"vocab-file": "data/gpt2-vocab.json",
"merge-file": "data/gpt2-merges.txt",

Expand Down

0 comments on commit d228f9b

Please sign in to comment.