Update README.md
Browse files
README.md
CHANGED
@@ -7,4 +7,7 @@ dataset:
|
|
7 |
license: cc0-1.0
|
8 |
---
|
9 |
## Timeseries classification with a Transformer model on the 🤗Hub!
|
10 |
-
Full credits go to [Theodoros Ntakouris](https://github.com/ntakouris).
|
|
|
|
|
|
|
|
7 |
license: cc0-1.0
|
8 |
---
|
9 |
## Timeseries classification with a Transformer model on the 🤗Hub!
|
10 |
+
Full credits go to [Theodoros Ntakouris](https://github.com/ntakouris).
|
11 |
+
|
12 |
+
This repository contains the model from [this notebook on time-series classification using the attention mechanism](https://keras.io/examples/timeseries/timeseries_classification_transformer/).
|
13 |
+
|