update config.json to include mappings
#2
by ksmu - opened
- config.json +74 -72
config.json
CHANGED
|
@@ -10,83 +10,85 @@
|
|
| 10 |
"hidden_dropout_prob": 0.1,
|
| 11 |
"hidden_size": 768,
|
| 12 |
"id2label": {
|
| 13 |
-
"0": "
|
| 14 |
-
"1": "
|
| 15 |
-
"2": "
|
| 16 |
-
"3": "
|
| 17 |
-
"4": "
|
| 18 |
-
"5": "
|
| 19 |
-
"6": "
|
| 20 |
-
"7": "
|
| 21 |
-
"8": "
|
| 22 |
-
"9": "
|
| 23 |
-
"10": "
|
| 24 |
-
"11": "
|
| 25 |
-
"12": "
|
| 26 |
-
"13": "
|
| 27 |
-
"14": "
|
| 28 |
-
"15": "
|
| 29 |
-
"16": "
|
| 30 |
-
"17": "
|
| 31 |
-
"18": "
|
| 32 |
-
"19": "
|
| 33 |
-
"20": "
|
| 34 |
-
"21": "
|
| 35 |
-
"22": "
|
| 36 |
-
"23": "
|
| 37 |
-
"24": "
|
| 38 |
-
"25": "
|
| 39 |
-
"26": "
|
| 40 |
-
"27": "
|
| 41 |
-
"28": "
|
| 42 |
-
"29": "
|
| 43 |
-
"30": "
|
| 44 |
-
"31": "
|
| 45 |
-
"32": "
|
| 46 |
-
"33": "
|
| 47 |
-
"34": "
|
| 48 |
-
"35": "
|
| 49 |
},
|
| 50 |
"initializer_range": 0.02,
|
| 51 |
"intermediate_size": 3072,
|
| 52 |
"label2id": {
|
| 53 |
-
"
|
| 54 |
-
"
|
| 55 |
-
"
|
| 56 |
-
"
|
| 57 |
-
"
|
| 58 |
-
"
|
| 59 |
-
"
|
| 60 |
-
"
|
| 61 |
-
"
|
| 62 |
-
"
|
| 63 |
-
"
|
| 64 |
-
"
|
| 65 |
-
"
|
| 66 |
-
"
|
| 67 |
-
"
|
| 68 |
-
"
|
| 69 |
-
"
|
| 70 |
-
"
|
| 71 |
-
"
|
| 72 |
-
"
|
| 73 |
-
"
|
| 74 |
-
"
|
| 75 |
-
"
|
| 76 |
-
"
|
| 77 |
-
"
|
| 78 |
-
"
|
| 79 |
-
"
|
| 80 |
-
"
|
| 81 |
-
"
|
| 82 |
-
"
|
| 83 |
-
"
|
| 84 |
-
"
|
| 85 |
-
"
|
| 86 |
-
"
|
| 87 |
-
"
|
| 88 |
-
"
|
| 89 |
},
|
|
|
|
|
|
|
| 90 |
"layer_norm_eps": 1e-05,
|
| 91 |
"max_position_embeddings": 1026,
|
| 92 |
"model_type": "roberta",
|
|
|
|
| 10 |
"hidden_dropout_prob": 0.1,
|
| 11 |
"hidden_size": 768,
|
| 12 |
"id2label": {
|
| 13 |
+
"0": "Active Galactic Nuclei",
|
| 14 |
+
"1": "Binary Black Holes",
|
| 15 |
+
"2": "Binary Neutron Stars",
|
| 16 |
+
"3": "Binary Pulsars",
|
| 17 |
+
"4": "Burst",
|
| 18 |
+
"5": "Cataclysmic Variables",
|
| 19 |
+
"6": "Compact Binary Inspiral",
|
| 20 |
+
"7": "Continuous",
|
| 21 |
+
"8": "Cosmic Rays",
|
| 22 |
+
"9": "Exoplanets",
|
| 23 |
+
"10": "Fast Blue Optical Transients",
|
| 24 |
+
"11": "Fast Radio Bursts",
|
| 25 |
+
"12": "Gamma rays",
|
| 26 |
+
"13": "Gamma-ray Bursts",
|
| 27 |
+
"14": "Infrared",
|
| 28 |
+
"15": "Intermediate Mass",
|
| 29 |
+
"16": "Kilonovae",
|
| 30 |
+
"17": "Magnetars",
|
| 31 |
+
"18": "Neutrinos",
|
| 32 |
+
"19": "Neutron Star-Black Hole",
|
| 33 |
+
"20": "Novae",
|
| 34 |
+
"21": "Optical",
|
| 35 |
+
"22": "Pevatrons",
|
| 36 |
+
"23": "Pulsar Wind Nebulae",
|
| 37 |
+
"24": "Pulsars",
|
| 38 |
+
"25": "Radio",
|
| 39 |
+
"26": "Stellar Mass",
|
| 40 |
+
"27": "Stellar flares",
|
| 41 |
+
"28": "Stochastic",
|
| 42 |
+
"29": "SuperNovae",
|
| 43 |
+
"30": "Supermassive",
|
| 44 |
+
"31": "Supernova Remnants",
|
| 45 |
+
"32": "Ultraviolet",
|
| 46 |
+
"33": "White Dwarf Binaries",
|
| 47 |
+
"34": "X-rays",
|
| 48 |
+
"35": "non-TDAMM"
|
| 49 |
},
|
| 50 |
"initializer_range": 0.02,
|
| 51 |
"intermediate_size": 3072,
|
| 52 |
"label2id": {
|
| 53 |
+
"Active Galactic Nuclei": 0,
|
| 54 |
+
"Binary Black Holes": 1,
|
| 55 |
+
"Binary Neutron Stars": 2,
|
| 56 |
+
"Binary Pulsars": 3,
|
| 57 |
+
"Burst": 4,
|
| 58 |
+
"Cataclysmic Variables": 5,
|
| 59 |
+
"Compact Binary Inspiral": 6,
|
| 60 |
+
"Continuous": 7,
|
| 61 |
+
"Cosmic Rays": 8,
|
| 62 |
+
"Exoplanets": 9,
|
| 63 |
+
"Fast Blue Optical Transients": 10,
|
| 64 |
+
"Fast Radio Bursts": 11,
|
| 65 |
+
"Gamma rays": 12,
|
| 66 |
+
"Gamma-ray Bursts": 13,
|
| 67 |
+
"Infrared": 14,
|
| 68 |
+
"Intermediate Mass": 15,
|
| 69 |
+
"Kilonovae": 16,
|
| 70 |
+
"Magnetars": 17,
|
| 71 |
+
"Neutrinos": 18,
|
| 72 |
+
"Neutron Star-Black Hole": 19,
|
| 73 |
+
"Novae": 20,
|
| 74 |
+
"Optical": 21,
|
| 75 |
+
"Pevatrons": 22,
|
| 76 |
+
"Pulsar Wind Nebulae": 23,
|
| 77 |
+
"Pulsars": 24,
|
| 78 |
+
"Radio": 25,
|
| 79 |
+
"Stellar Mass": 26,
|
| 80 |
+
"Stellar flares": 27,
|
| 81 |
+
"Stochastic": 28,
|
| 82 |
+
"SuperNovae": 29,
|
| 83 |
+
"Supermassive": 30,
|
| 84 |
+
"Supernova Remnants": 31,
|
| 85 |
+
"Ultraviolet": 32,
|
| 86 |
+
"White Dwarf Binaries": 33,
|
| 87 |
+
"X-rays": 34,
|
| 88 |
+
"non-TDAMM": 35
|
| 89 |
},
|
| 90 |
+
|
| 91 |
+
|
| 92 |
"layer_norm_eps": 1e-05,
|
| 93 |
"max_position_embeddings": 1026,
|
| 94 |
"model_type": "roberta",
|