Skip to content

Commit 1054f1e

Browse files
committed
update readme
1 parent 2cf2631 commit 1054f1e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

examples/finetune/embedder/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ python add_reranker_score.py \
8080
--use_gpu_for_searching
8181
```
8282

83-
- `input_file`: path to save JSON data with mined hard negatives for finetuning
84-
- `output_file`: path to save JSON data with scores for finetuning
83+
- **`input_file`**: path to save JSON data with mined hard negatives for finetuning
84+
- **`output_file`**: path to save JSON data with scores for finetuning
8585
- **`use_fp16`**: Whether to use fp16 for inference. Default: True
8686
- **`devices`**: Devices to use for inference. Default: None, multiple values allowed
8787
- **`trust_remote_code`**: Trust remote code. Default: False

examples/finetune/reranker/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ See [example_data](https://github.com/hanhainebula/FlagEmbedding/tree/new-flagem
8282
--reranker_max_length 1024
8383
```
8484

85-
- `input_file`: path to save JSON data with mined hard negatives for finetuning
86-
- `output_file`: path to save JSON data with scores for finetuning
85+
- **`input_file`**: path to save JSON data with mined hard negatives for finetuning
86+
- **`output_file`**: path to save JSON data with scores for finetuning
8787
- **`use_fp16`**: Whether to use fp16 for inference. Default: True
8888
- **`devices`**: Devices to use for inference. Default: None, multiple values allowed
8989
- **`trust_remote_code`**: Trust remote code. Default: False

0 commit comments

Comments
 (0)