gregorkrzmanc commited on
Commit
909b151
·
1 Parent(s): e75a247

update readm

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -1,3 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
1
  # SVJ clustering
2
  The repo has evolved from [here](https://github.com/selvaggi/mlpf) - mainly, we use the dataloader and code for reading the root files for the previous MLPF project. The preprocessing part is not really needed but it does help with performance when we are doing a lot of experiments with the same dataset.
3
 
 
1
+
2
+ ---
3
+ title: "Jet clustering"
4
+ emoji: ⚛️
5
+ colorFrom: "red"
6
+ colorTo: "blue"
7
+ app_file: app.py
8
+ pinned: false
9
+ ---
10
+
11
+
12
  # SVJ clustering
13
  The repo has evolved from [here](https://github.com/selvaggi/mlpf) - mainly, we use the dataloader and code for reading the root files for the previous MLPF project. The preprocessing part is not really needed but it does help with performance when we are doing a lot of experiments with the same dataset.
14