Schnatz65 commited on
Commit
448a0a6
1 Parent(s): 9c3e7b5

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -19,7 +19,7 @@ model-index:
19
  metrics:
20
  - name: Accuracy
21
  type: accuracy
22
- value: 0.8274193548387097
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: 1.9706
33
- - Accuracy: 0.8274
34
 
35
  ## Model description
36
 
@@ -61,9 +61,9 @@ The following hyperparameters were used during training:
61
 
62
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
63
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
64
- | 4.202 | 1.0 | 318 | 3.3225 | 0.7248 |
65
- | 2.8372 | 2.0 | 636 | 2.2856 | 0.8061 |
66
- | 2.1626 | 3.0 | 954 | 1.9706 | 0.8274 |
67
 
68
 
69
  ### Framework versions
@@ -71,4 +71,4 @@ The following hyperparameters were used during training:
71
  - Transformers 4.16.2
72
  - Pytorch 1.12.1
73
  - Datasets 1.16.1
74
- - Tokenizers 0.10.3
 
19
  metrics:
20
  - name: Accuracy
21
  type: accuracy
22
+ value: 0.8296774193548387
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: 1.7989
33
+ - Accuracy: 0.8297
34
 
35
  ## Model description
36
 
 
61
 
62
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
63
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
64
+ | 3.8176 | 1.0 | 318 | 3.0133 | 0.7242 |
65
+ | 2.5793 | 2.0 | 636 | 2.0807 | 0.8058 |
66
+ | 1.9738 | 3.0 | 954 | 1.7989 | 0.8297 |
67
 
68
 
69
  ### Framework versions
 
71
  - Transformers 4.16.2
72
  - Pytorch 1.12.1
73
  - Datasets 1.16.1
74
+ - Tokenizers 0.15.2