avioo1 commited on
Commit
5bb9e5d
1 Parent(s): a9a4dc8

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +85 -0
README.md ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: roberta-base-squad2-finetuned-squad
7
+ results: []
8
+ ---
9
+
10
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
+ should probably proofread and complete it, then remove this comment. -->
12
+
13
+ # roberta-base-squad2-finetuned-squad
14
+
15
+ This model is a fine-tuned version of [deepset/roberta-base-squad2](https://huggingface.co/deepset/roberta-base-squad2) on an unknown dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 5.0220
18
+
19
+ ## Model description
20
+
21
+ More information needed
22
+
23
+ ## Intended uses & limitations
24
+
25
+ More information needed
26
+
27
+ ## Training and evaluation data
28
+
29
+ More information needed
30
+
31
+ ## Training procedure
32
+
33
+ ### Training hyperparameters
34
+
35
+ The following hyperparameters were used during training:
36
+ - learning_rate: 0.0001
37
+ - train_batch_size: 16
38
+ - eval_batch_size: 16
39
+ - seed: 42
40
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
+ - lr_scheduler_type: linear
42
+ - num_epochs: 30
43
+
44
+ ### Training results
45
+
46
+ | Training Loss | Epoch | Step | Validation Loss |
47
+ |:-------------:|:-----:|:----:|:---------------:|
48
+ | No log | 1.0 | 74 | 1.7148 |
49
+ | No log | 2.0 | 148 | 1.6994 |
50
+ | No log | 3.0 | 222 | 1.7922 |
51
+ | No log | 4.0 | 296 | 1.9947 |
52
+ | No log | 5.0 | 370 | 2.0753 |
53
+ | No log | 6.0 | 444 | 2.2096 |
54
+ | 0.9547 | 7.0 | 518 | 2.3070 |
55
+ | 0.9547 | 8.0 | 592 | 2.6947 |
56
+ | 0.9547 | 9.0 | 666 | 2.7169 |
57
+ | 0.9547 | 10.0 | 740 | 2.8503 |
58
+ | 0.9547 | 11.0 | 814 | 3.1990 |
59
+ | 0.9547 | 12.0 | 888 | 3.4931 |
60
+ | 0.9547 | 13.0 | 962 | 3.6575 |
61
+ | 0.3191 | 14.0 | 1036 | 3.1863 |
62
+ | 0.3191 | 15.0 | 1110 | 3.7922 |
63
+ | 0.3191 | 16.0 | 1184 | 3.6336 |
64
+ | 0.3191 | 17.0 | 1258 | 4.1156 |
65
+ | 0.3191 | 18.0 | 1332 | 4.1353 |
66
+ | 0.3191 | 19.0 | 1406 | 3.9888 |
67
+ | 0.3191 | 20.0 | 1480 | 4.4290 |
68
+ | 0.1904 | 21.0 | 1554 | 4.0473 |
69
+ | 0.1904 | 22.0 | 1628 | 4.5048 |
70
+ | 0.1904 | 23.0 | 1702 | 4.4026 |
71
+ | 0.1904 | 24.0 | 1776 | 4.2864 |
72
+ | 0.1904 | 25.0 | 1850 | 4.3941 |
73
+ | 0.1904 | 26.0 | 1924 | 4.4921 |
74
+ | 0.1904 | 27.0 | 1998 | 4.9139 |
75
+ | 0.1342 | 28.0 | 2072 | 4.8914 |
76
+ | 0.1342 | 29.0 | 2146 | 5.0148 |
77
+ | 0.1342 | 30.0 | 2220 | 5.0220 |
78
+
79
+
80
+ ### Framework versions
81
+
82
+ - Transformers 4.11.0
83
+ - Pytorch 1.9.0+cu102
84
+ - Datasets 1.12.1
85
+ - Tokenizers 0.10.3