Update README.md
Browse files
README.md
CHANGED
|
@@ -16,7 +16,7 @@ tags:
|
|
| 16 |
|
| 17 |
This dataset consists of raw terminal recording logs in XML format, paired with ground-truth timestamps for shell prompt boundaries.
|
| 18 |
|
| 19 |
-
#
|
| 20 |
|
| 21 |
Terminal recordings are essentially long, continuous streams of text data. To make this data useful for downstream tasks, we must first break this stream into logical "events" (e.g., a single command execution and its resulting output).
|
| 22 |
**Model 0** is specifically designed for this segmentation task. Instead of just looking for text patterns, the model is trained to identify the precise temporal boundary where one event ends and the next begins.
|
|
|
|
| 16 |
|
| 17 |
This dataset consists of raw terminal recording logs in XML format, paired with ground-truth timestamps for shell prompt boundaries.
|
| 18 |
|
| 19 |
+
# Model 0: Terminal Boundary Extractor
|
| 20 |
|
| 21 |
Terminal recordings are essentially long, continuous streams of text data. To make this data useful for downstream tasks, we must first break this stream into logical "events" (e.g., a single command execution and its resulting output).
|
| 22 |
**Model 0** is specifically designed for this segmentation task. Instead of just looking for text patterns, the model is trained to identify the precise temporal boundary where one event ends and the next begins.
|