luthfi507 commited on
Commit
00540e3
1 Parent(s): 7e27663

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "Politik",
15
+ "1": "Sosial Budaya",
16
+ "2": "Ideologi",
17
+ "3": "Pertahanan dan Keamanan",
18
+ "4": "Ekonomi",
19
+ "5": "Sumber Daya Alam",
20
+ "6": "Demografi",
21
+ "7": "Geografi"
22
+ },
23
+ "initializer_range": 0.02,
24
+ "intermediate_size": 3072,
25
+ "label2id": {
26
+ "Demografi": 6,
27
+ "Ekonomi": 4,
28
+ "Geografi": 7,
29
+ "Ideologi": 2,
30
+ "Pertahanan dan Keamanan": 3,
31
+ "Politik": 0,
32
+ "Sosial Budaya": 1,
33
+ "Sumber Daya Alam": 5
34
+ },
35
+ "layer_norm_eps": 1e-12,
36
+ "max_position_embeddings": 512,
37
+ "model_type": "bert",
38
+ "num_attention_heads": 12,
39
+ "num_hidden_layers": 12,
40
+ "output_past": true,
41
+ "pad_token_id": 0,
42
+ "position_embedding_type": "absolute",
43
+ "problem_type": "single_label_classification",
44
+ "torch_dtype": "float32",
45
+ "transformers_version": "4.41.1",
46
+ "type_vocab_size": 2,
47
+ "use_cache": true,
48
+ "vocab_size": 31923
49
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3feea6037b7bca9f57def54b356ff1d6a97d621e25054b9b8025bd84710db67f
3
+ size 442280976
runs/Jun04_04-03-45_86abfca337b3/events.out.tfevents.1717473829.86abfca337b3.293.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4aaa84d1917864f7de17e5cb92f932588eff32f09664af8236ec095e0ff2b5e
3
+ size 5145
runs/Jun04_04-09-22_86abfca337b3/events.out.tfevents.1717474168.86abfca337b3.2329.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1dc1e315e43684b557e70fd9158600db200c886c104031383160cab6f12e9362
3
+ size 5289
runs/Jun04_04-11-11_86abfca337b3/events.out.tfevents.1717474273.86abfca337b3.2329.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c47b56465476410a211893ada3811ef76c98d0d584982c1d7077955e212985f
3
+ size 8102
runs/Jun04_04-11-11_86abfca337b3/events.out.tfevents.1717474778.86abfca337b3.2329.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dcb070e0fb279589bda26a5dec43e49ac629b133f9488862e00328b02aab45f3
3
+ size 411
runs/Jun04_04-20-58_86abfca337b3/events.out.tfevents.1717474871.86abfca337b3.2329.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e7bc96f03d8c5aa99dc318f0eb74717dd3219f9a4a07312c168ededb6533ad5
3
+ size 5704
runs/Jun04_04-25-19_86abfca337b3/events.out.tfevents.1717475126.86abfca337b3.6212.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ff25f9af2032df9417bbd343abeb5d478c7e84a8cdcaf738dda598df88e5f87
3
+ size 5823
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,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "[MASK]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "[CLS]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "4": {
36
+ "content": "[SEP]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "do_basic_tokenize": true,
47
+ "do_lower_case": true,
48
+ "mask_token": "[MASK]",
49
+ "model_max_length": 1000000000000000019884624838656,
50
+ "never_split": null,
51
+ "pad_token": "[PAD]",
52
+ "sep_token": "[SEP]",
53
+ "strip_accents": null,
54
+ "tokenize_chinese_chars": true,
55
+ "tokenizer_class": "BertTokenizer",
56
+ "unk_token": "[UNK]"
57
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a33accda56ef1e9319470344773ae8ede31f5916025198ff64980f5715743f81
3
+ size 5112
vocab.txt ADDED
The diff for this file is too large to render. See raw diff