euler314 commited on
Commit
e47a773
Β·
verified Β·
1 Parent(s): 4a70b97

TrackFormer v23 int8 ONNX model files (CDN for the live tracker)

Browse files
README.md CHANGED
@@ -1,10 +1,29 @@
1
  ---
2
- title: Typhoon Tracker Model
3
- emoji: πŸƒ
4
- colorFrom: green
5
- colorTo: yellow
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: Typhoon Tracker Model CDN
3
+ emoji: πŸŒ€
4
+ colorFrom: blue
5
+ colorTo: purple
6
  sdk: static
7
  pinned: false
8
+ license: mit
9
+ short_description: Static CDN for the TrackFormer v23 ONNX model files
10
  ---
11
 
12
+ # πŸŒ€ Typhoon Tracker β€” model file host
13
+
14
+ Static file host for the 5-seed int8-quantized ONNX export of **TrackFormer v23**
15
+ (from [github.com/yu314-coder/typhoon-predict](https://github.com/yu314-coder/typhoon-predict)),
16
+ fetched cross-origin (CORS open) by the live typhoon tracker on
17
+ [yu314-coder.github.io/typhoon-tracks.html](https://yu314-coder.github.io/typhoon-tracks.html),
18
+ where inference runs client-side via onnxruntime-web.
19
+
20
+ This Space does no computation β€” it's a plain CDN for the model weights, so the
21
+ GitHub Pages site doesn't have to serve ~75MB of binary model files itself.
22
+
23
+ | File | Size |
24
+ |---|---|
25
+ | `trackformer-v23-seed0.int8.onnx` … `seed4.int8.onnx` | ~14MB each |
26
+
27
+ For the full 10-seed fp32 (unquantized) version of this model running server-side β€”
28
+ which avoids the seed-subset and quantization error this int8/5-seed export carries β€”
29
+ see the companion Space: `euler314/typhoon-predict`.
index.html CHANGED
@@ -1,19 +1,14 @@
1
  <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
1
  <!doctype html>
2
+ <meta charset="utf-8">
3
+ <title>Typhoon Tracker β€” model file host</title>
4
+ <style>
5
+ body{font:15px/1.6 system-ui,sans-serif;max-width:640px;margin:40px auto;padding:0 20px;color:#e8ecf6;background:#0d1426}
6
+ code{background:#1b2540;padding:2px 6px;border-radius:5px}
7
+ a{color:#67e8f9}
8
+ </style>
9
+ <h1>πŸŒ€ Typhoon Tracker β€” model file host</h1>
10
+ <p>Static CDN for the TrackFormer v23 ONNX model files used by the live typhoon tracker at
11
+ <a href="https://yu314-coder.github.io/typhoon-tracks.html">yu314-coder.github.io/typhoon-tracks.html</a>.
12
+ No computation happens here β€” inference runs client-side in the visitor's browser.</p>
13
+ <p>Model files: <code>trackformer-v23-seed0.int8.onnx</code> … <code>trackformer-v23-seed4.int8.onnx</code></p>
14
+ <p>Source: <a href="https://github.com/yu314-coder/typhoon-predict">github.com/yu314-coder/typhoon-predict</a></p>
 
 
 
 
 
trackformer-v23-seed0.int8.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bb29e7e0692be9b20ad6d3f7a433a07b72f8f27b3c76bcaed00dbec4a12a09e
3
+ size 14818189
trackformer-v23-seed1.int8.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8df24a8c1287f906b755c7673723c3f81eac87f889898f3ed71fe2ad56e4479
3
+ size 14818189
trackformer-v23-seed2.int8.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c4615e98a5e6f8329171d2edd3ccc04b3000f196c56d3ea67e78f091e7fbbcb
3
+ size 14818189
trackformer-v23-seed3.int8.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db17a53bb60e14c4054c77585ef7420c0d88a263784b1c05444ccfa06f26a197
3
+ size 14818189
trackformer-v23-seed4.int8.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c967735841960700861689e1e2ce39c39c669d7c2a30881c0f399a284504e7b
3
+ size 14818189