Initial GEP weights
Browse files- README.md +15 -0
- config.json +15 -0
- model.safetensors +3 -0
README.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
pipeline_tag: other
|
| 4 |
+
tags:
|
| 5 |
+
- bioinformatics
|
| 6 |
+
- model_hub_mixin
|
| 7 |
+
- plant-genomics
|
| 8 |
+
- pytorch_model_hub_mixin
|
| 9 |
+
- regulatory-genomics
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
| 13 |
+
- Code: https://huggingface.co/your-username/deepplant
|
| 14 |
+
- Paper: [More Information Needed]
|
| 15 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"decoder_num_layers": 0,
|
| 3 |
+
"dim_forwardfeed": 2048,
|
| 4 |
+
"dropout": 0.2,
|
| 5 |
+
"embed_dim": 2048,
|
| 6 |
+
"encoder_num_layers": 6,
|
| 7 |
+
"encoder_type": "attention",
|
| 8 |
+
"expand_factor": 2,
|
| 9 |
+
"max_seq_length": 100,
|
| 10 |
+
"n_features": 3142,
|
| 11 |
+
"n_filters": 512,
|
| 12 |
+
"num_heads": 8,
|
| 13 |
+
"task": "GEP",
|
| 14 |
+
"use_pos_encoding": true
|
| 15 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c4a65c5ea2785c62079c0cc1aa8332ca887228df80d98fe05ebbfb75070830d1
|
| 3 |
+
size 998992496
|