Skip to content

Commit

Permalink
bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
boyuZh committed Aug 21, 2023
1 parent 05b46dd commit d4aa63f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if [ "$ZERO_STAGE" == "" ]; then
fi
mkdir -p $OUTPUT

python3 main.py \
deepspeed main.py \
--data_path Dahoas/rm-static Dahoas/full-hh-rlhf Dahoas/synthetic-instruct-gptj-pairwise yitingxie/rlhf-reward-datasets openai/webgpt_comparisons stanfordnlp/SHP \
--data_split 2,4,4 \
--model_name_or_path facebook/opt-1.3b \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if [ "$ZERO_STAGE" == "" ]; then
fi
mkdir -p $OUTPUT

python3 main.py \
deepspeed main.py \
--data_path Dahoas/rm-static Dahoas/full-hh-rlhf Dahoas/synthetic-instruct-gptj-pairwise yitingxie/rlhf-reward-datasets openai/webgpt_comparisons stanfordnlp/SHP \
--data_split 2,4,4 \
--model_name_or_path facebook/opt-13b \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if [ "$ZERO_STAGE" == "" ]; then
fi
mkdir -p $OUTPUT

python3 main.py \
deepspeed main.py \
--data_path Dahoas/rm-static Dahoas/full-hh-rlhf Dahoas/synthetic-instruct-gptj-pairwise yitingxie/rlhf-reward-datasets openai/webgpt_comparisons stanfordnlp/SHP \
--data_split 2,4,4 \
--model_name_or_path decapoda-research/llama-13b-hf \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if [ "$ZERO_STAGE" == "" ]; then
fi
mkdir -p $OUTPUT

python3 main.py \
deepspeed main.py \
--data_path zeroshot/twitter-financial-news-sentiment chiapudding/kaggle-financial-sentiment \
--data_split 2,4,4 \
--model_name_or_path facebook/opt-1.3b \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if [ "$ZERO_STAGE" == "" ]; then
fi
mkdir -p $OUTPUT

python3 main.py \
deepspeed main.py \
--data_path zeroshot/twitter-financial-news-sentiment chiapudding/kaggle-financial-sentiment \
--data_split 2,4,4 \
--model_name_or_path decapoda-research/llama-7b-hf \
Expand Down

0 comments on commit d4aa63f

Please sign in to comment.