Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Fine-tuned ESM2 Protein Classifier (pdac_pred_llm)
|
2 |
|
3 |
This repository contains a fine-tuned ESM2 model for protein sequence classification, specifically the model uploaded to `shubhamc-iiitd/pdac_pred_llm`. The model is trained to predict binary labels based on protein sequences.
|
|
|
1 |
+
---
|
2 |
+
license: gpl-3.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
base_model:
|
6 |
+
- facebook/esm2_t6_8M_UR50D
|
7 |
+
tags:
|
8 |
+
- Cancer
|
9 |
+
- Transcriptomics
|
10 |
+
- biology
|
11 |
+
---
|
12 |
# Fine-tuned ESM2 Protein Classifier (pdac_pred_llm)
|
13 |
|
14 |
This repository contains a fine-tuned ESM2 model for protein sequence classification, specifically the model uploaded to `shubhamc-iiitd/pdac_pred_llm`. The model is trained to predict binary labels based on protein sequences.
|