https://github.com/gersteinlab/mediqa-chat-2023
MEDIQA-Chat-2023 GersteinLab solution
https://github.com/gersteinlab/mediqa-chat-2023
Last synced: 2 months ago
JSON representation
MEDIQA-Chat-2023 GersteinLab solution
- Host: GitHub
- URL: https://github.com/gersteinlab/mediqa-chat-2023
- Owner: gersteinlab
- Created: 2023-05-04T20:01:49.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-09T05:37:02.000Z (about 2 years ago)
- Last Synced: 2025-01-20T12:07:50.126Z (4 months ago)
- Language: Jupyter Notebook
- Size: 12.8 MB
- Stars: 2
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Important
- Model files are available in [Google Drive](https://drive.google.com/drive/folders/1MO82aRLUuCmZVT6joaKWxskQUJRGb9ip?usp=sharing)
- After cloning this repository download these folders and files from the above link: `best-84.11`, `checkpoint-600`, `checkpoint-7776`, `final-roberta-classifier`, and `RoBERTa-base-PM-M3-Voc-distill-align-hf`# Model files explanation
- `best-84.11` / `final-roberta-classifier`: Best RoBERTa with classification head checkpoint
- `checkpoint-600`: Best BART checkpoint trained with attempt to add length as a loss
- `checkpoint-7776`: Best BART checkpoint trained
- `RoBERTa-base-PM-M3-Voc-distill-align-hf`: From [bio-lm](https://github.com/facebookresearch/bio-lm)