Add TCN model card placeholder
Browse files
README.md
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
tags:
|
| 4 |
+
- finance
|
| 5 |
+
- tcn
|
| 6 |
+
- time-series
|
| 7 |
+
- tabular
|
| 8 |
+
- private-research
|
| 9 |
+
library_name: pytorch
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# MAG7 TCN Sequence Model
|
| 13 |
+
|
| 14 |
+
Private model repo for the best TCN checkpoint produced by the MAG7 TCN ZeroGPU Trainer Space.
|
| 15 |
+
|
| 16 |
+
The trainer uploads these artifacts after a run:
|
| 17 |
+
|
| 18 |
+
- `model.pt`
|
| 19 |
+
- `scaler.joblib`
|
| 20 |
+
- `feature_columns.json`
|
| 21 |
+
- `metrics.json`
|
| 22 |
+
- `training_log.csv`
|
| 23 |
+
- `test_predictions.csv`
|
| 24 |
+
|
| 25 |
+
The source dataset is `kyLELEng/mag7-ml-daily-dataset-5y`.
|