Yuntian03 commited on
Commit
57ff9a0
·
verified ·
1 Parent(s): 520f952

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -13
README.md CHANGED
@@ -1,15 +1,15 @@
1
  ---
2
- license: apache-2.0
3
  library_name: pytorch
4
  tags:
5
- - sensor-time-series
6
- - physiological-signal
7
- - generative-model
8
- - flow-matching
9
  language:
10
- - en
11
  datasets:
12
- - physionet/mimic-iv-ecg
13
  ---
14
 
15
  # SensorGen
@@ -91,11 +91,9 @@ If you use any of these checkpoints, please cite the SensorGen paper:
91
 
92
  ```bibtex
93
  @article{shuai2026sensorgen,
94
- title={Signal or Noise? Understanding Generative Models for Real-World
95
- Sensor Time Series},
96
- author={Shuai, Zitao and Xu, Zongzhe and Wu, Yuntian and Li, Sirui and
97
- Li, Tianhong and Yang, Yuzhe},
98
- journal={arXiv preprint arXiv:TODO},
99
  year={2026}
100
  }
101
  ```
@@ -103,4 +101,4 @@ If you use any of these checkpoints, please cite the SensorGen paper:
103
 
104
  ## License
105
 
106
- This release is distributed under the Apache License 2.0.
 
1
  ---
2
+ license: mit
3
  library_name: pytorch
4
  tags:
5
+ - sensor-time-series
6
+ - physiological-signal
7
+ - generative-model
8
+ - flow-matching
9
  language:
10
+ - en
11
  datasets:
12
+ - physionet/mimic-iv-ecg
13
  ---
14
 
15
  # SensorGen
 
91
 
92
  ```bibtex
93
  @article{shuai2026sensorgen,
94
+ title={Signal or Noise? Understanding Generative Models for Real-World Sensor Time Series},
95
+ author={Shuai, Zitao and Xu, Zongzhe and Wu, Yuntian and Li, Sirui and Li, Tianhong and Yang, Yuzhe},
96
+ journal={arXiv preprint arXiv:2607.04245},
 
 
97
  year={2026}
98
  }
99
  ```
 
101
 
102
  ## License
103
 
104
+ This release is distributed under the MIT License.