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

Replace legacy files with Trackformer1.1 landing page

Browse files
.gitattributes DELETED
@@ -1,35 +0,0 @@
1
- *.7z filter=lfs diff=lfs merge=lfs -text
2
- *.arrow filter=lfs diff=lfs merge=lfs -text
3
- *.bin filter=lfs diff=lfs merge=lfs -text
4
- *.bz2 filter=lfs diff=lfs merge=lfs -text
5
- *.ckpt filter=lfs diff=lfs merge=lfs -text
6
- *.ftz filter=lfs diff=lfs merge=lfs -text
7
- *.gz filter=lfs diff=lfs merge=lfs -text
8
- *.h5 filter=lfs diff=lfs merge=lfs -text
9
- *.joblib filter=lfs diff=lfs merge=lfs -text
10
- *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
- *.mlmodel filter=lfs diff=lfs merge=lfs -text
12
- *.model filter=lfs diff=lfs merge=lfs -text
13
- *.msgpack filter=lfs diff=lfs merge=lfs -text
14
- *.npy filter=lfs diff=lfs merge=lfs -text
15
- *.npz filter=lfs diff=lfs merge=lfs -text
16
- *.onnx filter=lfs diff=lfs merge=lfs -text
17
- *.ot filter=lfs diff=lfs merge=lfs -text
18
- *.parquet filter=lfs diff=lfs merge=lfs -text
19
- *.pb filter=lfs diff=lfs merge=lfs -text
20
- *.pickle filter=lfs diff=lfs merge=lfs -text
21
- *.pkl filter=lfs diff=lfs merge=lfs -text
22
- *.pt filter=lfs diff=lfs merge=lfs -text
23
- *.pth filter=lfs diff=lfs merge=lfs -text
24
- *.rar filter=lfs diff=lfs merge=lfs -text
25
- *.safetensors filter=lfs diff=lfs merge=lfs -text
26
- saved_model/**/* filter=lfs diff=lfs merge=lfs -text
27
- *.tar.* filter=lfs diff=lfs merge=lfs -text
28
- *.tar filter=lfs diff=lfs merge=lfs -text
29
- *.tflite filter=lfs diff=lfs merge=lfs -text
30
- *.tgz filter=lfs diff=lfs merge=lfs -text
31
- *.wasm filter=lfs diff=lfs merge=lfs -text
32
- *.xz filter=lfs diff=lfs merge=lfs -text
33
- *.zip filter=lfs diff=lfs merge=lfs -text
34
- *.zst filter=lfs diff=lfs merge=lfs -text
35
- *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
README.md CHANGED
@@ -1,29 +1,22 @@
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`.
 
1
  ---
2
+ title: Trackformer1.1 Model Files
3
+ emoji: "\U0001F300"
4
  colorFrom: blue
5
+ colorTo: green
6
  sdk: static
7
  pinned: false
8
  license: mit
9
+ short_description: Static host for the Trackformer1.1 native inference bundle
10
  ---
11
 
12
+ # Trackformer1.1 model files
13
 
14
+ This Space is a static landing page for the current Trackformer1.1 release.
15
+ The old browser-only ONNX model files have been removed. The complete native
16
+ PyTorch checkpoint bundle is published in the companion model repository:
 
 
17
 
18
+ https://huggingface.co/euler314/typhoon-predict
 
19
 
20
+ Trackformer1.1 uses current and past analysis data only. It does not consume
21
+ positive-lead weather fields or official agency forecast tracks as inference
22
+ inputs. It is research software, not an operational warning system.
 
 
 
 
index.html CHANGED
@@ -1,14 +1,13 @@
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>
 
1
  <!doctype html>
2
  <meta charset="utf-8">
3
+ <meta name="viewport" content="width=device-width,initial-scale=1">
4
+ <title>Trackformer1.1 model files</title>
5
  <style>
6
+ body{font:16px/1.6 system-ui,sans-serif;max-width:680px;margin:48px auto;padding:0 24px;color:#17202a}
7
+ a{color:#075985}
8
+ code{background:#e2e8f0;padding:2px 5px;border-radius:4px}
9
  </style>
10
+ <h1>Trackformer1.1</h1>
11
+ <p>The current causal western-Pacific track, pressure, intensity, and wind-structure research model.</p>
12
+ <p>Download the native PyTorch bundle from <a href="https://huggingface.co/euler314/typhoon-predict">the Trackformer1.1 model repository</a>.</p>
13
+ <p>Old browser-only model files were removed from this Space.</p>
 
 
manifest.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "Trackformer1.1",
3
+ "distribution": "companion static landing page",
4
+ "model_repository": "euler314/typhoon-predict",
5
+ "old_browser_onnx_files": "removed",
6
+ "input_policy": "current and past analysis data only; no positive-lead weather or official forecast input"
7
+ }
style.css DELETED
@@ -1,28 +0,0 @@
1
- body {
2
- padding: 2rem;
3
- font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
4
- }
5
-
6
- h1 {
7
- font-size: 16px;
8
- margin-top: 0;
9
- }
10
-
11
- p {
12
- color: rgb(107, 114, 128);
13
- font-size: 15px;
14
- margin-bottom: 10px;
15
- margin-top: 5px;
16
- }
17
-
18
- .card {
19
- max-width: 620px;
20
- margin: 0 auto;
21
- padding: 16px;
22
- border: 1px solid lightgray;
23
- border-radius: 16px;
24
- }
25
-
26
- .card p:last-child {
27
- margin-bottom: 0;
28
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
trackformer-v23-seed0.int8.onnx DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:5bb29e7e0692be9b20ad6d3f7a433a07b72f8f27b3c76bcaed00dbec4a12a09e
3
- size 14818189
 
 
 
 
trackformer-v23-seed1.int8.onnx DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:d8df24a8c1287f906b755c7673723c3f81eac87f889898f3ed71fe2ad56e4479
3
- size 14818189
 
 
 
 
trackformer-v23-seed2.int8.onnx DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:9c4615e98a5e6f8329171d2edd3ccc04b3000f196c56d3ea67e78f091e7fbbcb
3
- size 14818189
 
 
 
 
trackformer-v23-seed3.int8.onnx DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:db17a53bb60e14c4054c77585ef7420c0d88a263784b1c05444ccfa06f26a197
3
- size 14818189
 
 
 
 
trackformer-v23-seed4.int8.onnx DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:8c967735841960700861689e1e2ce39c39c669d7c2a30881c0f399a284504e7b
3
- size 14818189