Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- Plant_PLM_logo.png +3 -0
- README.md +4 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
Plant_PLM_logo.png filter=lfs diff=lfs merge=lfs -text
|
Plant_PLM_logo.png
ADDED
|
Git LFS Details
|
README.md
CHANGED
|
@@ -18,6 +18,10 @@ pipeline_tag: fill-mask
|
|
| 18 |
|
| 19 |
# PlantPLM-8M
|
| 20 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
**ESM-2 8M parameter model continued-pretrained on Viridiplantae (plant) protein sequences.**
|
| 22 |
|
| 23 |
This is a domain-adapted version of [`facebook/esm2_t6_8M_UR50D`](https://huggingface.co/facebook/esm2_t6_8M_UR50D), fine-tuned on a curated subset of UniProt TrEMBL containing only plant-kingdom proteins. The adaptation improves representation quality for plant-specific protein tasks compared to the general-purpose ESM-2 baseline.
|
|
|
|
| 18 |
|
| 19 |
# PlantPLM-8M
|
| 20 |
|
| 21 |
+
<img src="Plant_PLM_logo.png" alt="Alt Text" width="500">
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
|
| 25 |
**ESM-2 8M parameter model continued-pretrained on Viridiplantae (plant) protein sequences.**
|
| 26 |
|
| 27 |
This is a domain-adapted version of [`facebook/esm2_t6_8M_UR50D`](https://huggingface.co/facebook/esm2_t6_8M_UR50D), fine-tuned on a curated subset of UniProt TrEMBL containing only plant-kingdom proteins. The adaptation improves representation quality for plant-specific protein tasks compared to the general-purpose ESM-2 baseline.
|