henriquebap commited on
Commit
84967de
·
verified ·
1 Parent(s): 49b9e2c

Upload metadata_META.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. metadata_META.json +48 -0
metadata_META.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "symbol": "META",
3
+ "trained_at": "2025-12-03T00:01:59.131725",
4
+ "model_type": "ImprovedLSTM",
5
+ "architecture": {
6
+ "sequence_length": 60,
7
+ "hidden_size": 64,
8
+ "num_layers": 3,
9
+ "dropout": 0.3,
10
+ "bidirectional": true
11
+ },
12
+ "training": {
13
+ "epochs_requested": 80,
14
+ "epochs_trained": 23,
15
+ "early_stopped": true,
16
+ "batch_size": 32,
17
+ "learning_rate": 0.001,
18
+ "patience": 10
19
+ },
20
+ "metrics": {
21
+ "mse": 3431.4801194948955,
22
+ "rmse": 58.578836788510024,
23
+ "mae": 50.7296968449307,
24
+ "mape": 7.60119481823584,
25
+ "r2": 0.41972721048651085,
26
+ "directional_accuracy": 55.68181818181818,
27
+ "mean_percent_error": 7.60119481823584,
28
+ "test_samples": 177,
29
+ "predictions_sample": [
30
+ 615.9864501953125,
31
+ 615.55419921875,
32
+ 618.1865844726562,
33
+ 627.573974609375,
34
+ 637.2095336914062
35
+ ],
36
+ "actuals_sample": [
37
+ 585.1544799804688,
38
+ 595.3897094726562,
39
+ 617.9570922851562,
40
+ 625.4063720703125,
41
+ 610.0984497070312
42
+ ],
43
+ "final_train_loss": 0.0037183732895825347,
44
+ "best_val_loss": 0.001086970543838106,
45
+ "epochs_trained": 23,
46
+ "early_stopped": true
47
+ }
48
+ }