"include/vscode:/vscode.git/clone" did not exist on "868e5c555b41973e1340b2a87aed9dce463e72af"
Commit dd573a95 authored by Leo Gao's avatar Leo Gao
Browse files

Fix Typo

parent 1731613e
...@@ -9,7 +9,7 @@ from ..utils import general_detokenize ...@@ -9,7 +9,7 @@ from ..utils import general_detokenize
from best_download import download_file from best_download import download_file
class Pile(PerplexityTask, abc.ABC): class PilePerplexityTask(PerplexityTask, abc.ABC):
PILE_SET_NAME = None PILE_SET_NAME = None
VAL_PATH = 'data/pile/val.jsonl.zst' VAL_PATH = 'data/pile/val.jsonl.zst'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment