BGLab commited on
Commit
55b6fd6
·
verified ·
1 Parent(s): 81c61bf

added BGLab/BioTrove-CLIP

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ METADATA_PATH = "components/metadata.csv"
27
  metadata_df = pl.read_csv(METADATA_PATH, low_memory = False)
28
  metadata_df = metadata_df.with_columns(pl.col("eol_page_id").cast(pl.Int64))
29
 
30
- model_str = "hf-hub:penfever/biotrove-o"
31
  tokenizer_str = "ViT-B-16"
32
 
33
  txt_emb_npy = "txt_emb_species.npy"
 
27
  metadata_df = pl.read_csv(METADATA_PATH, low_memory = False)
28
  metadata_df = metadata_df.with_columns(pl.col("eol_page_id").cast(pl.Int64))
29
 
30
+ model_str = "hf-hub:BGLab/BioTrove-CLIP"
31
  tokenizer_str = "ViT-B-16"
32
 
33
  txt_emb_npy = "txt_emb_species.npy"