Upload config.json with huggingface_hub
Browse files- config.json +8 -0
config.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_name": "FRTSearch",
|
| 3 |
+
"model_type": "mask-rcnn",
|
| 4 |
+
"framework": "pytorch",
|
| 5 |
+
"architecture": "Mask R-CNN with HRNet backbone",
|
| 6 |
+
"task": "instance-segmentation",
|
| 7 |
+
"description": "Fast Radio Transients Search Tool - Deep learning model for detecting pulsars, RRATs, and FRBs in radio astronomical data"
|
| 8 |
+
}
|