marisming commited on
Commit
1945daf
·
verified ·
1 Parent(s): fbab96a

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +69 -0
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ - zh
6
+ tags:
7
+ - biology
8
+ ---
9
+ # Dataset Card for Dataset Name
10
+
11
+ DNAGPT2- The Best Beginner's Guide to Gene Sequence Large Language Models
12
+
13
+ ### 1. Overview
14
+ Large language models have long transcended the NLP research domain, becoming a cornerstone for AI in science. Gene sequences in bioinformatics are most similar to natural language, making the application of large models to biological sequence studies a hot research direction in recent years. The 2024 Nobel Prize in Chemistry awarded to AlphaFold for predicting protein structures has further illuminated the future path for biological research.
15
+
16
+ However, for most biologists, large models remain unfamiliar territory. Until 2023, models like GPT were niche topics within NLP research, only gaining public attention due to the emergence of ChatGPT.
17
+
18
+ Most biology + large model research has emerged post-2023, but the significant interdisciplinary gap means these studies are typically collaborative efforts by large companies and teams. Replicating or learning from this work is challenging for many researchers, as evidenced by the issues sections of top papers on GitHub.
19
+
20
+ On one hand, large models are almost certain to shape the future of biological research; on the other, many researchers hesitate at the threshold of large models. Providing a bridge over this gap is thus an urgent need.
21
+
22
+ DNAGTP2 serves as this bridge, aiming to facilitate more biologists in overcoming the large model barrier and leveraging these powerful tools to advance their work.
23
+
24
+ ### 2. Tutorial Characteristics
25
+ This tutorial is characterized by:
26
+
27
+ 1. **Simplicity**: Simple code entirely built using Hugging Face’s standard libraries.
28
+ 2. **Simplicity**: Basic theoretical explanations with full visual aids.
29
+ 3. **Simplicity**: Classic paper cases that are easy to understand.
30
+
31
+ Despite its simplicity, the tutorial covers comprehensive content, from building tokenizers to constructing GPT, BERT models from scratch, fine-tuning LLaMA models, basic DeepSpeed multi-GPU distributed training, and applying SOTA models like LucaOne and ESM3. It combines typical biological tasks such as sequence classification, structure prediction, and regression analysis, progressively unfolding.
32
+
33
+ ### Target Audience:
34
+ 1. Researchers and students in the field of biology, especially bioinformatics.
35
+ 2. Beginners in large model learning, applicable beyond just biology.
36
+
37
+ ### 3. Tutorial Outline
38
+ #### 1 Data and Environment
39
+ 1.1 Introduction to Large Model Runtime Environments
40
+ 1.2 Pre-trained and Fine-tuning Data Related to Genes
41
+ 1.3 Basic Usage of Datasets Library
42
+
43
+ #### 2 Building DNA GPT2/Bert Large Models from Scratch
44
+ 2.1 Building DNA Tokenizer
45
+ 2.2 Training DNA GPT2 Model from Scratch
46
+ 2.3 Training DNA Bert Model from Scratch
47
+ 2.4 Feature Extraction for Biological Sequences Using Gene Large Models
48
+ 2.5 Building Large Models Based on Multimodal Data
49
+
50
+ #### 3 Biological Sequence Tasks Using Gene Large Models
51
+ 3.1 Sequence Classification Task
52
+ 3.2 Structure Prediction Task
53
+ 3.3 Multi-sequence Interaction Analysis
54
+ 3.4 Function Prediction Task
55
+ 3.5 Regression Tasks
56
+
57
+ #### 4 Entering the ChatGPT Era: Gene Instruction Building and Fine-tuning
58
+ 4.1 Expanding LLaMA Vocabulary Based on Gene Data
59
+ 4.2 Introduction to DeepSpeed Distributed Training
60
+ 4.3 Continuous Pre-training of LLaMA Model Based on Gene Data
61
+ 4.4 Classification Task Using LLaMA-gene Large Model
62
+ 4.5 Instruction Fine-tuning Based on LLaMA-gene Large Model
63
+
64
+ #### 5 Overview of SOTA Large Model Applications in Biology
65
+ 5.1 Application of DNABERT2
66
+ 5.2 Usage of LucaOne
67
+ 5.3 Usage of ESM3
68
+ 5.4 Application of MedGPT
69
+ 5.5 Application of LLaMA-gene