Akira10 commited on
Commit
dea293e
1 Parent(s): d986459

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -13
README.md CHANGED
@@ -21,7 +21,7 @@ model-index:
21
  metrics:
22
  - name: Accuracy
23
  type: accuracy
24
- value: 0.9464516129032258
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -31,8 +31,8 @@ should probably proofread and complete it, then remove this comment. -->
31
 
32
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the clinc_oos dataset.
33
  It achieves the following results on the evaluation set:
34
- - Loss: 0.2484
35
- - Accuracy: 0.9465
36
 
37
  ## Model description
38
 
@@ -63,16 +63,16 @@ The following hyperparameters were used during training:
63
 
64
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
65
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
66
- | 4.2545 | 1.0 | 318 | 3.1770 | 0.7516 |
67
- | 2.4158 | 2.0 | 636 | 1.5651 | 0.8629 |
68
- | 1.1628 | 3.0 | 954 | 0.7776 | 0.9081 |
69
- | 0.567 | 4.0 | 1272 | 0.4626 | 0.9339 |
70
- | 0.2987 | 5.0 | 1590 | 0.3368 | 0.9423 |
71
- | 0.176 | 6.0 | 1908 | 0.2865 | 0.9423 |
72
- | 0.1145 | 7.0 | 2226 | 0.2660 | 0.9455 |
73
- | 0.0848 | 8.0 | 2544 | 0.2509 | 0.9461 |
74
- | 0.0694 | 9.0 | 2862 | 0.2504 | 0.9458 |
75
- | 0.0626 | 10.0 | 3180 | 0.2484 | 0.9465 |
76
 
77
 
78
  ### Framework versions
 
21
  metrics:
22
  - name: Accuracy
23
  type: accuracy
24
+ value: 0.9438709677419355
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
31
 
32
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the clinc_oos dataset.
33
  It achieves the following results on the evaluation set:
34
+ - Loss: 0.2192
35
+ - Accuracy: 0.9439
36
 
37
  ## Model description
38
 
 
63
 
64
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
65
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
66
+ | 1.8173 | 1.0 | 318 | 1.2393 | 0.7426 |
67
+ | 0.9618 | 2.0 | 636 | 0.6148 | 0.8590 |
68
+ | 0.5073 | 3.0 | 954 | 0.3621 | 0.9158 |
69
+ | 0.3189 | 4.0 | 1272 | 0.2748 | 0.9319 |
70
+ | 0.2442 | 5.0 | 1590 | 0.2454 | 0.9394 |
71
+ | 0.2143 | 6.0 | 1908 | 0.2330 | 0.9419 |
72
+ | 0.1987 | 7.0 | 2226 | 0.2258 | 0.9432 |
73
+ | 0.1905 | 8.0 | 2544 | 0.2218 | 0.9442 |
74
+ | 0.1861 | 9.0 | 2862 | 0.2201 | 0.9439 |
75
+ | 0.1836 | 10.0 | 3180 | 0.2192 | 0.9439 |
76
 
77
 
78
  ### Framework versions