Rabbit-bot commited on
Commit
99eee44
·
verified ·
1 Parent(s): e77470c

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: mit
5
+ task_categories:
6
+ - text-classification
7
+ task_ids:
8
+ - regression
9
+ tags:
10
+ - burnout
11
+ - android
12
+ - telemetry
13
+ - stress-detection
14
+ - keyboard-dynamics
15
+ pretty_name: Synthetic Burnout Telemetry
16
+ size_categories:
17
+ - n<1K
18
+ ---
19
+
20
+ # FRIDAY Synthetic Burnout Telemetry
21
+
22
+ Synthetic Android telemetry dataset for training a lightweight burnout / urgency
23
+ regression model (e.g. RoBERTa fine-tune). Each row represents a single
24
+ keyboard + notification event captured on a simulated Android device.
25
+
26
+ ## Dataset structure
27
+
28
+ | Split | Rows |
29
+ |------------|------|
30
+ | train | 500 |
31
+ | validation | 62 |
32
+ | test | 63 |
33
+
34
+ ## Fields
35
+
36
+ | Field | Type | Description |
37
+ |--------------|---------|----------------------------------------------------------|
38
+ | `input_text` | string | Serialised signal string fed directly to the tokeniser |
39
+ | `label` | float32 | Burnout / urgency score in **[0, 1]** |
40
+ | `app` | string | Source application (Slack, Gmail, WhatsApp, Teams, System) |
41
+ | `wpm` | int32 | Typing speed in words per minute |
42
+ | `backspaces` | int32 | Correction / backspace count in the session |
43
+ | `hour` | int32 | Hour-of-day the event was captured (0–23) |
44
+ | `session_min`| int32 | Continuous screen-on duration in minutes |
45
+ | `notif_count`| int32 | Pending notifications at event time |
46
+ | `text` | string | Raw message or notification body |
47
+
48
+
49
+
50
+ ## Citation
51
+
52
+ ```bibtex
53
+ @misc{friday_burnout_2024,
54
+ title = {FRIDAY Synthetic Burnout Telemetry},
55
+ author = {Your Name},
56
+ year = {2024},
57
+ note = {Synthetic dataset for mobile stress detection research}
58
+ }
59
+ ```
dataset_dict.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"splits": ["train", "validation", "test"]}
test/cache-c0066712718680d3.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:313371950b1c4f1b1ffce3dce756451952838cae371a63fbbc60453da658f9fc
3
+ size 42360
test/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e4ec64d62569d14ddf41b6e9f227676efabdea5b451a71f7c3ac2aced4f4df0
3
+ size 13568
test/dataset_info.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "input_text": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "label": {
10
+ "dtype": "float32",
11
+ "_type": "Value"
12
+ },
13
+ "app": {
14
+ "dtype": "string",
15
+ "_type": "Value"
16
+ },
17
+ "wpm": {
18
+ "dtype": "int32",
19
+ "_type": "Value"
20
+ },
21
+ "backspaces": {
22
+ "dtype": "int32",
23
+ "_type": "Value"
24
+ },
25
+ "hour": {
26
+ "dtype": "int32",
27
+ "_type": "Value"
28
+ },
29
+ "session_min": {
30
+ "dtype": "int32",
31
+ "_type": "Value"
32
+ },
33
+ "notif_count": {
34
+ "dtype": "int32",
35
+ "_type": "Value"
36
+ },
37
+ "text": {
38
+ "dtype": "string",
39
+ "_type": "Value"
40
+ }
41
+ },
42
+ "homepage": "",
43
+ "license": ""
44
+ }
test/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "f7660fa9390329d9",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }
train/cache-b33c11e64653e11f.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d12e61ec7caf5a22b659542451c043375973b16ad8786bf7c6e39e258c67b278
3
+ size 329040
train/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f86e8990907e919b082ce68b5173cc78b2d3bdf15c915b8762be6e3560aedef4
3
+ size 95360
train/dataset_info.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "input_text": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "label": {
10
+ "dtype": "float32",
11
+ "_type": "Value"
12
+ },
13
+ "app": {
14
+ "dtype": "string",
15
+ "_type": "Value"
16
+ },
17
+ "wpm": {
18
+ "dtype": "int32",
19
+ "_type": "Value"
20
+ },
21
+ "backspaces": {
22
+ "dtype": "int32",
23
+ "_type": "Value"
24
+ },
25
+ "hour": {
26
+ "dtype": "int32",
27
+ "_type": "Value"
28
+ },
29
+ "session_min": {
30
+ "dtype": "int32",
31
+ "_type": "Value"
32
+ },
33
+ "notif_count": {
34
+ "dtype": "int32",
35
+ "_type": "Value"
36
+ },
37
+ "text": {
38
+ "dtype": "string",
39
+ "_type": "Value"
40
+ }
41
+ },
42
+ "homepage": "",
43
+ "license": ""
44
+ }
train/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "412946aff3552ebf",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }
validation/cache-e32bc80cefe16ca1.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a0c1e6ec7b093a5144f0a2c73be4637fe9957b2ca0978f5eac49e27da44a552
3
+ size 41712
validation/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:736893010da35c79e8c63d8374f07be77edb1cf8c560bf76c6e2c8b640ab684f
3
+ size 13184
validation/dataset_info.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "input_text": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "label": {
10
+ "dtype": "float32",
11
+ "_type": "Value"
12
+ },
13
+ "app": {
14
+ "dtype": "string",
15
+ "_type": "Value"
16
+ },
17
+ "wpm": {
18
+ "dtype": "int32",
19
+ "_type": "Value"
20
+ },
21
+ "backspaces": {
22
+ "dtype": "int32",
23
+ "_type": "Value"
24
+ },
25
+ "hour": {
26
+ "dtype": "int32",
27
+ "_type": "Value"
28
+ },
29
+ "session_min": {
30
+ "dtype": "int32",
31
+ "_type": "Value"
32
+ },
33
+ "notif_count": {
34
+ "dtype": "int32",
35
+ "_type": "Value"
36
+ },
37
+ "text": {
38
+ "dtype": "string",
39
+ "_type": "Value"
40
+ }
41
+ },
42
+ "homepage": "",
43
+ "license": ""
44
+ }
validation/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "5758da3b307787a5",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }