Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions examples/experiments/deepseek_v3_pretrain/run_pretrain.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,10 +239,6 @@ class ModelArguments:
"help": "Pre-training from existing paddleformers model weights. Default False and model will train from scratch. If set True, the model_name_or_path argument must exist in the paddleformers models."
},
)
num_hidden_layers: Optional[int] = field(
default=None,
metadata={"help": "num_hidden_layers."},
)


def create_pretrained_dataset(
Expand Down
4 changes: 0 additions & 4 deletions paddleformers/cli/train/pretrain/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,6 @@ class ModelArguments:
"help": "Pre-training from existing paddleformers model weights. Default False and model will train from scratch. If set True, the model_name_or_path argument must exist in the paddleformers models."
},
)
num_hidden_layers: Optional[int] = field(
default=None,
metadata={"help": "num_hidden_layers."},
)


def create_pretrained_dataset(
Expand Down
Loading