Update README.md
Browse files
README.md
CHANGED
@@ -5,11 +5,8 @@ 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.
|
14 |
-
|
15 |
-
|
|
|
5 |
- mase
|
6 |
- smape
|
7 |
library_name: transformers
|
|
|
8 |
---
|
9 |
**Transformer Time Series Model for Electricity Load Diagrams**
|
10 |
|
11 |
This repository contains a PyTorch implementation of a Transformer-based time series model for forecasting electricity load diagrams (hourly).
|
12 |
+
The repo provide the pre-trained pytorch_model.bin and config.json files to initialize the Transformer architecture.
|
|
|
|