| { |
| "_name_or_path": "custom-multimodal-har-model", |
| "architectures": [ |
| "CNN-LSTM" |
| ], |
| "model_type": "time_series_classification", |
| "input_features": 9, |
| "sequence_length": 50, |
| "num_classes": 6, |
| "cnn_filters": 64, |
| "cnn_kernel_size": 5, |
| "lstm_units": 128, |
| "dropout_rate": 0.3, |
| "id2label": { |
| "0": "Walking", |
| "1": "Sitting", |
| "2": "Running", |
| "3": "Lifting_Heavy", |
| "4": "Typing", |
| "5": "Climbing_Stairs" |
| }, |
| "label2id": { |
| "Walking": 0, |
| "Sitting": 1, |
| "Running": 2, |
| "Lifting_Heavy": 3, |
| "Typing": 4, |
| "Climbing_Stairs": 5 |
| }, |
| "problem_type": "single_label_classification", |
| "pytorch_version": "2.1.0" |
| } |