cj-mills commited on
Commit
418e51c
1 Parent(s): e4cee3e

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -13
README.md CHANGED
@@ -19,7 +19,7 @@ model-index:
19
  metrics:
20
  - name: Accuracy
21
  type: accuracy
22
- value: 0.94
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.0734
33
- - Accuracy: 0.94
34
 
35
  ## Model description
36
 
@@ -62,16 +62,16 @@ The following hyperparameters were used during training:
62
 
63
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
64
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
65
- | 0.6673 | 1.0 | 318 | 0.4082 | 0.7090 |
66
- | 0.3283 | 2.0 | 636 | 0.2116 | 0.8774 |
67
- | 0.1988 | 3.0 | 954 | 0.1404 | 0.9194 |
68
- | 0.144 | 4.0 | 1272 | 0.1077 | 0.9281 |
69
- | 0.1175 | 5.0 | 1590 | 0.0922 | 0.9355 |
70
- | 0.1029 | 6.0 | 1908 | 0.0836 | 0.9365 |
71
- | 0.094 | 7.0 | 2226 | 0.0786 | 0.9371 |
72
- | 0.0883 | 8.0 | 2544 | 0.0756 | 0.9394 |
73
- | 0.0853 | 9.0 | 2862 | 0.0740 | 0.9394 |
74
- | 0.0835 | 10.0 | 3180 | 0.0734 | 0.94 |
75
 
76
 
77
  ### Framework versions
 
19
  metrics:
20
  - name: Accuracy
21
  type: accuracy
22
+ value: 0.9467741935483871
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.2525
33
+ - Accuracy: 0.9468
34
 
35
  ## Model description
36
 
 
62
 
63
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
64
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
65
+ | 4.2246 | 1.0 | 318 | 3.1584 | 0.7545 |
66
+ | 2.4033 | 2.0 | 636 | 1.5656 | 0.8652 |
67
+ | 1.1684 | 3.0 | 954 | 0.7795 | 0.9161 |
68
+ | 0.5693 | 4.0 | 1272 | 0.4653 | 0.9329 |
69
+ | 0.3042 | 5.0 | 1590 | 0.3412 | 0.9406 |
70
+ | 0.1794 | 6.0 | 1908 | 0.2912 | 0.9403 |
71
+ | 0.1184 | 7.0 | 2226 | 0.2654 | 0.9461 |
72
+ | 0.0873 | 8.0 | 2544 | 0.2557 | 0.9439 |
73
+ | 0.0719 | 9.0 | 2862 | 0.2549 | 0.9465 |
74
+ | 0.0646 | 10.0 | 3180 | 0.2525 | 0.9468 |
75
 
76
 
77
  ### Framework versions