Jdice27 commited on
Commit
73acb6d
·
verified ·
1 Parent(s): 3a8bb8c

Best model: ADE=0.010258, epoch 3

Browse files
Files changed (2) hide show
  1. adapter_weights.pt +3 -0
  2. config.json +26 -0
adapter_weights.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afc6ae2c6c0f66d41325a847e42d6b3c431ff6b600006f3007b41b9680303c62
3
+ size 12420929
config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "llm_name": "openai-community/gpt2",
3
+ "n_features": 9,
4
+ "context_len": 60,
5
+ "pred_len": 30,
6
+ "patch_len": 8,
7
+ "patch_stride": 4,
8
+ "n_prototypes": 256,
9
+ "n_classes": 39,
10
+ "n_heads": 8,
11
+ "dropout": 0.1,
12
+ "best_ade": 0.010258074849843979,
13
+ "best_fde": 0.014262431301176548,
14
+ "best_epoch": 3,
15
+ "best_accuracy": 0.36295,
16
+ "airport": "RKSIa",
17
+ "metrics": {
18
+ "ADE": 0.010258074849843979,
19
+ "FDE": 0.014262431301176548,
20
+ "RMSE_x": 0.009569857269525528,
21
+ "RMSE_y": 0.009420985355973244,
22
+ "RMSE_z": 0.0007232217467390001,
23
+ "loss": 0.1948453563928604,
24
+ "accuracy": 0.36295
25
+ }
26
+ }