Skip to content

Commit

Permalink
Update README_En.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yangapku authored Nov 12, 2022
1 parent ef52cac commit 2746589
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README_En.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ Texts and image-text pairing relations are stored in `${split}_texts.jsonl`, whe
```
{"text_id": 8428, "text": "高级感托特包斜挎", "image_ids": [1076345, 517602]}
```
For the test set where only the texts are given and the image-text pairing relations are unknown, just leave the `image_ids` field as an empty list, `"image_ids": []`.

Finally, we need to serialize tsv and jsonl and transform them to LMDB files, which is easy for random access during training.
```
Expand Down

0 comments on commit 2746589

Please sign in to comment.