LaurentiuStancioiu
commited on
Commit
•
f58a5fe
1
Parent(s):
34bb29e
Update README.md
Browse files
README.md
CHANGED
@@ -18,7 +18,6 @@ at an hourly rate. The columns are presented in the image below:
|
|
18 |
|
19 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/6376481a48baeb86b0c3038b/DnLOpVnoBFJANEb7B44ny.png)
|
20 |
|
21 |
-
The data is licensed per OpenWeather under the [odbl license](https://opendatacommons.org/licenses/odbl/).
|
22 |
|
23 |
### Long Time Series Predictions
|
24 |
|
@@ -27,7 +26,8 @@ Clone the [Time-Series-Library](https://github.com/thuml/Time-Series-Library) re
|
|
27 |
git clone https://github.com/thuml/Time-Series-Library.git
|
28 |
```
|
29 |
|
30 |
-
For training the model create a folder called dataset. After that you can either modify the .sh files (for me it didn't work), or run the predict.ipynb
|
|
|
31 |
Alternatively, check the HuggingFace implementations for [Informer](https://huggingface.co/docs/transformers/model_doc/informer),
|
32 |
[Autoformer](https://huggingface.co/docs/transformers/model_doc/autoformer), [Vanilla Transformer](https://huggingface.co/docs/transformers/model_doc/time_series_transformer),
|
33 |
[PatchTST](https://huggingface.co/docs/transformers/model_doc/patchtst) and [PatchTSMixer](https://huggingface.co/docs/transformers/model_doc/patchtsmixer)
|
@@ -38,4 +38,6 @@ Without any hyperparameter tuning the results on this dataset were the following
|
|
38 |
|
39 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/6376481a48baeb86b0c3038b/MQ3G4h7Y04ttSlXvdXCSw.png)
|
40 |
|
41 |
-
A description of
|
|
|
|
|
|
18 |
|
19 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/6376481a48baeb86b0c3038b/DnLOpVnoBFJANEb7B44ny.png)
|
20 |
|
|
|
21 |
|
22 |
### Long Time Series Predictions
|
23 |
|
|
|
26 |
git clone https://github.com/thuml/Time-Series-Library.git
|
27 |
```
|
28 |
|
29 |
+
For training the model create a folder called dataset. After that you can either modify the .sh files (for me it didn't work), or run the [predict.ipynb](https://huggingface.co/datasets/LaurentiuStancioiu/Cluj-Napoca-Weather-OpenWeather-data/blob/main/predict.ipynb)
|
30 |
+
jupyter notebook.
|
31 |
Alternatively, check the HuggingFace implementations for [Informer](https://huggingface.co/docs/transformers/model_doc/informer),
|
32 |
[Autoformer](https://huggingface.co/docs/transformers/model_doc/autoformer), [Vanilla Transformer](https://huggingface.co/docs/transformers/model_doc/time_series_transformer),
|
33 |
[PatchTST](https://huggingface.co/docs/transformers/model_doc/patchtst) and [PatchTSMixer](https://huggingface.co/docs/transformers/model_doc/patchtsmixer)
|
|
|
38 |
|
39 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/6376481a48baeb86b0c3038b/MQ3G4h7Y04ttSlXvdXCSw.png)
|
40 |
|
41 |
+
A description of what I did to get to those results can be found [here](https://huggingface.co/datasets/LaurentiuStancioiu/Cluj-Napoca-Weather-OpenWeather-data/blob/main/Long%20Term%20Time%20Series%20Forecasting%20for%20Cluj-Napoca%20Weather%20Prediction.pdf).
|
42 |
+
Also, the trained checkpoints are [here](https://huggingface.co/datasets/LaurentiuStancioiu/Cluj-Napoca-Weather-OpenWeather-data/tree/main).
|
43 |
+
The data is licensed per OpenWeather under the [odbl license](https://opendatacommons.org/licenses/odbl/).
|