mirror of
https://github.com/karpathy/nanochat.git
synced 2025-12-06 04:12:13 +00:00
remove redundant configs in base_eval.py
This commit is contained in:
parent
3525e6d5b7
commit
55fed15421
|
|
@ -35,12 +35,6 @@ from nanochat.tokenizer import HuggingFaceTokenizer
|
|||
from nanochat.checkpoint_manager import load_model
|
||||
from nanochat.core_eval import evaluate_task
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# Configuration
|
||||
model_tag = None # optional model tag for the output directory name
|
||||
step = None # optional model step for the output directory name
|
||||
hf_path = None # optional HuggingFace model path (if set, will load from HF instead of local)
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# nanoChat specific function dealing with I/O etc.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user