cj-mills commited on
Commit
fdf4c1c
1 Parent(s): f3e66ab

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -29,7 +29,7 @@ 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.7795
33
  - Accuracy: 0.9161
34
 
35
  ## Model description
@@ -62,16 +62,16 @@ The following hyperparameters were used during training:
62
 
63
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
64
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
65
- | 4.2938 | 1.0 | 318 | 3.2905 | 0.7406 |
66
- | 2.6346 | 2.0 | 636 | 1.8833 | 0.8323 |
67
- | 1.5554 | 3.0 | 954 | 1.1650 | 0.8923 |
68
  | 1.0189 | 4.0 | 1272 | 0.8636 | 0.9110 |
69
- | 0.8028 | 5.0 | 1590 | 0.7795 | 0.9161 |
70
 
71
 
72
  ### Framework versions
73
 
74
- - Transformers 4.11.3
75
  - Pytorch 1.11.0
76
  - Datasets 2.0.0
77
- - Tokenizers 0.10.3
 
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.7796
33
  - Accuracy: 0.9161
34
 
35
  ## Model description
 
62
 
63
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
64
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
65
+ | 4.2938 | 1.0 | 318 | 3.2905 | 0.7410 |
66
+ | 2.6346 | 2.0 | 636 | 1.8833 | 0.8326 |
67
+ | 1.5554 | 3.0 | 954 | 1.1650 | 0.8926 |
68
  | 1.0189 | 4.0 | 1272 | 0.8636 | 0.9110 |
69
+ | 0.8028 | 5.0 | 1590 | 0.7796 | 0.9161 |
70
 
71
 
72
  ### Framework versions
73
 
74
+ - Transformers 4.18.0
75
  - Pytorch 1.11.0
76
  - Datasets 2.0.0
77
+ - Tokenizers 0.12.1