maulairfani commited on
Commit
e09f33e
1 Parent(s): 31b6692

Training in progress, epoch 1

Browse files
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6557f01329bb5f4ebf6d646840272f3d7c8f98d0592dacef80e0d8b2759f9cdb
3
  size 267851024
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5597e7d2b1f0206743d2381a7db84e0e8b62f14984290a8a8745f071122c9c19
3
  size 267851024
run-0/checkpoint-25/config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "id2label": {
12
+ "0": "Ideologi",
13
+ "1": "Sosial Budaya",
14
+ "2": "Sumber Daya Alam",
15
+ "3": "Geografi",
16
+ "4": "Demografi",
17
+ "5": "Pertahanan dan Keamanan",
18
+ "6": "Politik",
19
+ "7": "Ekonomi"
20
+ },
21
+ "initializer_range": 0.02,
22
+ "label2id": {
23
+ "Demografi": 4,
24
+ "Ekonomi": 7,
25
+ "Geografi": 3,
26
+ "Ideologi": 0,
27
+ "Pertahanan dan Keamanan": 5,
28
+ "Politik": 6,
29
+ "Sosial Budaya": 1,
30
+ "Sumber Daya Alam": 2
31
+ },
32
+ "max_position_embeddings": 512,
33
+ "model_type": "distilbert",
34
+ "n_heads": 12,
35
+ "n_layers": 6,
36
+ "pad_token_id": 0,
37
+ "problem_type": "single_label_classification",
38
+ "qa_dropout": 0.1,
39
+ "seq_classif_dropout": 0.2,
40
+ "sinusoidal_pos_embds": false,
41
+ "tie_weights_": true,
42
+ "torch_dtype": "float32",
43
+ "transformers_version": "4.41.2",
44
+ "vocab_size": 30522
45
+ }
run-0/checkpoint-25/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5597e7d2b1f0206743d2381a7db84e0e8b62f14984290a8a8745f071122c9c19
3
+ size 267851024
run-0/checkpoint-25/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01e23233cc8f554d733cc099cbd3cbd80fbdb4117b58dd1bce570f3d5c33a029
3
+ size 535764154
run-0/checkpoint-25/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:782e8551ca4a15defa1b1e7bc86970c0c5230dc42af60a539bc83ec16e0afada
3
+ size 14244
run-0/checkpoint-25/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9ef01cc48a6c812d1e6ec9354c511f1524900ed70aad772b1f48ff947664452
3
+ size 1064
run-0/checkpoint-25/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
+ }
run-0/checkpoint-25/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-0/checkpoint-25/tokenizer_config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
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_lower_case": true,
47
+ "mask_token": "[MASK]",
48
+ "model_max_length": 512,
49
+ "pad_token": "[PAD]",
50
+ "sep_token": "[SEP]",
51
+ "strip_accents": null,
52
+ "tokenize_chinese_chars": true,
53
+ "tokenizer_class": "DistilBertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
run-0/checkpoint-25/trainer_state.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 2.0724549293518066,
3
+ "best_model_checkpoint": "satriadata/run-0/checkpoint-25",
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 25,
7
+ "is_hyper_param_search": true,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 1.0,
13
+ "eval_f1": 0.1636422261948578,
14
+ "eval_loss": 2.0724549293518066,
15
+ "eval_runtime": 1.5492,
16
+ "eval_samples_per_second": 64.55,
17
+ "eval_steps_per_second": 4.519,
18
+ "step": 25
19
+ }
20
+ ],
21
+ "logging_steps": 500,
22
+ "max_steps": 125,
23
+ "num_input_tokens_seen": 0,
24
+ "num_train_epochs": 5,
25
+ "save_steps": 500,
26
+ "stateful_callbacks": {
27
+ "TrainerControl": {
28
+ "args": {
29
+ "should_epoch_stop": false,
30
+ "should_evaluate": false,
31
+ "should_log": false,
32
+ "should_save": true,
33
+ "should_training_stop": false
34
+ },
35
+ "attributes": {}
36
+ }
37
+ },
38
+ "total_flos": 0,
39
+ "train_batch_size": 16,
40
+ "trial_name": null,
41
+ "trial_params": {
42
+ "gradient_accumulation_steps": 1,
43
+ "learning_rate": 1.4430981363245122e-05,
44
+ "num_train_epochs": 5,
45
+ "optimizer": "sgd",
46
+ "warmup_ratio": 0.3,
47
+ "weight_decay": 0.0
48
+ }
49
+ }
run-0/checkpoint-25/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:457e49d383eaf818c9f4d3ca719bbde8c9b6723a145acd970fceb1f91dc8dfa6
3
+ size 5112
run-0/checkpoint-25/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Jun18_13-58-56_1b46a8e95883/events.out.tfevents.1718719940.1b46a8e95883.606.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:064fc830a75cd2eb8fae356921c4e135f076cf8af67b048a4704c229c2ac6861
3
+ size 5411
tokenizer.json CHANGED
@@ -1,21 +1,7 @@
1
  {
2
  "version": "1.0",
3
- "truncation": {
4
- "direction": "Right",
5
- "max_length": 512,
6
- "strategy": "LongestFirst",
7
- "stride": 0
8
- },
9
- "padding": {
10
- "strategy": {
11
- "Fixed": 512
12
- },
13
- "direction": "Right",
14
- "pad_to_multiple_of": null,
15
- "pad_id": 0,
16
- "pad_type_id": 0,
17
- "pad_token": "[PAD]"
18
- },
19
  "added_tokens": [
20
  {
21
  "id": 0,
 
1
  {
2
  "version": "1.0",
3
+ "truncation": null,
4
+ "padding": null,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 0,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:27cb1a04e037540b0befb64ecb6064ab3b00e2373934683ac54dac1b371f0455
3
  size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:457e49d383eaf818c9f4d3ca719bbde8c9b6723a145acd970fceb1f91dc8dfa6
3
  size 5112