From 91f3657d2d362fbf55dfb24b03e89f1efa0b15f2 Mon Sep 17 00:00:00 2001 From: ZeMing Gong <67206894+zmgong@users.noreply.github.com> Date: Mon, 8 Jul 2024 10:30:02 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 254cace..dc765de 100644 --- a/README.md +++ b/README.md @@ -33,10 +33,10 @@ We provide pretrained embeddings and model weights. We evaluate our models by e | Training data | Aligned modalities | Embeddings | Model | Config | |---------------|---------------------|-------------|---------|--------| -| BIOSCAN-1M | None | TODO | N/A | TODO | +| BIOSCAN-1M | None | [Link](https://aspis.cmpt.sfu.ca/projects/bioscan/BIOSCAN_5M_for_downloading/extracted_embedding/bioscan_1m/no_align_1m/extracted_feature_from_val_split.hdf5) | N/A | TODO | | BIOSCAN-1M | **I**mage + **D**NA | [Link](https://aspis.cmpt.sfu.ca/projects/bioscan/BIOSCAN_5M_for_downloading/extracted_embedding/bioscan_1m/lora_vit_lora_barcode_bert_ssl_batch_size_400/extracted_feature_from_val_split.hdf5) | [Link](https://aspis.cmpt.sfu.ca/projects/bioscan/clip_project/ckpt/bioscan_clip/BIOSCAN_5M_for_downloading/ckpt/trained_with_bioscan_1m/image_dna.pth) | TODO | | BIOSCAN-1M | **I**mage + **D**NA + **T**ax | [Link](https://aspis.cmpt.sfu.ca/projects/bioscan/BIOSCAN_5M_for_downloading/extracted_embedding/bioscan_1m/lora_vit_lora_barcode_bert_lora_bert_ssl_batch_size_400/extracted_feature_from_val_split.hdf5) | [Link](https://aspis.cmpt.sfu.ca/projects/bioscan/clip_project/ckpt/bioscan_clip/BIOSCAN_5M_for_downloading/ckpt/trained_with_bioscan_1m/image_dna_text.pth) | TODO | -| BIOSCAN-5M | None | TODO | N/A | TODO | +| BIOSCAN-5M | None | [Link](https://aspis.cmpt.sfu.ca/projects/bioscan/BIOSCAN_5M_for_downloading/extracted_embedding/bioscan_5m/no_align_5m/extracted_feature_from_val_split.hdf5) | N/A | TODO | | BIOSCAN-5M | **I**mage + **D**NA | [Link](https://aspis.cmpt.sfu.ca/projects/bioscan/BIOSCAN_5M_for_downloading/extracted_embedding/bioscan_5m/lora_vit_lora_barcode_bert_ssl_batch_size_400/extracted_feature_from_val_split.hdf5) | [Link](https://aspis.cmpt.sfu.ca/projects/bioscan/clip_project/ckpt/bioscan_clip/BIOSCAN_5M_for_downloading/ckpt/trained_with_bioscan_5m/image_dna.pth) | TODO | | BIOSCAN-5M | **I**mage + **D**NA + **T**ax | [Link](https://aspis.cmpt.sfu.ca/projects/bioscan/BIOSCAN_5M_for_downloading/extracted_embedding/bioscan_5m/lora_vit_lora_barcode_bert_lora_bert_ssl_batch_size_400/extracted_feature_from_val_split.hdf5) | [Link](https://aspis.cmpt.sfu.ca/projects/bioscan/clip_project/ckpt/bioscan_clip/BIOSCAN_5M_for_downloading/ckpt/trained_with_bioscan_5m/image_dna_text.pth)| TODO |