smrynrz20 commited on
Commit
0b0667a
1 Parent(s): 4360efc

End of training

Browse files
Files changed (1) hide show
  1. README.md +13 -2
README.md CHANGED
@@ -14,6 +14,8 @@ should probably proofread and complete it, then remove this comment. -->
14
  # finetuned-bart-mquad
15
 
16
  This model is a fine-tuned version of [facebook/bart-large](https://huggingface.co/facebook/bart-large) on an unknown dataset.
 
 
17
 
18
  ## Model description
19
 
@@ -33,13 +35,22 @@ More information needed
33
 
34
  The following hyperparameters were used during training:
35
  - learning_rate: 2e-05
36
- - train_batch_size: 16
37
- - eval_batch_size: 16
38
  - seed: 42
39
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
40
  - lr_scheduler_type: linear
41
  - num_epochs: 3
42
 
 
 
 
 
 
 
 
 
 
43
  ### Framework versions
44
 
45
  - Transformers 4.41.2
 
14
  # finetuned-bart-mquad
15
 
16
  This model is a fine-tuned version of [facebook/bart-large](https://huggingface.co/facebook/bart-large) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.3043
19
 
20
  ## Model description
21
 
 
35
 
36
  The following hyperparameters were used during training:
37
  - learning_rate: 2e-05
38
+ - train_batch_size: 8
39
+ - eval_batch_size: 8
40
  - seed: 42
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
43
  - num_epochs: 3
44
 
45
+ ### Training results
46
+
47
+ | Training Loss | Epoch | Step | Validation Loss |
48
+ |:-------------:|:-----:|:----:|:---------------:|
49
+ | 0.3775 | 1.0 | 2500 | 0.3274 |
50
+ | 0.3311 | 2.0 | 5000 | 0.3101 |
51
+ | 0.3 | 3.0 | 7500 | 0.3043 |
52
+
53
+
54
  ### Framework versions
55
 
56
  - Transformers 4.41.2