Skip to content

Commit 0ccebce

Browse files
committed
changed LLM
replaced Gemma-2 with MedGemma
1 parent 1e48543 commit 0ccebce

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ <h2 class="text-white text-[22px] font-bold leading-tight tracking-[-0.015em] mb
119119
<p><strong>Scanned database</strong>: NCBI - <a href="https://www.ncbi.nlm.nih.gov/" target="_blank" class="text-cyan-400 hover:text-[#ff0000]">https://www.ncbi.nlm.nih.gov/</a></p>
120120
<p><strong>Virsentai Input Data</strong>: The model is fed the complete DNA sequences of newly discovered viruses that have so far only been found in animals or other non-human hosts.</p>
121121
<p><strong>Virsentai Model Output</strong>: The model predicts the likelihood that the virus can cross over and infect humans, flagging it as a potential zoonotic risk.</p>
122-
<p><strong>LLM to correct hosts</strong>: Gemini-2 (gemma-2-9b-it-Q4_K_M.gguf in LM Studio) using two NCBI fields (DEFINITION and TITLE of the first publication).</p>
122+
<p><strong>LLM to correct hosts</strong>: MedGemma (medgemma-4b-it-Q8_0.gguf in LM Studio) using two NCBI fields (DEFINITION and TITLE of the first publication).</p>
123123
<p><strong>PLAPT pre-trained model</strong>: Automatic drug repurposing by calculating affinity energy interactions between current drugs and the proteins of the possible zoonotic viruses. Learn more about PLAPT on
124124
<a href="https://github.com/trrt-good/WELP-PLAPT" target="_blank" class="text-cyan-400 hover:text-[#ff0000]">https://github.com/trrt-good/WELP-PLAPT</a>.</p>
125125
</div>

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ <h2 class="text-white text-lg font-bold leading-tight tracking-[-0.015em]">virse
325325
<div class="flex min-w-72 flex-col gap-3">
326326
<p class="text-white tracking-light text-[32px] font-bold leading-tight">Viral Sentry AI (VirSentAI)</p>
327327
<p class="text-white tracking-light text-[18px] font-bold leading-tight">Automated Zoonotic Surveillance & Drug Repurposing Agent</p>
328-
<p class="text-[#9cabba] text-base font-normal leading-relaxed">VirSentAI is a multimodal agent for zoonotic defense & therapeutic data fusion, an autonomous, tri-model agent designed to close the gap between viral emergence and therapeutic response. It orchestrates a unified surveillance workflow by continuously synthesizing intelligence from three specialized AI architectures: Gemma-2-9b (for context extraction), HyenaDNA (for genomic risk prediction), and PLAPT (for chemical affinity screening). This end-to-end data fusion transforms raw genomic sequences and unstructured text into actionable therapeutic candidates, providing a scalable solution for proactive pandemic preparedness.</p>
328+
<p class="text-[#9cabba] text-base font-normal leading-relaxed">VirSentAI is a multimodal agent for zoonotic defense & therapeutic data fusion, an autonomous, tri-model agent designed to close the gap between viral emergence and therapeutic response. It orchestrates a unified surveillance workflow by continuously synthesizing intelligence from three specialized AI architectures: MedGemma (for context extraction), HyenaDNA (for genomic risk prediction), and PLAPT (for chemical affinity screening). This end-to-end data fusion transforms raw genomic sequences and unstructured text into actionable therapeutic candidates, providing a scalable solution for proactive pandemic preparedness.</p>
329329
</div>
330330
</div>
331331

@@ -419,7 +419,7 @@ <h2 class="text-white text-[22px] font-bold leading-tight tracking-[-0.015em] px
419419

420420
<div class="px-4 pt-2 pb-5">
421421
<p class="text-[#9cabba] text-xs text-center">* Virus host considered Unknown to test predictions.</p>
422-
<p class="text-[#9cabba] text-xs text-center">** Virus host missing in NCBI but corrected with local Gemini-2 (gemma-2-9b-it-Q4_K_M.gguf in LM Studio) using two NCBI fields (DEFINITION and TITLE of the first publication).</p>
422+
<p class="text-[#9cabba] text-xs text-center">** Virus host missing in NCBI but corrected with local MedGemma (medgemma-4b-it-Q8_0.gguf in LM Studio) using two NCBI fields (DEFINITION and TITLE of the first publication).</p>
423423
<p class="text-[#9cabba] text-xs text-center">Zoonotic Predicted Probability Cutoff: 90%</p>
424424
<p class="text-[#9cabba] text-xs text-center">Disclaimer: virsentai is an AI model trained on complete viral genomes; practical laboratory experiments are required to confirm its results.</p>
425425
</div>

0 commit comments

Comments
 (0)