Upload config.json with huggingface_hub
Browse files- config.json +35 -0
config.json
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "imu_masked_encoder",
|
| 3 |
+
"n_channels": 6,
|
| 4 |
+
"patch_size": 10,
|
| 5 |
+
"n_patches": 20,
|
| 6 |
+
"embed_dim": 192,
|
| 7 |
+
"n_layers": 4,
|
| 8 |
+
"n_heads": 6,
|
| 9 |
+
"mlp_ratio": 3.0,
|
| 10 |
+
"dropout": 0.1,
|
| 11 |
+
"target_layers": [2, 4],
|
| 12 |
+
"sensor_names": ["accel_x", "accel_y", "accel_z", "gyro_x", "gyro_y", "gyro_z"],
|
| 13 |
+
"window_size": 200,
|
| 14 |
+
"sampling_rate_hz": 20,
|
| 15 |
+
"activity_labels": {
|
| 16 |
+
"0": "A - walking",
|
| 17 |
+
"1": "B - jogging",
|
| 18 |
+
"2": "C - stairs",
|
| 19 |
+
"3": "D - sitting",
|
| 20 |
+
"4": "E - standing",
|
| 21 |
+
"5": "F - typing",
|
| 22 |
+
"6": "G - brushing teeth",
|
| 23 |
+
"7": "H - eating soup",
|
| 24 |
+
"8": "I - eating chips",
|
| 25 |
+
"9": "J - eating pasta",
|
| 26 |
+
"10": "K - drinking from cup",
|
| 27 |
+
"11": "L - eating sandwich",
|
| 28 |
+
"12": "M - kicking (soccer ball)",
|
| 29 |
+
"13": "O - playing catch with tennis ball",
|
| 30 |
+
"14": "P - dribbling (basketball)",
|
| 31 |
+
"15": "Q - writing",
|
| 32 |
+
"16": "R - clapping",
|
| 33 |
+
"17": "S - folding clothes"
|
| 34 |
+
}
|
| 35 |
+
}
|