Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,4 +11,33 @@ license: mit
|
|
| 11 |
short_description: Bring your own thread - CSV version
|
| 12 |
---
|
| 13 |
|
| 14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
short_description: Bring your own thread - CSV version
|
| 12 |
---
|
| 13 |
|
| 14 |
+
# Threadscope
|
| 15 |
+
Bring Your Own Thread - Upload a CSV to visualize long-form interaction dynamics.
|
| 16 |
+
Visualizes long-form interaction dynamics such as drift, stability, and perturbation response.
|
| 17 |
+
|
| 18 |
+
# Supported transcript format:
|
| 19 |
+
Transcripts that use explicit speaker markers, for example:
|
| 20 |
+
|
| 21 |
+
- 'You said: Hello'
|
| 22 |
+
- 'ChatGPT said: Hi there'
|
| 23 |
+
|
| 24 |
+
Marker strings are configurable in the UI, but the transcript must follow a consistent “marker → content” pattern.
|
| 25 |
+
|
| 26 |
+
# Not supported
|
| 27 |
+
- Arbitrarily formatted prose
|
| 28 |
+
- Chat logs without explicit speaker markers
|
| 29 |
+
- Exported HTML or JSON without preprocessing
|
| 30 |
+
|
| 31 |
+
# CSV converter can be found here:
|
| 32 |
+
https://huggingface.co/spaces/Threadbourne/convert-to-csv
|
| 33 |
+
|
| 34 |
+
# CSV Converter Output:
|
| 35 |
+
The output generates a CSV which includes the following columns:
|
| 36 |
+
- turn
|
| 37 |
+
- speaker
|
| 38 |
+
- chars
|
| 39 |
+
- words
|
| 40 |
+
- tokens_est (lightweight estimate)
|
| 41 |
+
|
| 42 |
+
# Privacy
|
| 43 |
+
Files are processed in-session only and are not stored.
|