Push model using huggingface_hub.
Browse files- README.md +1 -1
- config.json +1 -1
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
-
pipeline_tag:
|
4 |
tags:
|
5 |
- model_hub_mixin
|
6 |
- pytorch_model_hub_mixin
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
pipeline_tag: chromatin-loop-prediction
|
4 |
tags:
|
5 |
- model_hub_mixin
|
6 |
- pytorch_model_hub_mixin
|
config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
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,
|
|
|
1 |
{
|
2 |
"model_type": "PairClassificationModel",
|
3 |
"base_model": "chikit2077/CLAMP-6mer-1500bp-pretrain",
|
4 |
+
"description": "CLAMP finetuned for chromatin loop prediction",
|
5 |
"architecture": {
|
6 |
"signal_input_dim": 64,
|
7 |
"signal_hidden_dim": 128,
|