Skip to content

[EMNLP 2024] This is the official code repo for the paper: Geneverse: A collection of Open-source Multimodal Large Language Models for Genomic and Proteomic Research.

Notifications You must be signed in to change notification settings

HelloWorldLTY/Geneverse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

To run the finetuning steps of LLMs, you need install stanford-alpaca or alpaca-lora. The former repo is for full-parameter finetuing, while the later repo is for parameter-efficient finetuning.

To run the finetuning steps of MLLMs, you need install fintuned LLaVA. The official implementation of LLaVA can be found here.

To run the RAG-based LLMs, you need install llamaindex.

Tutorial

We have four different folders for four cases:

The folder stanford_alpaca is for full-parameter finetuning LLMs.

The folder alpaca_lora is for parameter-efficient finetuning LLMs.

The folder rag_llm is for RAG-based LLMs.

The folder finetuned_LLaVA is for fintuned LLaVA.

The folder post_processing is for post-processing step.

All of the hyper-parameters used in our experiments can be found in these folders.

Acknowledgements

We thank the authors from stanford-alpaca, alpaca-lora and LLaVA for offering methods to finetune MLLMs.

Citation

@article{liu2024geneverse, title={Geneverse: A collection of Open-source Multimodal Large Language Models for Genomic and Proteomic Research}, author={Liu, Tianyu and Xiao, Yijia and Luo, Xiao and Xu, Hua and Zheng, W Jim and Zhao, Hongyu}, journal={arXiv preprint arXiv:2406.15534}, year={2024} }

About

[EMNLP 2024] This is the official code repo for the paper: Geneverse: A collection of Open-source Multimodal Large Language Models for Genomic and Proteomic Research.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published