Spaces:
Sleeping
Sleeping
Joosep Pata commited on
Commit ·
12ed270
1
Parent(s): c3b97bf
docs fixes
Browse files- README.md +7 -1
- docs/TECHNICAL.md +0 -6
README.md
CHANGED
|
@@ -53,6 +53,12 @@ The dataset contains 2 signal samples (ZH→Ztautau and Z→tautau) and one back
|
|
| 53 |
|
| 54 |
## Quick Start
|
| 55 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 56 |
### Local Development (Custom Environment)
|
| 57 |
For local training on your machine without requiring the exact same environment as the authors:
|
| 58 |
|
|
@@ -108,4 +114,4 @@ mltau/
|
|
| 108 |
docs/ # Technical documentation
|
| 109 |
```
|
| 110 |
|
| 111 |
-
The ParTau model successfully demonstrates state-of-the-art performance for multi-task tau reconstruction, providing a robust foundation for future lepton collider experiments.
|
|
|
|
| 53 |
|
| 54 |
## Quick Start
|
| 55 |
|
| 56 |
+
```
|
| 57 |
+
git clone http://github.com/HEP-KBFI/ml-tau-model
|
| 58 |
+
git submodule update
|
| 59 |
+
git submodule sync
|
| 60 |
+
```
|
| 61 |
+
|
| 62 |
### Local Development (Custom Environment)
|
| 63 |
For local training on your machine without requiring the exact same environment as the authors:
|
| 64 |
|
|
|
|
| 114 |
docs/ # Technical documentation
|
| 115 |
```
|
| 116 |
|
| 117 |
+
The ParTau model successfully demonstrates state-of-the-art performance for multi-task tau reconstruction, providing a robust foundation for future lepton collider experiments.
|
docs/TECHNICAL.md
CHANGED
|
@@ -206,12 +206,6 @@ mltau/
|
|
| 206 |
io/ # Data loading and preprocessing logic
|
| 207 |
logging/ # TensorBoard metric loggers per task
|
| 208 |
optimizers/ # Optimizer wrappers (e.g., Lookahead)
|
| 209 |
-
```
|
| 210 |
-
``
|
| 211 |
-
```
|
| 212 |
-
# Data loading and preprocessing logic
|
| 213 |
logging/ # TensorBoard metric loggers per task
|
| 214 |
optimizers/ # Optimizer wrappers (e.g., Lookahead)
|
| 215 |
```
|
| 216 |
-
``
|
| 217 |
-
```
|
|
|
|
| 206 |
io/ # Data loading and preprocessing logic
|
| 207 |
logging/ # TensorBoard metric loggers per task
|
| 208 |
optimizers/ # Optimizer wrappers (e.g., Lookahead)
|
|
|
|
|
|
|
|
|
|
|
|
|
| 209 |
logging/ # TensorBoard metric loggers per task
|
| 210 |
optimizers/ # Optimizer wrappers (e.g., Lookahead)
|
| 211 |
```
|
|
|
|
|
|