softcane commited on
Commit
8318027
·
verified ·
1 Parent(s): 15efcc0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -84
README.md CHANGED
@@ -13,95 +13,27 @@ tags:
13
 
14
  # SpotVortex TFT Dual-Head Risk Model (ONNX)
15
 
16
- This repository contains the production TFT ONNX artifact used by SpotVortex for spot risk inference.
17
 
18
- ## Data Source Attribution
19
-
20
- Training data is based on Spot market telemetry from SpotLake:
21
- - https://spotlake.ddps.cloud/
22
-
23
- ## Supported Cloud Scope
24
 
25
- - Cloud: `aws`
26
- - Supported node families:
27
- - `c5`
28
- - `c5a`
29
- - `c5ad`
30
- - `c5d`
31
- - `c5n`
32
- - `c6a`
33
- - `c6g`
34
- - `c6gd`
35
- - `c6gn`
36
- - `c6i`
37
- - `c6id`
38
- - `c6in`
39
- - `c7a`
40
- - `c7g`
41
- - `c7gd`
42
- - `c7gn`
43
- - `c7i`
44
- - `c7i-flex`
45
- - `m5`
46
- - `m5a`
47
- - `m5ad`
48
- - `m5d`
49
- - `m5dn`
50
- - `m5n`
51
- - `m5zn`
52
- - `m6a`
53
- - `m6g`
54
- - `m6gd`
55
- - `m6i`
56
- - `m6id`
57
- - `m6idn`
58
- - `m6in`
59
- - `m7a`
60
- - `m7g`
61
- - `m7gd`
62
- - `m7i`
63
- - `m7i-flex`
64
- - `r5`
65
- - `r5a`
66
- - `r5ad`
67
- - `r5b`
68
- - `r5d`
69
- - `r5dn`
70
- - `r5n`
71
- - `r6a`
72
- - `r6g`
73
- - `r6gd`
74
- - `r6i`
75
- - `r6id`
76
- - `r6idn`
77
- - `r6in`
78
- - `r7a`
79
- - `r7g`
80
- - `r7gd`
81
- - `r7i`
82
- - `r7iz`
83
- - `t2`
84
- - `t3`
85
- - `t3a`
86
- - `t4g`
87
 
88
- ## Artifact Contents
 
89
 
90
- - `tft.onnx` (ONNX graph)
91
- - `tft.onnx.data` (external tensor data sidecar)
92
- - `MODEL_MANIFEST.json` (checksums + model scope)
93
- - `supported_instance_families.txt` (flat list for quick inspection)
94
- - `LICENSE` (non-commercial proprietary terms)
95
 
96
- ## Model Interface (Runtime Contract)
97
 
98
- - Input tensor: float32 sequence with 10 features per timestep
99
- - Output tensors:
100
- - `capacity_score`
101
- - `runtime_score`
102
 
103
- ## Notes
104
 
105
- - This public release intentionally excludes private data-preparation internals and tuning details.
106
- - Commercial use is prohibited without prior written permission (see `LICENSE`).
107
- - For deployment/runtime integration, use the SpotVortex agent repository.
 
 
13
 
14
  # SpotVortex TFT Dual-Head Risk Model (ONNX)
15
 
16
+ Production ONNX artifact used by SpotVortex for spot instance risk inference. Outputs dual risk scores — capacity and runtime — per instance type and availability zone.
17
 
18
+ ---
 
 
 
 
 
19
 
20
+ ## Data Source
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
 
22
+ Training data is sourced from **SpotLake** spot market telemetry:
23
+ 🔗 [https://spotlake.ddps.cloud/](https://spotlake.ddps.cloud/)
24
 
25
+ ---
 
 
 
 
26
 
27
+ ## Cloud Scope
28
 
29
+ | Dimension | Value |
30
+ |-----------|-------|
31
+ | Cloud Provider | AWS |
32
+ | Instance Families | 57 (see below) |
33
 
34
+ ### Supported Instance Families
35
 
36
+ | Gen | Compute (`c`) | General Purpose (`m`) | Memory (`r`) | Burstable (`t`) |
37
+ |:---:|---|---|---|---|
38
+ | **5** | `c5` `c5a` `c5ad` `c5d` `c5n` | `m5` `m5a` `m5ad` `m5d` `m5dn` `m5n` `m5zn` | `r5` `r5a` `r5ad` `r5b` `r5d` `r5dn` `r5n` | `t2` `t3` `t3a` |
39
+ |