robkayinto commited on
Commit
3e56805
1 Parent(s): cfccf68

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -19,7 +19,7 @@ model-index:
19
  metrics:
20
  - name: Accuracy
21
  type: accuracy
22
- value: 0.9183870967741935
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.7702
33
- - Accuracy: 0.9184
34
 
35
  ## Model description
36
 
@@ -61,11 +61,11 @@ The following hyperparameters were used during training:
61
 
62
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
63
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
64
- | 4.2897 | 1.0 | 318 | 3.2889 | 0.7419 |
65
- | 2.6309 | 2.0 | 636 | 1.8796 | 0.8319 |
66
- | 1.5444 | 3.0 | 954 | 1.1537 | 0.8971 |
67
- | 1.0098 | 4.0 | 1272 | 0.8560 | 0.9135 |
68
- | 0.7919 | 5.0 | 1590 | 0.7702 | 0.9184 |
69
 
70
 
71
  ### Framework versions
 
19
  metrics:
20
  - name: Accuracy
21
  type: accuracy
22
+ value: 0.9151612903225806
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.7773
33
+ - Accuracy: 0.9152
34
 
35
  ## Model description
36
 
 
61
 
62
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
63
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
64
+ | 4.293 | 1.0 | 318 | 3.2831 | 0.7432 |
65
+ | 2.6252 | 2.0 | 636 | 1.8743 | 0.8306 |
66
+ | 1.5406 | 3.0 | 954 | 1.1576 | 0.8939 |
67
+ | 1.0105 | 4.0 | 1272 | 0.8626 | 0.9094 |
68
+ | 0.7962 | 5.0 | 1590 | 0.7773 | 0.9152 |
69
 
70
 
71
  ### Framework versions