muhammadravi251001 commited on
Commit
f3feb17
1 Parent(s): 79fa2c3

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +78 -0
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - f1
7
+ model-index:
8
+ - name: fine-tuned-DatasetQAS-Squad-ID-with-indobert-base-uncased-with-ITTL-without-freeze-LR-1e-05
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # fine-tuned-DatasetQAS-Squad-ID-with-indobert-base-uncased-with-ITTL-without-freeze-LR-1e-05
16
+
17
+ This model is a fine-tuned version of [indolem/indobert-base-uncased](https://huggingface.co/indolem/indobert-base-uncased) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 1.5472
20
+ - Exact Match: 48.2207
21
+ - F1: 64.5835
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 1e-05
41
+ - train_batch_size: 4
42
+ - eval_batch_size: 4
43
+ - seed: 42
44
+ - gradient_accumulation_steps: 32
45
+ - total_train_batch_size: 128
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - num_epochs: 10
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss | Exact Match | F1 |
53
+ |:-------------:|:-----:|:----:|:---------------:|:-----------:|:-------:|
54
+ | 2.0214 | 0.5 | 463 | 1.8592 | 38.9585 | 54.5347 |
55
+ | 1.855 | 1.0 | 926 | 1.6866 | 42.8199 | 58.2401 |
56
+ | 1.6398 | 1.5 | 1389 | 1.6096 | 44.7800 | 61.0696 |
57
+ | 1.6149 | 2.0 | 1852 | 1.5682 | 46.2017 | 62.7556 |
58
+ | 1.4926 | 2.5 | 2315 | 1.5560 | 46.9084 | 63.8907 |
59
+ | 1.5038 | 3.0 | 2778 | 1.5207 | 47.3206 | 64.1079 |
60
+ | 1.3919 | 3.5 | 3241 | 1.5204 | 47.6403 | 64.2273 |
61
+ | 1.369 | 4.0 | 3704 | 1.5088 | 47.8758 | 64.3187 |
62
+ | 1.3245 | 4.5 | 4167 | 1.5210 | 48.0357 | 64.3941 |
63
+ | 1.306 | 5.0 | 4630 | 1.5084 | 48.2544 | 64.3958 |
64
+ | 1.2752 | 5.5 | 5093 | 1.5190 | 48.2965 | 64.7245 |
65
+ | 1.2028 | 6.0 | 5556 | 1.5170 | 48.1198 | 64.3217 |
66
+ | 1.1855 | 6.5 | 6019 | 1.5252 | 48.0777 | 64.5928 |
67
+ | 1.2214 | 7.0 | 6482 | 1.5092 | 48.5993 | 64.7737 |
68
+ | 1.1613 | 7.5 | 6945 | 1.5318 | 48.4479 | 64.7086 |
69
+ | 1.1634 | 8.0 | 7408 | 1.5261 | 48.3049 | 64.6614 |
70
+ | 1.1056 | 8.5 | 7871 | 1.5472 | 48.2207 | 64.5835 |
71
+
72
+
73
+ ### Framework versions
74
+
75
+ - Transformers 4.27.4
76
+ - Pytorch 1.13.1+cu117
77
+ - Datasets 2.2.0
78
+ - Tokenizers 0.13.2