Skip to content

model_name_or_path defaults #4

@StrangeTcy

Description

@StrangeTcy

In llama/train.py you have the following ModelArguments:

@dataclass
class ModelArguments:
    model_name_or_path: Optional[str] = field(default="facebook/opt-125m")

The whole folder is dedicated to finetuning LLaMA, so is defaulting to OPT wise?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions