varun-v-rao commited on
Commit
b39ae87
1 Parent(s): 0237936

End of training

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -19,7 +19,7 @@ model-index:
19
  metrics:
20
  - name: Accuracy
21
  type: accuracy
22
- value: 0.9108920951026214
23
  ---
24
 
25
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -29,8 +29,8 @@ should probably proofread and complete it, then remove this comment. -->
29
 
30
  This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on the snli dataset.
31
  It achieves the following results on the evaluation set:
32
- - Loss: 0.2573
33
- - Accuracy: 0.9109
34
 
35
  ## Model description
36
 
@@ -52,7 +52,7 @@ The following hyperparameters were used during training:
52
  - learning_rate: 2e-05
53
  - train_batch_size: 256
54
  - eval_batch_size: 128
55
- - seed: 81
56
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
57
  - lr_scheduler_type: linear
58
  - num_epochs: 3
@@ -61,9 +61,9 @@ The following hyperparameters were used during training:
61
 
62
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
63
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
64
- | 0.367 | 1.0 | 2146 | 0.2850 | 0.8987 |
65
- | 0.3208 | 2.0 | 4292 | 0.2633 | 0.9064 |
66
- | 0.2926 | 3.0 | 6438 | 0.2573 | 0.9109 |
67
 
68
 
69
  ### Framework versions
 
19
  metrics:
20
  - name: Accuracy
21
  type: accuracy
22
+ value: 0.9082503556187767
23
  ---
24
 
25
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
29
 
30
  This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on the snli dataset.
31
  It achieves the following results on the evaluation set:
32
+ - Loss: 0.2611
33
+ - Accuracy: 0.9083
34
 
35
  ## Model description
36
 
 
52
  - learning_rate: 2e-05
53
  - train_batch_size: 256
54
  - eval_batch_size: 128
55
+ - seed: 8
56
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
57
  - lr_scheduler_type: linear
58
  - num_epochs: 3
 
61
 
62
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
63
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
64
+ | 0.3697 | 1.0 | 2146 | 0.2888 | 0.8993 |
65
+ | 0.3223 | 2.0 | 4292 | 0.2650 | 0.9075 |
66
+ | 0.2916 | 3.0 | 6438 | 0.2611 | 0.9083 |
67
 
68
 
69
  ### Framework versions