bh8648 commited on
Commit
614aeee
1 Parent(s): 1671137

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -32,7 +32,7 @@ should probably proofread and complete it, then remove this comment. -->
32
 
33
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the clinc_oos dataset.
34
  It achieves the following results on the evaluation set:
35
- - Loss: 0.7668
36
  - Accuracy: 0.9174
37
 
38
  ## Model description
@@ -64,16 +64,16 @@ The following hyperparameters were used during training:
64
 
65
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
66
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
67
- | 4.2879 | 1.0 | 318 | 3.2751 | 0.7248 |
68
- | 2.6115 | 2.0 | 636 | 1.8613 | 0.8374 |
69
- | 1.5334 | 3.0 | 954 | 1.1454 | 0.8981 |
70
- | 0.9992 | 4.0 | 1272 | 0.8480 | 0.9132 |
71
- | 0.7856 | 5.0 | 1590 | 0.7668 | 0.9174 |
72
 
73
 
74
  ### Framework versions
75
 
76
  - Transformers 4.31.0
77
  - Pytorch 2.0.1+cu117
78
- - Datasets 2.14.2
79
  - Tokenizers 0.13.3
 
32
 
33
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the clinc_oos dataset.
34
  It achieves the following results on the evaluation set:
35
+ - Loss: 0.7665
36
  - Accuracy: 0.9174
37
 
38
  ## Model description
 
64
 
65
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
66
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
67
+ | 4.2879 | 1.0 | 318 | 3.2752 | 0.7239 |
68
+ | 2.6117 | 2.0 | 636 | 1.8616 | 0.8365 |
69
+ | 1.5335 | 3.0 | 954 | 1.1454 | 0.8987 |
70
+ | 0.9992 | 4.0 | 1272 | 0.8479 | 0.9126 |
71
+ | 0.7853 | 5.0 | 1590 | 0.7665 | 0.9174 |
72
 
73
 
74
  ### Framework versions
75
 
76
  - Transformers 4.31.0
77
  - Pytorch 2.0.1+cu117
78
+ - Datasets 2.10.1
79
  - Tokenizers 0.13.3