Create cell_type_configs/hepg2_config.json
Browse files
cell_type_configs/hepg2_config.json
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"cell_type": "HepG2",
|
| 3 |
+
"weights_file": "weights/HepG2_best_model_test1_val2.safetensors",
|
| 4 |
+
"description": "Weights trained on HepG2 cell line data"
|
| 5 |
+
}
|