Update README.md
Browse files
README.md
CHANGED
@@ -1,13 +1,11 @@
|
|
1 |
---
|
2 |
library_name: keras
|
3 |
tags:
|
4 |
-
-
|
5 |
- transformer
|
6 |
---
|
7 |
|
8 |
-
## Model description
|
9 |
|
10 |
-
More information needed
|
11 |
### Keras Implementation of Structured data learning with TabTransformer
|
12 |
This repo contains the trained model of [Structured data learning with TabTransformer](https://keras.io/examples/structured_data/tabtransformer/#define-dataset-metadata).
|
13 |
The full credit goes to: [Khalid Salama](https://www.linkedin.com/in/khalid-salama-24403144/)
|
|
|
1 |
---
|
2 |
library_name: keras
|
3 |
tags:
|
4 |
+
- tabular-classification
|
5 |
- transformer
|
6 |
---
|
7 |
|
|
|
8 |
|
|
|
9 |
### Keras Implementation of Structured data learning with TabTransformer
|
10 |
This repo contains the trained model of [Structured data learning with TabTransformer](https://keras.io/examples/structured_data/tabtransformer/#define-dataset-metadata).
|
11 |
The full credit goes to: [Khalid Salama](https://www.linkedin.com/in/khalid-salama-24403144/)
|