Update clic/clusters/v1.9.0/README.md
Browse files
clic/clusters/v1.9.0/README.md
CHANGED
@@ -4,7 +4,25 @@ This model reconstructs particles in a detector, based on the tracks and calorim
|
|
4 |
|
5 |
## Model Details
|
6 |
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
|
9 |
### Model Description
|
10 |
|
@@ -67,6 +85,9 @@ The datasets were generated using Key4HEP with the following scripts:
|
|
67 |
|
68 |
## Training Procedure
|
69 |
|
|
|
|
|
|
|
70 |
```bash
|
71 |
#!/bin/bash
|
72 |
#SBATCH --job-name=mlpf-train
|
@@ -113,7 +134,13 @@ singularity exec \
|
|
113 |
--train --gpu-batch-multiplier 128 --num-workers 8 --prefetch-factor 100 --checkpoint-freq 1 --conv-type attention --dtype bfloat16 --lr 0.0001 --num-epochs 30
|
114 |
```
|
115 |
|
|
|
|
|
116 |
## Evaluation
|
|
|
|
|
|
|
|
|
117 |
```bash
|
118 |
#!/bin/bash
|
119 |
#SBATCH --partition gpu
|
@@ -134,6 +161,8 @@ singularity exec -B /scratch/persistent --nv \
|
|
134 |
~
|
135 |
```
|
136 |
|
|
|
|
|
137 |
## Citation
|
138 |
|
139 |
## Glossary
|
|
|
4 |
|
5 |
## Model Details
|
6 |
|
7 |
+
The performance is measured with respect to generator-level jets and MET computed from Pythia particles, i.e. the truth-level jets and MET.
|
8 |
+
|
9 |
+
<details>
|
10 |
+
<summary>Jet performance</summary>
|
11 |
+
|
12 |
+
<img src="plots_checkpoint-26-2.004527/clic_edm_ttbar_pf/jet_response_iqr_over_med_pt.png" alt="ttbar jet resolution" width="300"/>
|
13 |
+
<img src="plots_checkpoint-26-2.004527/clic_edm_qq_pf/jet_response_iqr_over_med_pt.png" alt="qq jet resolution" width="300"/>
|
14 |
+
<img src="plots_checkpoint-26-2.004527/clic_edm_ww_fullhad_pf/jet_response_iqr_over_med_pt.png" alt="ttbar jet resolution" width="300"/>
|
15 |
+
|
16 |
+
</details>
|
17 |
+
|
18 |
+
<details>
|
19 |
+
<summary>MET performance</summary>
|
20 |
+
|
21 |
+
<img src="plots_checkpoint-26-2.004527/clic_edm_ttbar_pf/met_response_iqr_over_med.png" alt="ttbar MET resolution" width="300"/>
|
22 |
+
<img src="plots_checkpoint-26-2.004527/clic_edm_qq_pf/met_response_iqr_over_med.png" alt="qq MET resolution" width="300"/>
|
23 |
+
<img src="plots_checkpoint-26-2.004527/clic_edm_ww_fullhad_pf/met_response_iqr_over_med.png" alt="ttbar MET resolution" width="300"/>
|
24 |
+
|
25 |
+
</details>
|
26 |
|
27 |
### Model Description
|
28 |
|
|
|
85 |
|
86 |
## Training Procedure
|
87 |
|
88 |
+
<details>
|
89 |
+
<summary>Training script</summary>
|
90 |
+
|
91 |
```bash
|
92 |
#!/bin/bash
|
93 |
#SBATCH --job-name=mlpf-train
|
|
|
134 |
--train --gpu-batch-multiplier 128 --num-workers 8 --prefetch-factor 100 --checkpoint-freq 1 --conv-type attention --dtype bfloat16 --lr 0.0001 --num-epochs 30
|
135 |
```
|
136 |
|
137 |
+
</details>
|
138 |
+
|
139 |
## Evaluation
|
140 |
+
|
141 |
+
<details>
|
142 |
+
<summary>Evaluation script</summary>
|
143 |
+
|
144 |
```bash
|
145 |
#!/bin/bash
|
146 |
#SBATCH --partition gpu
|
|
|
161 |
~
|
162 |
```
|
163 |
|
164 |
+
</details>
|
165 |
+
|
166 |
## Citation
|
167 |
|
168 |
## Glossary
|