AzrilFahmiardi commited on
Commit
b8079d3
·
verified ·
1 Parent(s): 7c8ce0f

Initial upload: fine-tuned Topic Classification for SDD pipeline

Browse files
config.json ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_num_labels": 5,
3
+ "add_cross_attention": false,
4
+ "architectures": [
5
+ "BertForSequenceClassification"
6
+ ],
7
+ "attention_probs_dropout_prob": 0.1,
8
+ "bos_token_id": null,
9
+ "classifier_dropout": null,
10
+ "decoder_start_token_id": null,
11
+ "directionality": "bidi",
12
+ "dtype": "float32",
13
+ "eos_token_id": null,
14
+ "finetuning_task": null,
15
+ "hidden_act": "gelu",
16
+ "hidden_dropout_prob": 0.1,
17
+ "hidden_size": 768,
18
+ "id2label": {
19
+ "0": "Budaya",
20
+ "1": "Ekonomi",
21
+ "2": "Entertainment",
22
+ "3": "HukumDanKriminal",
23
+ "4": "Kesehatan",
24
+ "5": "Lifestyle",
25
+ "6": "Otomotif",
26
+ "7": "Pendidikan",
27
+ "8": "Politik",
28
+ "9": "Sport",
29
+ "10": "Tekno",
30
+ "11": "Wisata",
31
+ "12": "Lainnya"
32
+ },
33
+ "initializer_range": 0.02,
34
+ "intermediate_size": 3072,
35
+ "is_decoder": false,
36
+ "label2id": {
37
+ "Budaya": 0,
38
+ "Ekonomi": 1,
39
+ "Entertainment": 2,
40
+ "HukumDanKriminal": 3,
41
+ "Kesehatan": 4,
42
+ "Lainnya": 12,
43
+ "Lifestyle": 5,
44
+ "Otomotif": 6,
45
+ "Pendidikan": 7,
46
+ "Politik": 8,
47
+ "Sport": 9,
48
+ "Tekno": 10,
49
+ "Wisata": 11
50
+ },
51
+ "layer_norm_eps": 1e-12,
52
+ "max_position_embeddings": 512,
53
+ "model_type": "bert",
54
+ "num_attention_heads": 12,
55
+ "num_hidden_layers": 12,
56
+ "output_past": true,
57
+ "pad_token_id": 0,
58
+ "pooler_fc_size": 768,
59
+ "pooler_num_attention_heads": 12,
60
+ "pooler_num_fc_layers": 3,
61
+ "pooler_size_per_head": 128,
62
+ "pooler_type": "first_token_transform",
63
+ "prefix": null,
64
+ "pruned_heads": {},
65
+ "task_specific_params": null,
66
+ "tie_word_embeddings": true,
67
+ "torchscript": false,
68
+ "transformers_version": "5.12.1",
69
+ "type_vocab_size": 2,
70
+ "use_bfloat16": false,
71
+ "use_cache": false,
72
+ "vocab_size": 50000
73
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdb613b2dc7a06168586622255ac1177e0e01e7c707e71ce4fc2cfc8f0c9f646
3
+ size 497828908
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backend": "tokenizers",
3
+ "cls_token": "[CLS]",
4
+ "do_lower_case": true,
5
+ "is_local": false,
6
+ "local_files_only": false,
7
+ "mask_token": "[MASK]",
8
+ "model_max_length": 1000000000000000019884624838656,
9
+ "pad_token": "[PAD]",
10
+ "sep_token": "[SEP]",
11
+ "strip_accents": null,
12
+ "tokenize_chinese_chars": true,
13
+ "tokenizer_class": "BertTokenizer",
14
+ "unk_token": "[UNK]"
15
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:989327840867b00e34b76987e7ae73caf9faaa1b2c9b7ec52b2db8f6404141f5
3
+ size 5201