waterfall109 commited on
Commit
2c40c41
·
verified ·
1 Parent(s): 32dd21f

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +4 -0
config.json CHANGED
@@ -2,7 +2,11 @@
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
  }
 
2
  "model_name": "FRTSearch",
3
  "model_type": "mask-rcnn",
4
  "framework": "pytorch",
5
+ "library_name": "pytorch",
6
+ "license": "gpl-2.0",
7
  "architecture": "Mask R-CNN with HRNet backbone",
8
  "task": "instance-segmentation",
9
+ "pipeline_tag": "object-detection",
10
+ "tags": ["pytorch", "mask-rcnn", "astronomy", "object-detection", "frb", "pulsar"],
11
  "description": "Fast Radio Transients Search Tool - Deep learning model for detecting pulsars, RRATs, and FRBs in radio astronomical data"
12
  }