muhammadravi251001 commited on
Commit
959c8a6
1 Parent(s): 891bb33

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +70 -0
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - f1
7
+ model-index:
8
+ - name: fine-tuned-QAS-Squad_2-with-roberta-large
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # fine-tuned-QAS-Squad_2-with-roberta-large
16
+
17
+ This model is a fine-tuned version of [roberta-large](https://huggingface.co/roberta-large) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.7481
20
+ - Exact Match: 71.7912
21
+ - F1: 85.1553
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: 1e-05
41
+ - train_batch_size: 8
42
+ - eval_batch_size: 8
43
+ - seed: 42
44
+ - gradient_accumulation_steps: 16
45
+ - total_train_batch_size: 128
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 Match | F1 |
53
+ |:-------------:|:-----:|:----:|:---------------:|:-----------:|:-------:|
54
+ | 0.957 | 0.5 | 463 | 0.8279 | 64.8987 | 79.7543 |
55
+ | 0.7977 | 1.0 | 926 | 0.7340 | 68.8325 | 82.9258 |
56
+ | 0.6992 | 1.5 | 1389 | 0.7095 | 69.8327 | 83.3647 |
57
+ | 0.6556 | 2.0 | 1852 | 0.6849 | 70.2278 | 84.0408 |
58
+ | 0.5743 | 2.5 | 2315 | 0.6992 | 70.4715 | 84.3736 |
59
+ | 0.574 | 3.0 | 2778 | 0.6917 | 70.9507 | 85.1835 |
60
+ | 0.4734 | 3.5 | 3241 | 0.7291 | 70.8330 | 84.8717 |
61
+ | 0.4733 | 4.0 | 3704 | 0.6828 | 71.6567 | 85.1160 |
62
+ | 0.4171 | 4.5 | 4167 | 0.7481 | 71.7912 | 85.1553 |
63
+
64
+
65
+ ### Framework versions
66
+
67
+ - Transformers 4.26.1
68
+ - Pytorch 1.13.1+cu117
69
+ - Datasets 2.2.0
70
+ - Tokenizers 0.13.2