ptran74 commited on
Commit
75a3902
1 Parent(s): 80a4e92

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
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - f1
6
+ model-index:
7
+ - name: DSPFirst-Finetuning-5
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
+ # DSPFirst-Finetuning-5
15
+
16
+ This model is a fine-tuned version of [ahotrod/electra_large_discriminator_squad2_512](https://huggingface.co/ahotrod/electra_large_discriminator_squad2_512) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.9496
19
+ - Exact: 64.0557
20
+ - F1: 70.2957
21
+ - Combined: 67.4877
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: 2e-05
41
+ - train_batch_size: 6
42
+ - eval_batch_size: 6
43
+ - seed: 42
44
+ - gradient_accumulation_steps: 86
45
+ - total_train_batch_size: 516
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 | F1 | Combined |
53
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:--------:|
54
+ | 1.9415 | 0.86 | 20 | 1.1685 | 60.2595 | 68.1892 | 64.6208 |
55
+ | 1.5838 | 1.73 | 40 | 1.0808 | 64.2960 | 71.5666 | 68.2948 |
56
+ | 1.8123 | 2.6 | 60 | 1.1840 | 64.6324 | 72.3829 | 68.8952 |
57
+ | 1.2597 | 3.47 | 80 | 0.9535 | 64.1038 | 70.9803 | 67.8858 |
58
+ | 1.1145 | 4.34 | 100 | 0.8810 | 64.9688 | 71.3201 | 68.4620 |
59
+ | 0.9903 | 5.22 | 120 | 0.9460 | 66.0259 | 72.5939 | 69.6383 |
60
+ | 0.9398 | 6.09 | 140 | 0.8476 | 63.1908 | 69.1036 | 66.4428 |
61
+ | 0.9181 | 6.95 | 160 | 0.9036 | 65.4974 | 71.8701 | 69.0024 |
62
+ | 0.9562 | 7.82 | 180 | 0.9073 | 65.1129 | 71.1841 | 68.4521 |
63
+ | 1.0098 | 8.69 | 200 | 0.9470 | 64.5843 | 70.8046 | 68.0055 |
64
+ | 1.0186 | 9.56 | 220 | 0.9496 | 64.0557 | 70.2957 | 67.4877 |
65
+
66
+
67
+ ### Framework versions
68
+
69
+ - Transformers 4.18.0
70
+ - Pytorch 1.10.0+cu111
71
+ - Datasets 2.1.0
72
+ - Tokenizers 0.12.1