Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,13 @@
|
|
1 |
---
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
datasets:
|
3 |
+
- electricity_load_diagrams
|
4 |
+
metrics:
|
5 |
+
- mase
|
6 |
+
- smape
|
7 |
+
library_name: transformers
|
8 |
+
pipeline_tag: text-classification
|
9 |
---
|
10 |
+
**Transformer Time Series Model for Electricity Load Diagrams**
|
11 |
+
|
12 |
+
This repository contains a PyTorch implementation of a Transformer-based time series model for forecasting electricity load diagrams (hourly).
|
13 |
+
The repo provide the pre-trained pytorch_model.bin and config.json files to initialize the Transformer architecture.
|