Push model using huggingface_hub.
Browse files- README.md +11 -0
- config.json +15 -0
- pytorch_model.bin +3 -0
README.md
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
pipeline_tag: other
|
4 |
+
tags:
|
5 |
+
- model_hub_mixin
|
6 |
+
- pytorch_model_hub_mixin
|
7 |
+
---
|
8 |
+
|
9 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
10 |
+
- Library: [More Information Needed]
|
11 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_type": "PairClassificationModel",
|
3 |
+
"base_model": "chikit2077/CLAMP-6mer-1500bp-pretrain",
|
4 |
+
"description": "CLAMP for chromatin loop prediction",
|
5 |
+
"architecture": {
|
6 |
+
"signal_input_dim": 64,
|
7 |
+
"signal_hidden_dim": 128,
|
8 |
+
"fusion_hidden_dim": 512,
|
9 |
+
"attention_heads": 8,
|
10 |
+
"dropout": 0.1,
|
11 |
+
"distance_hidden_dim": 32,
|
12 |
+
"distance_output_dim": 64,
|
13 |
+
"classifier_hidden_dim": 256
|
14 |
+
}
|
15 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bbb777e7bbb081a04d50088a7bd4f764193d7dc819bca15758194282f475400d
|
3 |
+
size 399912878
|