ptran74 commited on
Commit
a090629
1 Parent(s): e53c055

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-3
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-3
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.9996
19
+ - Exact: 63.9193
20
+ - F1: 72.1090
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
+ | 1.3511 | 0.99 | 28 | 1.1388 | 62.9941 | 71.4102 |
54
+ | 1.0052 | 1.99 | 56 | 1.0255 | 65.0126 | 73.0388 |
55
+ | 0.8699 | 2.99 | 84 | 0.9996 | 63.9193 | 72.1090 |
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