Jason-42195 commited on
Commit
9a007d4
·
verified ·
1 Parent(s): 6eced40

Nhanh 1: TF-IDF+LogReg, F1-macro=0.9822

Browse files
nhanh1_v1/metadata.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version": "nhanh1_v1",
3
+ "branch": "nhanh1_supervised_multiclass",
4
+ "architecture": "tfidf_logreg",
5
+ "trained_at": "2026-07-16T12:16:08",
6
+ "train_rows": 54236,
7
+ "test_rows": 13560,
8
+ "f1_macro": 0.9821905121114611,
9
+ "train_time_s": 14.00293961600255,
10
+ "labels": {
11
+ "0": "normal",
12
+ "1": "union_based",
13
+ "2": "error_based",
14
+ "3": "boolean_blind",
15
+ "4": "time_blind"
16
+ },
17
+ "dataset": "data/processed/nhanh1_train.csv",
18
+ "tfidf": {
19
+ "analyzer": "char_wb",
20
+ "ngram_min": 2,
21
+ "ngram_max": 4,
22
+ "max_features": 50000
23
+ }
24
+ }
nhanh1_v1/model.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:033baac14b25eefa63c81189aec21b08b9c579545ec2ae5bed2170cf7aafe404
3
+ size 2000943
nhanh1_v1/vectorizer.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f210844f1d49f9c0042c71ded78287f3522480166ab9496cfdbcf9879d453144
3
+ size 1680347