Skip to content

Commit

Permalink
Update bge-en-icl arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
545999961 authored Oct 30, 2024
1 parent dc2170d commit 155ac32
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion FlagEmbedding/llm_dense_retriever/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,10 @@ run.py \
--dataloader_drop_last True \
--normlized True \
--temperature 0.02 \
--query_max_len 512 \
--query_max_len 2048 \
--passage_max_len 512 \
--example_query_max_len 256 \
--example_passage_max_len 256 \
--train_group_size 8 \
--logging_steps 1 \
--save_steps 250 \
Expand Down

0 comments on commit 155ac32

Please sign in to comment.