muhammadravi251001 commited on
Commit
0e31d4a
1 Parent(s): dd1fa60

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +72 -0
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-large-p2-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-large-p2-with-ITTL-without-freeze-LR-1e-05
16
+
17
+ This model is a fine-tuned version of [indobenchmark/indobert-large-p2](https://huggingface.co/indobenchmark/indobert-large-p2) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 1.5867
20
+ - Exact Match: 47.7296
21
+ - F1: 64.3850
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: 1
42
+ - eval_batch_size: 1
43
+ - seed: 42
44
+ - gradient_accumulation_steps: 128
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
+ | 1.8839 | 0.5 | 463 | 1.7873 | 39.9512 | 56.0205 |
55
+ | 1.6682 | 1.0 | 926 | 1.6243 | 44.2651 | 60.9585 |
56
+ | 1.5129 | 1.5 | 1389 | 1.5722 | 45.6609 | 61.7661 |
57
+ | 1.4634 | 2.0 | 1852 | 1.5185 | 47.1493 | 63.5348 |
58
+ | 1.3128 | 2.5 | 2315 | 1.5212 | 46.9475 | 63.4277 |
59
+ | 1.323 | 3.0 | 2778 | 1.5052 | 47.6118 | 64.2591 |
60
+ | 1.1824 | 3.5 | 3241 | 1.5352 | 47.5950 | 64.2896 |
61
+ | 1.2013 | 4.0 | 3704 | 1.5302 | 47.9566 | 64.5453 |
62
+ | 1.0842 | 4.5 | 4167 | 1.5678 | 47.5362 | 64.2029 |
63
+ | 1.0811 | 5.0 | 4630 | 1.5590 | 47.7632 | 64.1309 |
64
+ | 1.0138 | 5.5 | 5093 | 1.5867 | 47.7296 | 64.3850 |
65
+
66
+
67
+ ### Framework versions
68
+
69
+ - Transformers 4.26.1
70
+ - Pytorch 1.13.1+cu117
71
+ - Datasets 2.2.0
72
+ - Tokenizers 0.13.2