Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,31 +1,54 @@
|
|
| 1 |
---
|
| 2 |
-
library_name:
|
| 3 |
tags:
|
|
|
|
|
|
|
| 4 |
- air-quality
|
| 5 |
- pollution-prediction
|
| 6 |
- ispu
|
| 7 |
- jakarta
|
| 8 |
- environmental-monitoring
|
| 9 |
-
- classification
|
| 10 |
language:
|
| 11 |
- id
|
| 12 |
license: mit
|
| 13 |
---
|
| 14 |
|
| 15 |
-
#
|
| 16 |
|
| 17 |
-
Model
|
| 18 |
|
| 19 |
-
**Task:**
|
| 20 |
-
**
|
| 21 |
-
**Region:** DKI Jakarta (5 monitoring stations)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
|
| 23 |
## Citation
|
| 24 |
|
| 25 |
```bibtex
|
| 26 |
-
@software{
|
| 27 |
author = {BangJhener},
|
| 28 |
-
title = {
|
| 29 |
year = {2025},
|
| 30 |
publisher = {Hugging Face},
|
| 31 |
url = {https://huggingface.co/BangJhener/TiRex-3.0}
|
|
@@ -34,7 +57,7 @@ Model prediksi kategori ISPU (Indeks Standar Pencemar Udara) untuk wilayah DKI J
|
|
| 34 |
|
| 35 |
## Competition
|
| 36 |
|
| 37 |
-
Developed for **Datavidia 10.0 Competition** - ISPU
|
| 38 |
Research Paper: "Sistem Peringatan Dini ISPU untuk Dinas Lingkungan Hidup DKI Jakarta"
|
| 39 |
|
| 40 |
## License
|
|
|
|
| 1 |
---
|
| 2 |
+
library_name: tirex
|
| 3 |
tags:
|
| 4 |
+
- time-series
|
| 5 |
+
- forecasting
|
| 6 |
- air-quality
|
| 7 |
- pollution-prediction
|
| 8 |
- ispu
|
| 9 |
- jakarta
|
| 10 |
- environmental-monitoring
|
|
|
|
| 11 |
language:
|
| 12 |
- id
|
| 13 |
license: mit
|
| 14 |
---
|
| 15 |
|
| 16 |
+
# TiRex Air Quality Forecasting - Jakarta ISPU
|
| 17 |
|
| 18 |
+
Model forecasting kualitas udara menggunakan TiRex (Time Series Forecasting) untuk wilayah DKI Jakarta.
|
| 19 |
|
| 20 |
+
**Task:** Time Series Forecasting
|
| 21 |
+
**Target:** Air Pollution Indices (ISPU Components)
|
| 22 |
+
**Region:** DKI Jakarta (5 monitoring stations)
|
| 23 |
+
**Horizon:** Multi-step ahead forecasting
|
| 24 |
+
|
| 25 |
+
## Model Information
|
| 26 |
+
|
| 27 |
+
This model leverages TiRex (Time-series Regression model) for zero-shot forecasting of air quality components in Jakarta. The model forecasts future pollutant concentration levels based on historical patterns and weather conditions.
|
| 28 |
+
|
| 29 |
+
## Forecasting Components
|
| 30 |
+
|
| 31 |
+
- PM10 (Particulate Matter 10μm)
|
| 32 |
+
- PM2.5 (Particulate Matter 2.5μm)
|
| 33 |
+
- SO2 (Sulfur Dioxide)
|
| 34 |
+
- CO (Carbon Monoxide)
|
| 35 |
+
- O3 (Ozone)
|
| 36 |
+
- NO2 (Nitrogen Dioxide)
|
| 37 |
+
|
| 38 |
+
## Monitoring Stations
|
| 39 |
+
|
| 40 |
+
- DKI1 (Bundaran HI)
|
| 41 |
+
- DKI2 (Kelapa Gading)
|
| 42 |
+
- DKI3 (Jagakarsa)
|
| 43 |
+
- DKI4 (Lubang Buaya)
|
| 44 |
+
- DKI5 (Kebon Jeruk)
|
| 45 |
|
| 46 |
## Citation
|
| 47 |
|
| 48 |
```bibtex
|
| 49 |
+
@software{tirex_jakarta_2025,
|
| 50 |
author = {BangJhener},
|
| 51 |
+
title = {TiRex Air Quality Forecasting for Jakarta ISPU},
|
| 52 |
year = {2025},
|
| 53 |
publisher = {Hugging Face},
|
| 54 |
url = {https://huggingface.co/BangJhener/TiRex-3.0}
|
|
|
|
| 57 |
|
| 58 |
## Competition
|
| 59 |
|
| 60 |
+
Developed for **Datavidia 10.0 Competition** - ISPU Forecasting Challenge
|
| 61 |
Research Paper: "Sistem Peringatan Dini ISPU untuk Dinas Lingkungan Hidup DKI Jakarta"
|
| 62 |
|
| 63 |
## License
|