Update README.md
Browse files
README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
## Generation Logic & Sliding Windows (Important)
|
| 2 |
|
| 3 |
-
The
|
| 4 |
|
| 5 |
-
To generate
|
| 6 |
|
| 7 |
* **T1 (The Anchor):** The known starting timestamp of the current event.
|
| 8 |
* **T2 (The Target):** The actual event boundary the model must predict.
|
|
|
|
| 1 |
## Generation Logic & Sliding Windows (Important)
|
| 2 |
|
| 3 |
+
The goal of **Model 0** is to accurately chunk continuous terminal recordings into distinct "events." The label the model must predict is the **boundary timestamp**—the exact moment one event ends and a new one begins.
|
| 4 |
|
| 5 |
+
To generate training data, we use a sliding window approach encompassing exactly **three consecutive boundary timestamps** (**T1**, **T2**, and **T3**) for each input:
|
| 6 |
|
| 7 |
* **T1 (The Anchor):** The known starting timestamp of the current event.
|
| 8 |
* **T2 (The Target):** The actual event boundary the model must predict.
|