Alfahluzi commited on
Commit
2d39399
1 Parent(s): 09f6491

train 10 epochs with 10 batch size

Browse files
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ datasets:
5
+ - id_liputan6
6
+ model-index:
7
+ - name: bert2bert-model6-last
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
+ # bert2bert-model6-last
15
+
16
+ This model is a fine-tuned version of [](https://huggingface.co/) on the id_liputan6 dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 7.6361
19
+ - R1 Precision: 0.1719
20
+ - R1 Recall: 0.0279
21
+ - R1 Fmeasure: 0.0432
22
+ - R2 Precision: 0.0
23
+ - R2 Recall: 0.0
24
+ - R2 Fmeasure: 0.0
25
+ - Rl Precision: 0.1719
26
+ - Rl Recall: 0.0274
27
+ - Rl Fmeasure: 0.0428
28
+
29
+ ## Model description
30
+
31
+ More information needed
32
+
33
+ ## Intended uses & limitations
34
+
35
+ More information needed
36
+
37
+ ## Training and evaluation data
38
+
39
+ More information needed
40
+
41
+ ## Training procedure
42
+
43
+ ### Training hyperparameters
44
+
45
+ The following hyperparameters were used during training:
46
+ - learning_rate: 5e-05
47
+ - train_batch_size: 10
48
+ - eval_batch_size: 10
49
+ - seed: 42
50
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
+ - lr_scheduler_type: linear
52
+ - num_epochs: 10
53
+ - mixed_precision_training: Native AMP
54
+
55
+ ### Training results
56
+
57
+ | Training Loss | Epoch | Step | Validation Loss | R1 Precision | R1 Recall | R1 Fmeasure | R2 Precision | R2 Recall | R2 Fmeasure | Rl Precision | Rl Recall | Rl Fmeasure |
58
+ |:-------------:|:-----:|:----:|:---------------:|:------------:|:---------:|:-----------:|:------------:|:---------:|:-----------:|:------------:|:---------:|:-----------:|
59
+ | 10.0458 | 1.0 | 4 | 8.3786 | 0.0612 | 0.0567 | 0.0584 | 0.0 | 0.0 | 0.0 | 0.0512 | 0.0468 | 0.0485 |
60
+ | 7.6302 | 2.0 | 8 | 8.0384 | 0.087 | 0.1202 | 0.1005 | 0.0 | 0.0 | 0.0 | 0.0583 | 0.08 | 0.0669 |
61
+ | 7.2136 | 3.0 | 12 | 7.7980 | 0.0598 | 0.0775 | 0.0677 | 0.0057 | 0.0081 | 0.0067 | 0.0516 | 0.067 | 0.0583 |
62
+ | 6.8639 | 4.0 | 16 | 7.8075 | 0.0938 | 0.0107 | 0.0192 | 0.0 | 0.0 | 0.0 | 0.0938 | 0.0105 | 0.0188 |
63
+ | 6.3433 | 5.0 | 20 | 7.7948 | 0.0406 | 0.0107 | 0.0168 | 0.0 | 0.0 | 0.0 | 0.0406 | 0.0105 | 0.0166 |
64
+ | 6.0891 | 6.0 | 24 | 7.7148 | 0.0469 | 0.0107 | 0.0162 | 0.0 | 0.0 | 0.0 | 0.0469 | 0.0105 | 0.015 |
65
+ | 6.0284 | 7.0 | 28 | 7.6611 | 0.1406 | 0.0179 | 0.0256 | 0.0 | 0.0 | 0.0 | 0.1406 | 0.0139 | 0.0219 |
66
+ | 5.7972 | 8.0 | 32 | 7.6732 | 0.0646 | 0.025 | 0.0332 | 0.0 | 0.0 | 0.0 | 0.0608 | 0.021 | 0.0293 |
67
+ | 5.6802 | 9.0 | 36 | 7.6398 | 0.1823 | 0.0279 | 0.0443 | 0.0 | 0.0 | 0.0 | 0.1719 | 0.0241 | 0.0396 |
68
+ | 5.4635 | 10.0 | 40 | 7.6361 | 0.1719 | 0.0279 | 0.0432 | 0.0 | 0.0 | 0.0 | 0.1719 | 0.0274 | 0.0428 |
69
+
70
+
71
+ ### Framework versions
72
+
73
+ - Transformers 4.38.2
74
+ - Pytorch 2.2.1+cu121
75
+ - Datasets 2.19.0
76
+ - Tokenizers 0.15.2
generation_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 0,
3
+ "decoder_start_token_id": 3,
4
+ "early_stopping": true,
5
+ "eos_token_id": 4,
6
+ "length_penalty": 2.0,
7
+ "max_length": 80,
8
+ "min_length": 10,
9
+ "no_repeat_ngram_size": 3,
10
+ "num_beams": 4,
11
+ "pad_token_id": 0,
12
+ "transformers_version": "4.38.2"
13
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d480cb8359ed4f89e2b3c2717f7d4abe9cd90a6d145b2867b47d3eefce375f40
3
  size 998132132
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa1b95a370b06ed8a2d1568ee1cb72072c93aebcd9e68a18ddb6c27833f37495
3
  size 998132132
runs/Apr20_08-05-33_6736f4923eac/events.out.tfevents.1713600334.6736f4923eac.213.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:98ddf8795804941b78c164914c5bb47e394f4b658fed0ff4bf11d3ac44b8df66
3
- size 11974
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:950def1237964735e5afbcab9a3333a17ed1ecf0a2956eb9aaefbedd34311662
3
+ size 18807