Skip to content

Commit

Permalink
reform structure
Browse files Browse the repository at this point in the history
  • Loading branch information
renqianluo committed Apr 3, 2023
1 parent 64e098b commit f9641fb
Show file tree
Hide file tree
Showing 23 changed files with 23 additions and 1,492 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,8 @@ We provide our pre-trained BioGPT model checkpoints along with fine-tuned checkp
|----|----|---|---|
|BioGPT|Pre-trained BioGPT model checkpoint|[link](https://msramllasc.blob.core.windows.net/modelrelease/BioGPT/checkpoints/Pre-trained-BioGPT.tgz)|[link](https://huggingface.co/microsoft/biogpt)|
|BioGPT-Large|Pre-trained BioGPT-Large model checkpoint|[link](https://msramllasc.blob.core.windows.net/modelrelease/BioGPT/checkpoints/Pre-trained-BioGPT-Large.tgz)|[link](https://huggingface.co/microsoft/biogpt-large)|
|BioGPT-QA-PubMedQA-BioGPT-ResoningFree|Fine-tuned BioGPT for question answering task on PubMedQA reasoning free setting|[link](https://msralaphilly2.blob.core.windows.net/release/BioGPT/checkpoints/QA-PubMedQA-BioGPT-ReasoningFree.tgz)| |
|BioGPT-QA-PubMedQA-BioGPT-ResoningRequired|Fine-tuned BioGPT for question answering task on PubMedQA reasoning required setting|[link](https://msralaphilly2.blob.core.windows.net/release/BioGPT/checkpoints/QA-PubMedQA-BioGPT-ReasoningRequired.tgz)| |
|BioGPT-QA-PubMEDQA-BioGPT-Large-ReasoningFree|Fine-tuned BioGPT-Large for question answering task on PubMedQA reasoning free setting|[link](https://msralaphilly2.blob.core.windows.net/release/BioGPT/checkpoints/QA-PubMedQA-BioGPT-Large-ReasoningFree.tgz)|[link](https://huggingface.co/microsoft/biogpt-large-pubmedqa)|
|BioGPT-QA-PubMEDQA-BioGPT-Large-ReasoningRequired|Fine-tuned BioGPT-Large for question answering task on PubMedQA reasoning required setting|[link](https://msralaphilly2.blob.core.windows.net/release/BioGPT/checkpoints/QA-PubMedQA-BioGPT-Large-ReasoningRequired.tgz)||
|BioGPT-QA-PubMedQA-BioGPT|Fine-tuned BioGPT for question answering task on PubMedQA|[link](https://msralaphilly2.blob.core.windows.net/release/BioGPT/checkpoints/QA-PubMedQA-BioGPT.tgz)| |
|BioGPT-QA-PubMedQA-BioGPT-Large|Fine-tuned BioGPT-Large for question answering task on PubMedQA|[link](https://msralaphilly2.blob.core.windows.net/release/BioGPT/checkpoints/QA-PubMedQA-BioGPT-Large.tgz)||
|BioGPT-RE-BC5CDR|Fine-tuned BioGPT for relation extraction task on BC5CDR|[link](https://msramllasc.blob.core.windows.net/modelrelease/BioGPT/checkpoints/RE-BC5CDR-BioGPT.tgz)| |
|BioGPT-RE-DDI|Fine-tuned BioGPT for relation extraction task on DDI|[link](https://msramllasc.blob.core.windows.net/modelrelease/BioGPT/checkpoints/RE-DDI-BioGPT.tgz)| |
|BioGPT-RE-DTI|Fine-tuned BioGPT for relation extraction task on KD-DTI|[link](https://msramllasc.blob.core.windows.net/modelrelease/BioGPT/checkpoints/RE-DTI-BioGPT.tgz)| |
Expand Down
500 changes: 0 additions & 500 deletions data/PubMedQA/raw/test.tsv

This file was deleted.

450 changes: 0 additions & 450 deletions data/PubMedQA/raw/train.tsv

This file was deleted.

50 changes: 0 additions & 50 deletions data/PubMedQA/raw/valid.tsv

This file was deleted.

File renamed without changes.
36 changes: 0 additions & 36 deletions examples/QA-PubMedQA/ReasoningFree/README.md

This file was deleted.

35 changes: 0 additions & 35 deletions examples/QA-PubMedQA/ReasoningFree/infer.sh

This file was deleted.

35 changes: 0 additions & 35 deletions examples/QA-PubMedQA/ReasoningFree/infer_large.sh

This file was deleted.

42 changes: 0 additions & 42 deletions examples/QA-PubMedQA/ReasoningFree/preprocess.sh

This file was deleted.

42 changes: 0 additions & 42 deletions examples/QA-PubMedQA/ReasoningFree/preprocess_large.sh

This file was deleted.

56 changes: 0 additions & 56 deletions examples/QA-PubMedQA/ReasoningFree/rebuild_data.py

This file was deleted.

79 changes: 0 additions & 79 deletions examples/QA-PubMedQA/ReasoningFree/rebuild_data_large.py

This file was deleted.

21 changes: 0 additions & 21 deletions examples/QA-PubMedQA/ReasoningFree/train.sh

This file was deleted.

21 changes: 0 additions & 21 deletions examples/QA-PubMedQA/ReasoningFree/train_large.sh

This file was deleted.

Loading

0 comments on commit f9641fb

Please sign in to comment.