Robert C. Flagg commited on
Commit
b248ce5
1 Parent(s): 1a2b9e3

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -11
README.md CHANGED
@@ -19,7 +19,7 @@ model-index:
19
  metrics:
20
  - name: Accuracy
21
  type: accuracy
22
- value: 0.9406451612903226
23
  ---
24
 
25
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -30,7 +30,7 @@ should probably proofread and complete it, then remove this comment. -->
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.1004
33
- - Accuracy: 0.9406
34
 
35
  ## Model description
36
 
@@ -61,21 +61,21 @@ The following hyperparameters were used during training:
61
 
62
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
63
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
64
- | 0.9035 | 1.0 | 318 | 0.5744 | 0.7316 |
65
- | 0.4485 | 2.0 | 636 | 0.2864 | 0.8816 |
66
- | 0.2536 | 3.0 | 954 | 0.1793 | 0.9216 |
67
  | 0.1762 | 4.0 | 1272 | 0.1387 | 0.9294 |
68
  | 0.1419 | 5.0 | 1590 | 0.1210 | 0.9358 |
69
- | 0.1247 | 6.0 | 1908 | 0.1119 | 0.9410 |
70
  | 0.1138 | 7.0 | 2226 | 0.1067 | 0.9387 |
71
  | 0.1078 | 8.0 | 2544 | 0.1026 | 0.9423 |
72
  | 0.1043 | 9.0 | 2862 | 0.1010 | 0.9413 |
73
- | 0.102 | 10.0 | 3180 | 0.1004 | 0.9406 |
74
 
75
 
76
  ### Framework versions
77
 
78
- - Transformers 4.18.0
79
- - Pytorch 1.11.0+cu102
80
- - Datasets 2.1.0
81
- - Tokenizers 0.12.1
 
19
  metrics:
20
  - name: Accuracy
21
  type: accuracy
22
+ value: 0.9409677419354838
23
  ---
24
 
25
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
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.1004
33
+ - Accuracy: 0.9410
34
 
35
  ## Model description
36
 
 
61
 
62
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
63
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
64
+ | 0.9037 | 1.0 | 318 | 0.5745 | 0.7326 |
65
+ | 0.4486 | 2.0 | 636 | 0.2866 | 0.8819 |
66
+ | 0.2537 | 3.0 | 954 | 0.1794 | 0.9210 |
67
  | 0.1762 | 4.0 | 1272 | 0.1387 | 0.9294 |
68
  | 0.1419 | 5.0 | 1590 | 0.1210 | 0.9358 |
69
+ | 0.1247 | 6.0 | 1908 | 0.1119 | 0.9413 |
70
  | 0.1138 | 7.0 | 2226 | 0.1067 | 0.9387 |
71
  | 0.1078 | 8.0 | 2544 | 0.1026 | 0.9423 |
72
  | 0.1043 | 9.0 | 2862 | 0.1010 | 0.9413 |
73
+ | 0.102 | 10.0 | 3180 | 0.1004 | 0.9410 |
74
 
75
 
76
  ### Framework versions
77
 
78
+ - Transformers 4.11.3
79
+ - Pytorch 1.11.0
80
+ - Datasets 1.16.1
81
+ - Tokenizers 0.10.3