Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions research/Reinforced_IR/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ For example, for msmarco dataset, you can save with the following format:

For all data, you can save with the following format:

```bash
```
├─data
| ├─msmarco
| ├─corpus.json
Expand Down Expand Up @@ -152,7 +152,7 @@ python generate_universal_query.py \

For all data, it will be saved with the following format:

```bash
```
├─inference
├─finetune
├─data_generation
Expand Down Expand Up @@ -207,7 +207,7 @@ python update_file.py \

For all data, it will be saved with the following format:

```bash
```
├─inference
├─finetune
| ├─generator
Expand Down Expand Up @@ -337,7 +337,7 @@ python generate_retriever_distill_data.py \

For all data, it will be saved with the following format:

```bash
```
├─inference
├─finetune
| ├─generator
Expand Down
Loading