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

Train a model from scratch #6398

Closed
nichellehouston opened this issue Dec 19, 2024 · 1 comment
Closed

Train a model from scratch #6398

nichellehouston opened this issue Dec 19, 2024 · 1 comment
Labels
solved This problem has been already solved

Comments

@nichellehouston
Copy link

there is way to train gemma or llama from scratch in limited language EN-DE and only for special task: QA or Translation

@github-actions github-actions bot added the pending This problem is yet to be addressed label Dec 19, 2024
@hiyouga
Copy link
Owner

hiyouga commented Dec 20, 2024

train_from_scratch: bool = field(
default=False,
metadata={"help": "Whether or not to randomly initialize the model weights."},
)

@hiyouga hiyouga closed this as completed Dec 20, 2024
@hiyouga hiyouga added solved This problem has been already solved and removed pending This problem is yet to be addressed labels Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
solved This problem has been already solved
Projects
None yet
Development

No branches or pull requests

2 participants