ptran74 commited on
Commit
6423c09
1 Parent(s): 58e63f3

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +63 -0
README.md ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - f1
6
+ model-index:
7
+ - name: DSPFirst-Finetuning-2
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-2
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.8057
19
+ - Exact: 65.9378
20
+ - F1: 72.3603
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: 3
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | Exact | F1 |
52
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|
53
+ | 0.8393 | 0.98 | 28 | 0.8157 | 66.1060 | 73.0203 |
54
+ | 0.7504 | 1.98 | 56 | 0.7918 | 66.3583 | 72.4657 |
55
+ | 0.691 | 2.98 | 84 | 0.8057 | 65.9378 | 72.3603 |
56
+
57
+
58
+ ### Framework versions
59
+
60
+ - Transformers 4.18.0
61
+ - Pytorch 1.10.0+cu111
62
+ - Datasets 2.1.0
63
+ - Tokenizers 0.12.1