osanseviero
commited on
Commit
•
f43c376
1
Parent(s):
0abf779
Update README.md
Browse files
README.md
CHANGED
@@ -5,10 +5,11 @@ tags:
|
|
5 |
dataset:
|
6 |
- FordA
|
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 |
|
14 |
-
The dataset we are using here is called [FordA](http://www.j-wichard.de/publications/FordPaper.pdf). The data comes from the UCR archive. The dataset contains 3601 training instances and another 1320 testing instances. Each timeseries corresponds to a measurement of engine noise captured by a motor sensor. For this task, the goal is to automatically detect the presence of a specific issue with the engine. The problem is a balanced binary classification task.
|
|
|
5 |
dataset:
|
6 |
- FordA
|
7 |
license: cc0-1.0
|
8 |
+
library_name: keras
|
9 |
---
|
10 |
## Timeseries classification with a Transformer model on the 🤗Hub!
|
11 |
Full credits go to [Theodoros Ntakouris](https://github.com/ntakouris).
|
12 |
|
13 |
This repository contains the model from [this notebook on time-series classification using the attention mechanism](https://keras.io/examples/timeseries/timeseries_classification_transformer/).
|
14 |
|
15 |
+
The dataset we are using here is called [FordA](http://www.j-wichard.de/publications/FordPaper.pdf). The data comes from the UCR archive. The dataset contains 3601 training instances and another 1320 testing instances. Each timeseries corresponds to a measurement of engine noise captured by a motor sensor. For this task, the goal is to automatically detect the presence of a specific issue with the engine. The problem is a balanced binary classification task.
|