scirik commited on
Commit
0997eb5
1 Parent(s): a8dff5a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -1,3 +1,13 @@
1
  ---
2
- license: unknown
 
 
 
 
 
 
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.