Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jdf-prog committed Apr 23, 2024
2 parents e018d7f + de20acb commit a38b61c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "data/UnifiedFeedback"]
path = data/UnifiedFeedback
url = https://github.com/jdf-prog/UnifiedFeedback.git
url = https://github.com/jdf-prog/UnifiedFeedback
[submodule "hf_space/LLM-Blender"]
path = hf_space/LLM-Blender
url = https://huggingface.co/spaces/llm-blender/LLM-Blender
2 changes: 1 addition & 1 deletion train_ranker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dataset="UnifiedFeedback"
eval_dataset="reward_bench"
backbone_type="phi" # "deberta" or "roberta"
backbone_name="microsoft/phi-2" # "microsoft/deberta-v3-large" or "roberta-large"
n_gpu=4
n_gpu=8
ranker="PairRanker" # "PairRanker" or "Summareranker" or "SimCLS"
candidate_model="" # separted by comma. Empty string for all models
candidate_decoding_method="" # separted by comma. Empty string for all methods
Expand Down

0 comments on commit a38b61c

Please sign in to comment.