Skip to content

How to train different model (InternLM-Math) on ReProver dataset other than google/byt5-small? #67

Answered by yangky11
realharryhero asked this question in Q&A
Discussion options

You must be logged in to vote

The training script in this codebase is tailored for encoder-decoder Transformers like ByT5, whereas more recent models are typically decoder-only.

I would preprocess LeanDojo's data using something like preprocess.py and then train the model using off-the-shelf tools like LLaMA-Factory or torchtune

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by yangky11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants