robkayinto commited on
Commit
898854e
1 Parent(s): da1aaad

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -14
README.md CHANGED
@@ -19,7 +19,7 @@ model-index:
19
  metrics:
20
  - name: Accuracy
21
  type: accuracy
22
- value: 0.9470967741935484
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 [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the clinc_oos dataset.
31
  It achieves the following results on the evaluation set:
32
- - Loss: 0.3001
33
- - Accuracy: 0.9471
34
 
35
  ## Model description
36
 
@@ -55,22 +55,21 @@ The following hyperparameters were used during training:
55
  - seed: 42
56
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
57
  - lr_scheduler_type: linear
58
- - num_epochs: 10
59
 
60
  ### Training results
61
 
62
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
63
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
64
- | 2.5578 | 1.0 | 318 | 1.8421 | 0.7381 |
65
- | 1.4252 | 2.0 | 636 | 0.9391 | 0.8574 |
66
- | 0.7512 | 3.0 | 954 | 0.5429 | 0.9145 |
67
- | 0.4542 | 4.0 | 1272 | 0.4011 | 0.9345 |
68
- | 0.3288 | 5.0 | 1590 | 0.3454 | 0.9416 |
69
- | 0.2758 | 6.0 | 1908 | 0.3244 | 0.9435 |
70
- | 0.2479 | 7.0 | 2226 | 0.3113 | 0.9458 |
71
- | 0.2344 | 8.0 | 2544 | 0.3045 | 0.9458 |
72
- | 0.2266 | 9.0 | 2862 | 0.3013 | 0.9468 |
73
- | 0.2226 | 10.0 | 3180 | 0.3001 | 0.9471 |
74
 
75
 
76
  ### Framework versions
 
19
  metrics:
20
  - name: Accuracy
21
  type: accuracy
22
+ value: 0.9458064516129032
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 [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the clinc_oos dataset.
31
  It achieves the following results on the evaluation set:
32
+ - Loss: 0.3029
33
+ - Accuracy: 0.9458
34
 
35
  ## Model description
36
 
 
55
  - seed: 42
56
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
57
  - lr_scheduler_type: linear
58
+ - num_epochs: 9
59
 
60
  ### Training results
61
 
62
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
63
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
64
+ | 2.9021 | 1.0 | 318 | 2.1478 | 0.7506 |
65
+ | 1.6715 | 2.0 | 636 | 1.1280 | 0.8565 |
66
+ | 0.8939 | 3.0 | 954 | 0.6438 | 0.9148 |
67
+ | 0.5278 | 4.0 | 1272 | 0.4523 | 0.93 |
68
+ | 0.36 | 5.0 | 1590 | 0.3688 | 0.94 |
69
+ | 0.2827 | 6.0 | 1908 | 0.3355 | 0.9429 |
70
+ | 0.2413 | 7.0 | 2226 | 0.3156 | 0.9458 |
71
+ | 0.2214 | 8.0 | 2544 | 0.3069 | 0.9455 |
72
+ | 0.2116 | 9.0 | 2862 | 0.3029 | 0.9458 |
 
73
 
74
 
75
  ### Framework versions