afaji commited on
Commit
1489c13
1 Parent(s): 38b9b4d

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +80 -0
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - f1
7
+ - precision
8
+ - recall
9
+ model-index:
10
+ - name: fine-tuned-DatasetQAS-TYDI-QA-ID-with-indobert-large-p2-with-ITTL-without-freeze-LR-1e-05
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # fine-tuned-DatasetQAS-TYDI-QA-ID-with-indobert-large-p2-with-ITTL-without-freeze-LR-1e-05
18
+
19
+ This model is a fine-tuned version of [indobenchmark/indobert-large-p2](https://huggingface.co/indobenchmark/indobert-large-p2) on the None dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 1.2832
22
+ - Exact Match: 59.3368
23
+ - F1: 73.6394
24
+ - Precision: 75.6497
25
+ - Recall: 79.2494
26
+
27
+ ## Model description
28
+
29
+ More information needed
30
+
31
+ ## Intended uses & limitations
32
+
33
+ More information needed
34
+
35
+ ## Training and evaluation data
36
+
37
+ More information needed
38
+
39
+ ## Training procedure
40
+
41
+ ### Training hyperparameters
42
+
43
+ The following hyperparameters were used during training:
44
+ - learning_rate: 1e-05
45
+ - train_batch_size: 16
46
+ - eval_batch_size: 16
47
+ - seed: 42
48
+ - gradient_accumulation_steps: 4
49
+ - total_train_batch_size: 64
50
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
+ - lr_scheduler_type: linear
52
+ - num_epochs: 16
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | Exact Match | F1 | Precision | Recall |
57
+ |:-------------:|:-----:|:----:|:---------------:|:-----------:|:-------:|:---------:|:-------:|
58
+ | 6.1305 | 0.49 | 38 | 2.9545 | 18.3246 | 28.7037 | 30.7234 | 39.3266 |
59
+ | 3.6666 | 0.99 | 76 | 2.0933 | 29.3194 | 41.5386 | 41.3158 | 57.3278 |
60
+ | 2.2221 | 1.48 | 114 | 1.5088 | 46.0733 | 59.6910 | 61.3465 | 70.0645 |
61
+ | 1.5513 | 1.97 | 152 | 1.2788 | 52.7051 | 67.6237 | 68.9352 | 76.7287 |
62
+ | 1.5513 | 2.47 | 190 | 1.2375 | 56.0209 | 70.0861 | 72.2276 | 76.3275 |
63
+ | 1.1584 | 2.96 | 228 | 1.1617 | 56.3700 | 70.9542 | 72.5147 | 77.8564 |
64
+ | 1.0032 | 3.45 | 266 | 1.1656 | 57.9407 | 72.1620 | 73.8214 | 78.2817 |
65
+ | 0.8661 | 3.95 | 304 | 1.1443 | 57.5916 | 72.5053 | 73.8808 | 80.3537 |
66
+ | 0.8661 | 4.44 | 342 | 1.1663 | 58.4642 | 73.4761 | 75.0381 | 80.0108 |
67
+ | 0.7541 | 4.94 | 380 | 1.1414 | 58.2897 | 73.1853 | 74.9363 | 78.6912 |
68
+ | 0.6687 | 5.43 | 418 | 1.2151 | 60.0349 | 73.6810 | 75.7886 | 79.3854 |
69
+ | 0.5926 | 5.92 | 456 | 1.1805 | 60.5585 | 74.6182 | 76.2757 | 81.1406 |
70
+ | 0.5926 | 6.42 | 494 | 1.2740 | 60.5585 | 74.4135 | 76.4582 | 80.1876 |
71
+ | 0.4761 | 6.91 | 532 | 1.2221 | 59.8604 | 74.5837 | 75.8985 | 80.5858 |
72
+ | 0.4644 | 7.4 | 570 | 1.2832 | 59.3368 | 73.6394 | 75.6497 | 79.2494 |
73
+
74
+
75
+ ### Framework versions
76
+
77
+ - Transformers 4.27.0
78
+ - Pytorch 2.0.0+cu117
79
+ - Datasets 2.2.0
80
+ - Tokenizers 0.13.2