Upload dataset
Browse files- README.md +51 -4
- source_metadata/train-00000-of-00001.parquet +2 -2
README.md
CHANGED
|
@@ -1,10 +1,6 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
configs:
|
| 4 |
-
- config_name: source_metadata
|
| 5 |
-
data_files:
|
| 6 |
-
- split: train
|
| 7 |
-
path: source_metadata/*.parquet
|
| 8 |
- config_name: bearings
|
| 9 |
data_files:
|
| 10 |
- split: train
|
|
@@ -13,6 +9,57 @@ configs:
|
|
| 13 |
data_files:
|
| 14 |
- split: train
|
| 15 |
path: gearboxes/*.parquet
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
---
|
| 17 |
|
| 18 |
# Mechanical Components Vibration Dataset
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
configs:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
- config_name: bearings
|
| 5 |
data_files:
|
| 6 |
- split: train
|
|
|
|
| 9 |
data_files:
|
| 10 |
- split: train
|
| 11 |
path: gearboxes/*.parquet
|
| 12 |
+
- config_name: source_metadata
|
| 13 |
+
data_files:
|
| 14 |
+
- split: train
|
| 15 |
+
path: source_metadata/train-*
|
| 16 |
+
dataset_info:
|
| 17 |
+
config_name: source_metadata
|
| 18 |
+
features:
|
| 19 |
+
- name: source_id
|
| 20 |
+
dtype: string
|
| 21 |
+
- name: full_name
|
| 22 |
+
dtype: string
|
| 23 |
+
- name: url
|
| 24 |
+
dtype: string
|
| 25 |
+
- name: license
|
| 26 |
+
dtype: string
|
| 27 |
+
- name: citation
|
| 28 |
+
dtype: string
|
| 29 |
+
- name: sampling_rate_hz
|
| 30 |
+
dtype: int64
|
| 31 |
+
- name: signal_duration_sec
|
| 32 |
+
dtype: float64
|
| 33 |
+
- name: available_modalities
|
| 34 |
+
list: string
|
| 35 |
+
- name: modality_details
|
| 36 |
+
dtype: string
|
| 37 |
+
- name: component_type
|
| 38 |
+
dtype: string
|
| 39 |
+
- name: component_subtype
|
| 40 |
+
dtype: string
|
| 41 |
+
- name: component_context
|
| 42 |
+
dtype: string
|
| 43 |
+
- name: manufacturer
|
| 44 |
+
dtype: string
|
| 45 |
+
- name: model
|
| 46 |
+
dtype: string
|
| 47 |
+
- name: has_episodes
|
| 48 |
+
dtype: bool
|
| 49 |
+
- name: has_transitions
|
| 50 |
+
dtype: bool
|
| 51 |
+
- name: has_continuous_severity
|
| 52 |
+
dtype: bool
|
| 53 |
+
- name: available_fault_types
|
| 54 |
+
list: string
|
| 55 |
+
- name: n_samples
|
| 56 |
+
dtype: int64
|
| 57 |
+
splits:
|
| 58 |
+
- name: train
|
| 59 |
+
num_bytes: 8418
|
| 60 |
+
num_examples: 16
|
| 61 |
+
download_size: 15176
|
| 62 |
+
dataset_size: 8418
|
| 63 |
---
|
| 64 |
|
| 65 |
# Mechanical Components Vibration Dataset
|
source_metadata/train-00000-of-00001.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3dc659ff3a92b5e8bf116234a5c638fc3dac17f7f0fa4c36fee64184539fb744
|
| 3 |
+
size 15176
|