fnao commited on
Commit
460ae77
·
verified ·
1 Parent(s): 30bad8c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -7
README.md CHANGED
@@ -10,7 +10,7 @@ task_categories:
10
  license: mit
11
  papers:
12
  - title: "Transfer learning of building dynamics digital twin for HVAC control with Time-series Foundation Model"
13
- url: https://arxiv.org/abs/XXXX.XXXXX
14
  authors: "Ferran Aran Domingo"
15
  ---
16
 
@@ -20,7 +20,7 @@ This dataset contains HVAC and weather time-series data collected under **defaul
20
 
21
  It is used to train the `gft/ttm4hvac-source-default` model.
22
 
23
- Check out the paper [arXiv:XXXX.XXXXX]() (to be released) and visit the main repository [ttm4hvac](https://huggingface.co/gft/ttm4hvac) for further details.
24
 
25
  ## Columns
26
 
@@ -50,9 +50,21 @@ df.head()
50
 
51
  If you use this model or datasets, please cite:
52
 
53
- ```
54
- **F. Aran**,
55
- *Transfer learning of building dynamics digital twin for HVAC control with Time-series Foundation Model*,
56
- arXiv:XXXX.XXXXX, 2025.
57
- https://arxiv.org/abs/XXXX.XXXXX
 
 
 
 
 
 
 
 
 
 
 
 
58
  ```
 
10
  license: mit
11
  papers:
12
  - title: "Transfer learning of building dynamics digital twin for HVAC control with Time-series Foundation Model"
13
+ url: https://doi.org/10.1016/j.mex.2026.103866
14
  authors: "Ferran Aran Domingo"
15
  ---
16
 
 
20
 
21
  It is used to train the `gft/ttm4hvac-source-default` model.
22
 
23
+ Check out the paper [A reproducible method to generate multi-building, multi-climate HVAC operation datasets with a stochastic exploratory controller](https://doi.org/10.1016/j.mex.2026.103866) and visit the main repository [ttm4hvac](https://huggingface.co/gft/ttm4hvac) for further details.
24
 
25
  ## Columns
26
 
 
50
 
51
  If you use this model or datasets, please cite:
52
 
53
+ ```bibtex
54
+ @article{aran_domingo_2026_hvac_dataset,
55
+ title = {A reproducible method to generate multi-building, multi-climate HVAC operation datasets with a stochastic exploratory controller},
56
+ author = {Aran Domingo, Ferran and
57
+ Fraile Alonso, Pablo and
58
+ Rius Torrentó, Josep and
59
+ Agost Batalla, Oriol and
60
+ Barri Vilardell, Ignasi and
61
+ Vilaplana Mayoral, Jordi and
62
+ Mateo Fornés, Jordi},
63
+ journal = {MethodsX},
64
+ volume = {16},
65
+ pages = {103866},
66
+ year = {2026},
67
+ doi = {10.1016/j.mex.2026.103866},
68
+ url = {https://doi.org/10.1016/j.mex.2026.103866}
69
+ }
70
  ```