Jaiccc commited on
Commit
ab78b31
·
verified ·
1 Parent(s): 6448623

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -1,8 +1,8 @@
1
  ## Generation Logic & Sliding Windows (Important)
2
 
3
- The ultimate 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 robust 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.
 
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.