Skip to content

Commit

Permalink
Update PyPI2APP.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DoraDong-2023 committed Jan 8, 2024
1 parent 0323e2f commit 72a25e0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/PyPI2APP.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@ If you skip this step, ensure that you contain a file of `./data/standard_proces
python dataloader/preprocess_retriever_data.py --LIB ${LIB}
```

(Optional) You can validate of your annotated API_inquiry_annotate.json with
```bash
python dataloader/check_valid_API_annotate.py ${LIB}
```

Tips:
- (Optional) The automatically generated API_inquiry_annotate.json do not have human annotated data here, you need to annotate the API_inquiry_annotate.json by yourself if you want to test performance on human annotate data.
- If you skip the above step, please only refer to `train/val` performance instead of `test` performance.
Expand Down

0 comments on commit 72a25e0

Please sign in to comment.