Robert C. Flagg commited on
Commit
c5f3cb2
1 Parent(s): ba5b630

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -19,7 +19,7 @@ model-index:
19
  metrics:
20
  - name: Accuracy
21
  type: accuracy
22
- value: 0.9164516129032259
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.7754
33
- - Accuracy: 0.9165
34
 
35
  ## Model description
36
 
@@ -61,16 +61,16 @@ The following hyperparameters were used during training:
61
 
62
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
63
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
64
- | 4.2893 | 1.0 | 318 | 3.2831 | 0.7397 |
65
- | 2.6289 | 2.0 | 636 | 1.8731 | 0.8342 |
66
- | 1.5481 | 3.0 | 954 | 1.1580 | 0.8903 |
67
- | 1.0137 | 4.0 | 1272 | 0.8584 | 0.9081 |
68
- | 0.797 | 5.0 | 1590 | 0.7754 | 0.9165 |
69
 
70
 
71
  ### Framework versions
72
 
73
- - Transformers 4.18.0
74
- - Pytorch 1.11.0+cu102
75
- - Datasets 2.1.0
76
- - Tokenizers 0.12.1
 
19
  metrics:
20
  - name: Accuracy
21
  type: accuracy
22
+ value: 0.9161290322580645
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.7755
33
+ - Accuracy: 0.9161
34
 
35
  ## Model description
36
 
 
61
 
62
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
63
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
64
+ | 4.2893 | 1.0 | 318 | 3.2831 | 0.7403 |
65
+ | 2.629 | 2.0 | 636 | 1.8731 | 0.8348 |
66
+ | 1.5481 | 3.0 | 954 | 1.1581 | 0.8906 |
67
+ | 1.0137 | 4.0 | 1272 | 0.8585 | 0.9077 |
68
+ | 0.797 | 5.0 | 1590 | 0.7755 | 0.9161 |
69
 
70
 
71
  ### Framework versions
72
 
73
+ - Transformers 4.11.3
74
+ - Pytorch 1.11.0
75
+ - Datasets 1.16.1
76
+ - Tokenizers 0.10.3