Skip to content

Commit

Permalink
docs: --embedder_name_or_path
Browse files Browse the repository at this point in the history
  • Loading branch information
sigridjineth authored Nov 29, 2024
1 parent 777a9ac commit 983f9da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/finetune/embedder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ cd FlagEmbedding/scripts

```shell
python hn_mine.py \
--model_name_or_path BAAI/bge-base-en-v1.5 \
--embedder_name_or_path BAAI/bge-base-en-v1.5 \
--input_file toy_finetune_data.jsonl \
--output_file toy_finetune_data_minedHN.jsonl \
--range_for_sampling 2-200 \
Expand Down

0 comments on commit 983f9da

Please sign in to comment.