Add library_name and improve model card

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +25 -6
README.md CHANGED
@@ -1,10 +1,11 @@
1
  ---
2
- license: apache-2.0
3
- datasets:
4
- - Moreza009/AAV_datasets
5
  base_model:
6
  - facebook/esm2_t6_8M_UR50D
 
 
 
7
  pipeline_tag: text-classification
 
8
  tags:
9
  - biology
10
  - protein
@@ -12,15 +13,17 @@ tags:
12
  - capsid_engineering
13
  ---
14
 
15
- This is an auxiliary model for the paper ********[AAVGen: Precision Engineering of Adeno-associated Virus for Renal Selective Targeting]()********
 
 
16
 
17
  Please visit:
18
  <p align="center">
19
  <a href="https://github.com/mohammad-gh009/AAVGen">
20
- <img src="https://img.shields.io/badge/GitHub-Code-blue.svg?logo=githu" alt="Github">
21
  </a>
22
  <a href="https://arxiv.org/abs/2602.18915">
23
- <img src="https://img.shields.io/badge/arXiv-2602.18915-b31b1b.svg" alt="arXive">
24
  </a>
25
  <a href="https://huggingface.co/datasets/Moreza009/AAV_datasets">
26
  <img src="https://img.shields.io/badge/🤗%20Hugging%20Face-Datasets-yellow" alt="HuggingFace datasets">
@@ -33,3 +36,19 @@ Please visit:
33
  <p align="center">
34
  <img src="https://raw.githubusercontent.com/mohammad-gh009/AAVGen/main/assets/Logo.png" alt="Logo" width="500">
35
  </p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
 
 
 
2
  base_model:
3
  - facebook/esm2_t6_8M_UR50D
4
+ datasets:
5
+ - Moreza009/AAV_datasets
6
+ license: apache-2.0
7
  pipeline_tag: text-classification
8
+ library_name: transformers
9
  tags:
10
  - biology
11
  - protein
 
13
  - capsid_engineering
14
  ---
15
 
16
+ This is an auxiliary model for the paper **[AAVGen: Precision Engineering of Adeno-associated Viral Capsids for Renal Selective Targeting](https://huggingface.co/papers/2602.18915)**.
17
+
18
+ AAVGen is a generative artificial intelligence framework for de novo design of AAV capsids with enhanced multi-trait profiles. This specific model is one of the ESM-2-based regression predictors (based on [facebook/esm2_t6_8M_UR50D](https://huggingface.co/facebook/esm2_t6_8M_UR50D)) used to guide the generative process by predicting key properties such as production fitness, kidney tropism, and thermostability.
19
 
20
  Please visit:
21
  <p align="center">
22
  <a href="https://github.com/mohammad-gh009/AAVGen">
23
+ <img src="https://img.shields.io/badge/GitHub-Code-blue.svg?logo=github" alt="Github">
24
  </a>
25
  <a href="https://arxiv.org/abs/2602.18915">
26
+ <img src="https://img.shields.io/badge/arXiv-2602.18915-b31b1b.svg" alt="arXiv">
27
  </a>
28
  <a href="https://huggingface.co/datasets/Moreza009/AAV_datasets">
29
  <img src="https://img.shields.io/badge/🤗%20Hugging%20Face-Datasets-yellow" alt="HuggingFace datasets">
 
36
  <p align="center">
37
  <img src="https://raw.githubusercontent.com/mohammad-gh009/AAVGen/main/assets/Logo.png" alt="Logo" width="500">
38
  </p>
39
+
40
+ ## Citation
41
+
42
+ If you use AAVGen in your research, please cite:
43
+
44
+ ```bibtex
45
+ @misc{ghaffarzadehesfahani2026aavgenprecisionengineeringadenoassociated,
46
+ title={AAVGen: Precision Engineering of Adeno-associated Viral Capsids for Renal Selective Targeting},
47
+ author={Mohammadreza Ghaffarzadeh-Esfahani and Yousof Gheisari},
48
+ year={2026},
49
+ eprint={2602.18915},
50
+ archivePrefix={arXiv},
51
+ primaryClass={q-bio.QM},
52
+ url={https://arxiv.org/abs/2602.18915},
53
+ }
54
+ ```