itsamitkumar commited on
Commit
8bfab10
1 Parent(s): bcf0ba1

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +76 -0
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ datasets:
5
+ - subjqa
6
+ model-index:
7
+ - name: qa_bert-base-multilingual-cased-finetuned-squad
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
+ # qa_bert-base-multilingual-cased-finetuned-squad
15
+
16
+ This model is a fine-tuned version of [salti/bert-base-multilingual-cased-finetuned-squad](https://huggingface.co/salti/bert-base-multilingual-cased-finetuned-squad) on the subjqa dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 1.8327
19
+
20
+ ## Model description
21
+
22
+ More information needed
23
+
24
+ ## Intended uses & limitations
25
+
26
+ More information needed
27
+
28
+ ## Training and evaluation data
29
+
30
+ More information needed
31
+
32
+ ## Training procedure
33
+
34
+ ### Training hyperparameters
35
+
36
+ The following hyperparameters were used during training:
37
+ - learning_rate: 1e-06
38
+ - train_batch_size: 16
39
+ - eval_batch_size: 16
40
+ - seed: 42
41
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
+ - lr_scheduler_type: linear
43
+ - num_epochs: 20
44
+
45
+ ### Training results
46
+
47
+ | Training Loss | Epoch | Step | Validation Loss |
48
+ |:-------------:|:-----:|:----:|:---------------:|
49
+ | 2.6495 | 1.0 | 81 | 2.3399 |
50
+ | 1.8855 | 2.0 | 162 | 2.0887 |
51
+ | 1.7301 | 3.0 | 243 | 1.9716 |
52
+ | 1.668 | 4.0 | 324 | 1.9215 |
53
+ | 1.6121 | 5.0 | 405 | 1.8922 |
54
+ | 1.5587 | 6.0 | 486 | 1.8767 |
55
+ | 1.5236 | 7.0 | 567 | 1.8614 |
56
+ | 1.4978 | 8.0 | 648 | 1.8464 |
57
+ | 1.4769 | 9.0 | 729 | 1.8434 |
58
+ | 1.4612 | 10.0 | 810 | 1.8364 |
59
+ | 1.4215 | 11.0 | 891 | 1.8357 |
60
+ | 1.4132 | 12.0 | 972 | 1.8330 |
61
+ | 1.394 | 13.0 | 1053 | 1.8325 |
62
+ | 1.3798 | 14.0 | 1134 | 1.8348 |
63
+ | 1.3786 | 15.0 | 1215 | 1.8326 |
64
+ | 1.3668 | 16.0 | 1296 | 1.8339 |
65
+ | 1.3545 | 17.0 | 1377 | 1.8338 |
66
+ | 1.3581 | 18.0 | 1458 | 1.8323 |
67
+ | 1.3449 | 19.0 | 1539 | 1.8324 |
68
+ | 1.3443 | 20.0 | 1620 | 1.8327 |
69
+
70
+
71
+ ### Framework versions
72
+
73
+ - Transformers 4.26.1
74
+ - Pytorch 1.13.1+cu116
75
+ - Datasets 2.10.1
76
+ - Tokenizers 0.13.2