TrongCreater05 commited on
Commit
1d56d8c
·
verified ·
1 Parent(s): f7a751a

Upload 5 files

Browse files
category_vocab.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Quốc tế": 1,
3
+ "Tin tức tổng hợp": 2,
4
+ "Xe & Vận tải": 3,
5
+ "Other": 4,
6
+ "Giải trí & Showbiz": 5,
7
+ "Thể thao": 6,
8
+ "Công nghệ & Khoa học": 7,
9
+ "Giáo dục & Học đường": 8,
10
+ "Du lịch & Ẩm thực": 9,
11
+ "Kinh doanh & Kinh tế": 10,
12
+ "Sức khỏe & Đời sống": 11,
13
+ "Chính trị & An ninh": 12,
14
+ "Văn hóa & Nghệ thuật": 13
15
+ }
clickbait_detector_deploy.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f964eca3b49fad260f9b55e41e8f67fbffdf2e8907c906890023397738535803
3
+ size 639646123
label_mapping.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "0": "non-clickbait",
3
+ "1": "clickbait"
4
+ }
model_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "phobert_name": "vinai/phobert-base",
3
+ "max_len": 256,
4
+ "cnn_channels": 128,
5
+ "hidden_dim": 256,
6
+ "meta_embed_dim": 64,
7
+ "dropout": 0.3,
8
+ "freeze_phobert_layers": 6,
9
+ "num_labels": 2
10
+ }
source_vocab.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Báo Mới": 1,
3
+ "VietNamNet": 2,
4
+ "Thanh Niên": 3,
5
+ "24h": 4,
6
+ "SaoStar": 5,
7
+ "VnExpress": 6,
8
+ "Kênh14": 7,
9
+ "Tuổi Trẻ": 8
10
+ }