itsamitkumar commited on
Commit
f90658c
1 Parent(s): 9a3ffa4

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +75 -0
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - subjqa
7
+ model-index:
8
+ - name: deberta-v3-base-squad2
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
+ # deberta-v3-base-squad2
16
+
17
+ This model is a fine-tuned version of [deepset/deberta-v3-base-squad2](https://huggingface.co/deepset/deberta-v3-base-squad2) on the subjqa dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 2.2514
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 1e-06
39
+ - train_batch_size: 16
40
+ - eval_batch_size: 16
41
+ - seed: 42
42
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
+ - lr_scheduler_type: linear
44
+ - num_epochs: 18
45
+
46
+ ### Training results
47
+
48
+ | Training Loss | Epoch | Step | Validation Loss |
49
+ |:-------------:|:-----:|:----:|:---------------:|
50
+ | 2.8874 | 1.0 | 81 | 3.4517 |
51
+ | 2.4367 | 2.0 | 162 | 3.0723 |
52
+ | 2.1531 | 3.0 | 243 | 2.8363 |
53
+ | 2.0393 | 4.0 | 324 | 2.6726 |
54
+ | 1.9166 | 5.0 | 405 | 2.5791 |
55
+ | 1.8508 | 6.0 | 486 | 2.4969 |
56
+ | 1.8035 | 7.0 | 567 | 2.4384 |
57
+ | 1.7348 | 8.0 | 648 | 2.3925 |
58
+ | 1.6939 | 9.0 | 729 | 2.3677 |
59
+ | 1.6754 | 10.0 | 810 | 2.3405 |
60
+ | 1.6283 | 11.0 | 891 | 2.2984 |
61
+ | 1.6159 | 12.0 | 972 | 2.2854 |
62
+ | 1.5893 | 13.0 | 1053 | 2.2793 |
63
+ | 1.5636 | 14.0 | 1134 | 2.2749 |
64
+ | 1.5779 | 15.0 | 1215 | 2.2629 |
65
+ | 1.567 | 16.0 | 1296 | 2.2563 |
66
+ | 1.5401 | 17.0 | 1377 | 2.2508 |
67
+ | 1.5494 | 18.0 | 1458 | 2.2514 |
68
+
69
+
70
+ ### Framework versions
71
+
72
+ - Transformers 4.26.1
73
+ - Pytorch 1.13.1+cu116
74
+ - Datasets 2.10.1
75
+ - Tokenizers 0.13.2