We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b902f3 commit cd03820Copy full SHA for cd03820
1 file changed
examples/finetune/embedder/README.md
@@ -75,9 +75,11 @@ cd FlagEmbedding/scripts
75
python add_reranker_score.py \
76
--input_file toy_finetune_data_minedHN.jsonl \
77
--output_file toy_finetune_data_score.jsonl \
78
---range_for_sampling 2-200 \
79
---negative_number 15 \
80
---use_gpu_for_searching
+--reranker_name_or_path BAAI/bge-reranker-v2-m3 \
+--devices cuda:0 cuda:1 \
+--cache_dir ./cache/model \
81
+--reranker_query_max_length 512 \
82
+--reranker_max_length 1024
83
```
84
85
- **`input_file`**: path to save JSON data with mined hard negatives for finetuning
0 commit comments