rizalmilyardi commited on
Commit
dbd6167
1 Parent(s): a00ba75

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "indolem/indobert-base-uncased",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "eos_token_ids": 0,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "id2label": {
14
+ "0": "tanah longsor",
15
+ "1": "gempa",
16
+ "2": "banjir",
17
+ "3": "kebakaran",
18
+ "4": "tsunami",
19
+ "5": "puting beliung",
20
+ "6": "kekeringan",
21
+ "7": "gelombang pasang",
22
+ "8": "gunung meletus",
23
+ "9": "wabah",
24
+ "10": "kecelakaan",
25
+ "11": "masalah transportasi",
26
+ "12": "penemuan mayat",
27
+ "13": "kejahatan jalanan",
28
+ "14": "kriminalitas",
29
+ "15": "premanisme",
30
+ "16": "kerusakan infrastruktur"
31
+ },
32
+ "initializer_range": 0.02,
33
+ "intermediate_size": 3072,
34
+ "label2id": {
35
+ "banjir": 2,
36
+ "gelombang pasang": 7,
37
+ "gempa": 1,
38
+ "gunung meletus": 8,
39
+ "kebakaran": 3,
40
+ "kecelakaan": 10,
41
+ "kejahatan jalanan": 13,
42
+ "kekeringan": 6,
43
+ "kerusakan infrastruktur": 16,
44
+ "kriminalitas": 14,
45
+ "masalah transportasi": 11,
46
+ "penemuan mayat": 12,
47
+ "premanisme": 15,
48
+ "puting beliung": 5,
49
+ "tanah longsor": 0,
50
+ "tsunami": 4,
51
+ "wabah": 9
52
+ },
53
+ "layer_norm_eps": 1e-12,
54
+ "max_position_embeddings": 512,
55
+ "model_type": "bert",
56
+ "num_attention_heads": 12,
57
+ "num_hidden_layers": 12,
58
+ "output_past": true,
59
+ "pad_token_id": 0,
60
+ "position_embedding_type": "absolute",
61
+ "problem_type": "single_label_classification",
62
+ "torch_dtype": "float32",
63
+ "transformers_version": "4.28.0",
64
+ "type_vocab_size": 2,
65
+ "use_cache": true,
66
+ "vocab_size": 31923
67
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d26643eb36f761133e0a7f767fdfec0f9915a46b9518d2fd9e7d18590e2f3cc
3
+ size 442358386
runs/Dec17_22-03-18_9fbffd48c746/1702850606.9331508/events.out.tfevents.1702850606.9fbffd48c746.586.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46185c2f096edffdb7403d8cec047ada119033a5e17006356800529cfaca1da9
3
+ size 5895
runs/Dec17_22-03-18_9fbffd48c746/events.out.tfevents.1702850606.9fbffd48c746.586.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d8b37d25a6b278a3da2f1055ba2d03a38e25ed8b37472787fe8600aa1fff24c
3
+ size 5245
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
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
+ "clean_up_tokenization_spaces": true,
3
+ "cls_token": "[CLS]",
4
+ "do_basic_tokenize": true,
5
+ "do_lower_case": true,
6
+ "mask_token": "[MASK]",
7
+ "model_max_length": 512,
8
+ "never_split": null,
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:a592c0b427971840dff38532aa13a6a2255fd87d32b2654e0c4994ad5bb9c845
3
+ size 4088
vocab.txt ADDED
The diff for this file is too large to render. See raw diff