ptran74 commited on
Commit
5e64e01
1 Parent(s): d82f77e

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +67 -0
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - f1
6
+ model-index:
7
+ - name: DSPFirst-Finetuning-4
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-4
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: 1.1113
19
+ - Exact: 63.9013
20
+ - F1: 72.1497
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 2e-05
40
+ - train_batch_size: 6
41
+ - eval_batch_size: 6
42
+ - seed: 42
43
+ - gradient_accumulation_steps: 86
44
+ - total_train_batch_size: 516
45
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
+ - lr_scheduler_type: linear
47
+ - num_epochs: 6
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | Exact | F1 |
52
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|
53
+ | 2.4306 | 0.81 | 20 | 1.1873 | 58.8004 | 67.0961 |
54
+ | 1.8178 | 1.64 | 40 | 1.1572 | 62.8924 | 71.2319 |
55
+ | 1.7696 | 2.48 | 60 | 1.0879 | 63.6771 | 71.6848 |
56
+ | 1.8313 | 3.32 | 80 | 1.1332 | 63.2848 | 71.8749 |
57
+ | 1.5811 | 4.16 | 100 | 1.0473 | 63.4529 | 71.6780 |
58
+ | 1.477 | 4.97 | 120 | 1.0720 | 64.1816 | 72.2297 |
59
+ | 1.5882 | 5.81 | 140 | 1.1113 | 63.9013 | 72.1497 |
60
+
61
+
62
+ ### Framework versions
63
+
64
+ - Transformers 4.18.0
65
+ - Pytorch 1.10.0+cu111
66
+ - Datasets 2.1.0
67
+ - Tokenizers 0.12.1