Alfahluzi commited on
Commit
1427ae8
1 Parent(s): 7c5d8bb

Extreme train 20 epochs with 18 batch size

Browse files
README.md CHANGED
@@ -15,16 +15,16 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  This model was trained from scratch on the id_liputan6 dataset.
17
  It achieves the following results on the evaluation set:
18
- - Loss: 0.2026
19
- - R1 Precision: 0.5676
20
- - R1 Recall: 0.2496
21
- - R1 Fmeasure: 0.3412
22
- - R2 Precision: 0.4787
23
- - R2 Recall: 0.1992
24
- - R2 Fmeasure: 0.2767
25
- - Rl Precision: 0.5419
26
- - Rl Recall: 0.2376
27
- - Rl Fmeasure: 0.3251
28
 
29
  ## Model description
30
 
@@ -56,16 +56,16 @@ The following hyperparameters were used during training:
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
- | 0.9444 | 1.0 | 10772 | 0.1834 | 0.5328 | 0.2367 | 0.3226 | 0.4379 | 0.1842 | 0.2551 | 0.5062 | 0.2243 | 0.3059 |
60
- | 0.1703 | 2.0 | 21544 | 0.1605 | 0.565 | 0.2474 | 0.3386 | 0.4764 | 0.1974 | 0.2745 | 0.5403 | 0.236 | 0.3232 |
61
- | 0.1407 | 3.0 | 32316 | 0.1567 | 0.5553 | 0.242 | 0.3318 | 0.4652 | 0.1914 | 0.2669 | 0.5302 | 0.2303 | 0.3161 |
62
- | 0.1199 | 4.0 | 43088 | 0.1565 | 0.5651 | 0.2446 | 0.3361 | 0.4774 | 0.1954 | 0.2728 | 0.5408 | 0.2333 | 0.3209 |
63
- | 0.1022 | 5.0 | 53860 | 0.1578 | 0.5681 | 0.2449 | 0.3368 | 0.4818 | 0.1962 | 0.2744 | 0.5442 | 0.2338 | 0.322 |
64
- | 0.0864 | 6.0 | 64632 | 0.1614 | 0.5657 | 0.2457 | 0.3373 | 0.4779 | 0.196 | 0.2735 | 0.5409 | 0.2341 | 0.3217 |
65
- | 0.0709 | 7.0 | 75404 | 0.1712 | 0.5669 | 0.2473 | 0.339 | 0.4782 | 0.1974 | 0.275 | 0.5418 | 0.2356 | 0.3233 |
66
- | 0.0579 | 8.0 | 86176 | 0.1830 | 0.5629 | 0.2499 | 0.3407 | 0.472 | 0.1987 | 0.2749 | 0.5366 | 0.2377 | 0.3242 |
67
- | 0.0458 | 9.0 | 96948 | 0.1955 | 0.5708 | 0.2513 | 0.3435 | 0.4817 | 0.2009 | 0.2789 | 0.5451 | 0.2393 | 0.3273 |
68
- | 0.0364 | 10.0 | 107720 | 0.2026 | 0.5676 | 0.2496 | 0.3412 | 0.4787 | 0.1992 | 0.2767 | 0.5419 | 0.2376 | 0.3251 |
69
 
70
 
71
  ### Framework versions
 
15
 
16
  This model was trained from scratch on the id_liputan6 dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 3.0021
19
+ - R1 Precision: 0.3553
20
+ - R1 Recall: 0.2599
21
+ - R1 Fmeasure: 0.2974
22
+ - R2 Precision: 0.1458
23
+ - R2 Recall: 0.1039
24
+ - R2 Fmeasure: 0.12
25
+ - Rl Precision: 0.2925
26
+ - Rl Recall: 0.2139
27
+ - Rl Fmeasure: 0.2448
28
 
29
  ## Model description
30
 
 
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
+ | 1.7393 | 1.0 | 10772 | 2.6782 | 0.3432 | 0.2497 | 0.2864 | 0.1375 | 0.0975 | 0.113 | 0.2828 | 0.206 | 0.2361 |
60
+ | 1.4091 | 2.0 | 21544 | 2.6063 | 0.3486 | 0.2534 | 0.2907 | 0.142 | 0.1004 | 0.1164 | 0.2878 | 0.2094 | 0.2401 |
61
+ | 1.246 | 3.0 | 32316 | 2.6079 | 0.3535 | 0.2578 | 0.2955 | 0.1457 | 0.1036 | 0.1199 | 0.2917 | 0.2131 | 0.244 |
62
+ | 1.1175 | 4.0 | 43088 | 2.6382 | 0.3579 | 0.2618 | 0.2996 | 0.1488 | 0.106 | 0.1225 | 0.2956 | 0.2163 | 0.2475 |
63
+ | 1.0102 | 5.0 | 53860 | 2.6818 | 0.3574 | 0.2609 | 0.2987 | 0.1478 | 0.1052 | 0.1217 | 0.2949 | 0.2154 | 0.2466 |
64
+ | 0.9141 | 6.0 | 64632 | 2.7428 | 0.3571 | 0.2616 | 0.2992 | 0.148 | 0.1056 | 0.122 | 0.2938 | 0.2152 | 0.2461 |
65
+ | 0.8261 | 7.0 | 75404 | 2.8255 | 0.3534 | 0.2582 | 0.2956 | 0.1457 | 0.1039 | 0.12 | 0.2906 | 0.2126 | 0.2432 |
66
+ | 0.7509 | 8.0 | 86176 | 2.8975 | 0.3517 | 0.2572 | 0.2943 | 0.1428 | 0.1016 | 0.1175 | 0.289 | 0.2113 | 0.2418 |
67
+ | 0.6822 | 9.0 | 96948 | 2.9586 | 0.3557 | 0.2599 | 0.2975 | 0.1466 | 0.1043 | 0.1206 | 0.2936 | 0.2145 | 0.2455 |
68
+ | 0.6289 | 10.0 | 107720 | 3.0021 | 0.3553 | 0.2599 | 0.2974 | 0.1458 | 0.1039 | 0.12 | 0.2925 | 0.2139 | 0.2448 |
69
 
70
 
71
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9ddb177797889f7ec945d9e89f121dc64cbfbfb4f7f07286a40853bc383e26fd
3
  size 998132132
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9023b86389b36a4d36edcf21d134a8d89985c716b4f1fb2362d66a9fe749eeb
3
  size 998132132
runs/Apr16_07-18-52_728561d7d15f/events.out.tfevents.1713283565.728561d7d15f.381.1 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8a1aa5d68888fe2f1d0b92aa20ba2e832fc5ca1ae64710dcfef157d9b052f514
3
- size 18338
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef164e2d3e1169628b38460f92449c40e9afdb345a0d09a54dce512cb2c09e8c
3
+ size 19475