albarpambagio commited on
Commit
dfc80ce
1 Parent(s): 2a4fd03

End of training

Browse files
Files changed (4) hide show
  1. README.md +77 -0
  2. config.json +25 -0
  3. model.safetensors +3 -0
  4. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: cahya/distilbert-base-indonesian
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: results
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # results
15
+
16
+ This model is a fine-tuned version of [cahya/distilbert-base-indonesian](https://huggingface.co/cahya/distilbert-base-indonesian) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.0001
19
+
20
+ ## Model description
21
+
22
+ More information needed
23
+
24
+ ## Intended uses & limitations
25
+
26
+ More information needed
27
+
28
+ ## Training and evaluation data
29
+
30
+ More information needed
31
+
32
+ ## Training procedure
33
+
34
+ ### Training hyperparameters
35
+
36
+ The following hyperparameters were used during training:
37
+ - learning_rate: 5e-05
38
+ - train_batch_size: 16
39
+ - eval_batch_size: 16
40
+ - seed: 42
41
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
+ - lr_scheduler_type: linear
43
+ - lr_scheduler_warmup_steps: 500
44
+ - num_epochs: 20
45
+
46
+ ### Training results
47
+
48
+ | Training Loss | Epoch | Step | Validation Loss |
49
+ |:-------------:|:-----:|:----:|:---------------:|
50
+ | 1.0108 | 1.0 | 40 | 0.8965 |
51
+ | 0.0808 | 2.0 | 80 | 0.0290 |
52
+ | 0.0026 | 3.0 | 120 | 0.0017 |
53
+ | 0.0014 | 4.0 | 160 | 0.0009 |
54
+ | 0.0009 | 5.0 | 200 | 0.0007 |
55
+ | 0.0007 | 6.0 | 240 | 0.0005 |
56
+ | 0.0005 | 7.0 | 280 | 0.0004 |
57
+ | 0.0004 | 8.0 | 320 | 0.0003 |
58
+ | 0.0003 | 9.0 | 360 | 0.0003 |
59
+ | 0.0003 | 10.0 | 400 | 0.0002 |
60
+ | 0.0002 | 11.0 | 440 | 0.0002 |
61
+ | 0.0002 | 12.0 | 480 | 0.0002 |
62
+ | 0.0002 | 13.0 | 520 | 0.0002 |
63
+ | 0.0001 | 14.0 | 560 | 0.0002 |
64
+ | 0.0001 | 15.0 | 600 | 0.0002 |
65
+ | 0.0001 | 16.0 | 640 | 0.0002 |
66
+ | 0.0001 | 17.0 | 680 | 0.0001 |
67
+ | 0.0001 | 18.0 | 720 | 0.0001 |
68
+ | 0.0001 | 19.0 | 760 | 0.0001 |
69
+ | 0.0001 | 20.0 | 800 | 0.0001 |
70
+
71
+
72
+ ### Framework versions
73
+
74
+ - Transformers 4.41.2
75
+ - Pytorch 2.1.2
76
+ - Datasets 2.19.2
77
+ - Tokenizers 0.19.1
config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "cahya/distilbert-base-indonesian",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForMaskedLM"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "initializer_range": 0.02,
12
+ "max_position_embeddings": 512,
13
+ "model_type": "distilbert",
14
+ "n_heads": 12,
15
+ "n_layers": 6,
16
+ "output_hidden_states": true,
17
+ "pad_token_id": 0,
18
+ "qa_dropout": 0.1,
19
+ "seq_classif_dropout": 0.2,
20
+ "sinusoidal_pos_embds": true,
21
+ "tie_weights_": true,
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.41.2",
24
+ "vocab_size": 32000
25
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89671ffcf663488be0fc3ff26e868b6d21e47e9a4e7bacc3948c9ecedc7cb3c5
3
+ size 272501104
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bdca194914d4ab78d31d860fbf5fff08d0a6de3e7f07b769f0769592f3a64862
3
+ size 5048