muhammadravi251001 commited on
Commit
2f2c411
1 Parent(s): 6d2ed14

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-DatasetQAS-Squad-ID-with-xlm-roberta-large-without-ITTL-without-freeze-LR-1e-05
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-DatasetQAS-Squad-ID-with-xlm-roberta-large-without-ITTL-without-freeze-LR-1e-05
16
+
17
+ This model is a fine-tuned version of [xlm-roberta-large](https://huggingface.co/xlm-roberta-large) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 1.3876
20
+ - Exact Match: 53.6102
21
+ - F1: 69.6077
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: 2
42
+ - eval_batch_size: 2
43
+ - seed: 42
44
+ - gradient_accumulation_steps: 64
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
+ | 1.5313 | 0.5 | 463 | 1.4235 | 48.7014 | 66.1658 |
55
+ | 1.3868 | 1.0 | 926 | 1.3193 | 51.7189 | 68.5896 |
56
+ | 1.2618 | 1.5 | 1389 | 1.2877 | 52.8032 | 69.3561 |
57
+ | 1.1847 | 2.0 | 1852 | 1.2893 | 53.0218 | 69.7724 |
58
+ | 1.0884 | 2.5 | 2315 | 1.2777 | 53.3328 | 69.8210 |
59
+ | 1.0927 | 3.0 | 2778 | 1.2596 | 53.4000 | 69.9664 |
60
+ | 0.9519 | 3.5 | 3241 | 1.3342 | 53.6102 | 69.6168 |
61
+ | 0.9591 | 4.0 | 3704 | 1.3078 | 54.0640 | 69.9492 |
62
+ | 0.8586 | 4.49 | 4167 | 1.3876 | 53.6102 | 69.6077 |
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