You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use PEFT to improve the model. I wonder how AnghaBench_compile.jsonl is used to train.
i noticed declare -a dataset=( "path_to_llm4decompile_data/arrow/part-00000" ) in run_llm4decompile_train.sh, but i can't make out the training process.
Maybe colossalai format hides some details about the model or the training process?
Thank you so much!
The text was updated successfully, but these errors were encountered:
Thanks for your interest in our project, we've updated the guidance for preparing Colossal AI training data. Please refer to Prepare the data.
Additionally, we recommend using LLaMA Factory to train the llm4decompile model, as it is more user-friendly. For more details, please visit LLaMA-Factory.
I'm trying to use PEFT to improve the model. I wonder how
AnghaBench_compile.jsonl
is used to train.i noticed
declare -a dataset=( "path_to_llm4decompile_data/arrow/part-00000" )
inrun_llm4decompile_train.sh
, but i can't make out the training process.Maybe
colossalai
format hides some details about the model or the training process?Thank you so much!
The text was updated successfully, but these errors were encountered: