yanjiehuang commited on
Commit
4e41e6a
·
verified ·
1 Parent(s): 2a0d466

Update README: add paper link, GitHub links, and open-source resources table

Browse files
Files changed (1) hide show
  1. README.md +14 -2
README.md CHANGED
@@ -36,8 +36,20 @@ sequences** spanning all domains of life.
36
  > - `EVA_1.4B_CLM`: an additional 1.4B checkpoint trained exclusively with the CLM objective.
37
 
38
  For instructions, details, and examples, please refer to our
39
- [technical report](https://arxiv.org/abs/XXXX.XXXXX) and
40
- [GitHub repository](https://github.com/kevinhyj/EVA1).
 
 
 
 
 
 
 
 
 
 
 
 
41
 
42
  ## Capabilities
43
 
 
36
  > - `EVA_1.4B_CLM`: an additional 1.4B checkpoint trained exclusively with the CLM objective.
37
 
38
  For instructions, details, and examples, please refer to our
39
+ [technical report](https://www.biorxiv.org/content/10.64898/2026.03.17.712398v1) and
40
+ [GitHub repository](https://github.com/GENTEL-lab/EVA).
41
+
42
+ ## Open-Source Resources
43
+
44
+ | Resource | Link | Description |
45
+ |----------|------|-------------|
46
+ | 📄 Paper | [bioRxiv](https://www.biorxiv.org/content/10.64898/2026.03.17.712398v1) | Technical report |
47
+ | 💻 GitHub | [GENTEL-lab/EVA](https://github.com/GENTEL-lab/EVA) | Full codebase |
48
+ | 🗄️ Training Data | [OpenRNA-v1-114M](https://huggingface.co/datasets/GENTEL-Lab/OpenRNA-v1-114M) | 114M full-length RNA sequences |
49
+ | 🏋️ Training Code | [training/](https://github.com/GENTEL-lab/EVA/tree/main/training) | Pretraining, midtraining & evaluation for MoE and dense models |
50
+ | 🔧 Finetuning Code | [finetune/](https://github.com/GENTEL-lab/EVA/tree/main/finetune) | Finetuning pipelines |
51
+ | 🔬 Interpretability | [notebooks/interpretability_analysis/](https://github.com/GENTEL-lab/EVA/tree/main/notebooks/interpretability_analysis) | SAE interpretability analysis |
52
+ | 🧪 Inference & Design | [tools/](https://github.com/GENTEL-lab/EVA/tree/main/tools) | Fitness prediction, CLM/GLM design, directed evolution |
53
 
54
  ## Capabilities
55