argo11 commited on
Commit
ace5f9a
·
verified ·
1 Parent(s): af9e081

Add model card

Browse files
Files changed (1) hide show
  1. README.md +43 -0
README.md ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: Application Classification FT-Transformer 141 Apps
3
+ license: unknown
4
+ tags:
5
+ - ft-transformer
6
+ - pytorch
7
+ - network-traffic
8
+ - application-classification
9
+ - tabular-classification
10
+ - model-card
11
+ ---
12
+
13
+ # argo11/app-classification-ft-141apps
14
+
15
+ ## 概要
16
+ `argo11/app-classification-data` の `141apps_processed.parquet` を入力として学習した FT-Transformer 系 tabular classifier です。network flow 統計から 141 applications 系の target を分類するための PyTorch checkpoint を複数 run 分保存しています。
17
+
18
+ ## 確認した内容
19
+ - 主な run:
20
+ - `runs/20260118_ft_141apps/`
21
+ - `runs/20260123_ft_141apps_h200/`
22
+ - 入力: `app_classification/data/processed/141apps_processed.parquet`
23
+ - target: `target`
24
+ - 行数: 2,704,829 行
25
+ - feature 数: 56
26
+ - class 数: 131
27
+ - split: train 1,622,897 / valid 540,966 / test 540,966
28
+ - architecture 例: 6 blocks, d_block 512, 8 attention heads
29
+ - dropped classes: `BGP`, `GTP`, `MDNS`, `MySQL`, `POP3`, `SMTPS`, `SOMEIP`, `UPnP`, `Zoom`, `eDonkey`
30
+
31
+ ## 推定した内容
32
+ - `h200` run 名から、H200 GPU または H200 実行環境での追加 run と推定しています。
33
+
34
+ ## 用途
35
+ - 141-app network flow classification の deep tabular baseline
36
+ - LightGBM baseline との比較
37
+
38
+ ## 制限
39
+ - PyTorch checkpoint には scaler、label mapping、feature order が必要です。必ず同梱 meta JSON を参照してください。
40
+ - raw network 環境外への一般化は別途評価してください。
41
+
42
+ ## 関連 dataset
43
+ - `argo11/app-classification-data`