Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

model_name_or_path defaults #4

Open
StrangeTcy opened this issue Jun 1, 2023 · 0 comments
Open

model_name_or_path defaults #4

StrangeTcy opened this issue Jun 1, 2023 · 0 comments

Comments

@StrangeTcy
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant