xrverse commited on
Commit
b3d4e17
1 Parent(s): d79e80e

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -13
README.md CHANGED
@@ -19,7 +19,7 @@ model-index:
19
  metrics:
20
  - name: Accuracy
21
  type: accuracy
22
- value: 0.9487096774193549
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.2573
33
- - Accuracy: 0.9487
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
- | 2.4269 | 1.0 | 318 | 1.7650 | 0.7465 |
65
- | 1.3713 | 2.0 | 636 | 0.9151 | 0.8645 |
66
- | 0.7375 | 3.0 | 954 | 0.5308 | 0.9161 |
67
- | 0.4403 | 4.0 | 1272 | 0.3740 | 0.9332 |
68
- | 0.3071 | 5.0 | 1590 | 0.3101 | 0.9445 |
69
- | 0.2442 | 6.0 | 1908 | 0.2835 | 0.9471 |
70
- | 0.2133 | 7.0 | 2226 | 0.2690 | 0.9465 |
71
- | 0.1972 | 8.0 | 2544 | 0.2616 | 0.9487 |
72
- | 0.1884 | 9.0 | 2862 | 0.2592 | 0.9487 |
73
- | 0.184 | 10.0 | 3180 | 0.2573 | 0.9487 |
74
 
75
 
76
  ### Framework versions
 
19
  metrics:
20
  - name: Accuracy
21
  type: accuracy
22
+ value: 0.9483870967741935
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.2675
33
+ - Accuracy: 0.9484
34
 
35
  ## Model description
36
 
 
61
 
62
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
63
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
64
+ | 2.2332 | 1.0 | 318 | 1.5779 | 0.7303 |
65
+ | 1.2209 | 2.0 | 636 | 0.7940 | 0.8603 |
66
+ | 0.6485 | 3.0 | 954 | 0.4679 | 0.9135 |
67
+ | 0.3987 | 4.0 | 1272 | 0.3480 | 0.9326 |
68
+ | 0.2964 | 5.0 | 1590 | 0.3043 | 0.9442 |
69
+ | 0.2522 | 6.0 | 1908 | 0.2863 | 0.9461 |
70
+ | 0.2304 | 7.0 | 2226 | 0.2762 | 0.9468 |
71
+ | 0.2193 | 8.0 | 2544 | 0.2708 | 0.9468 |
72
+ | 0.2129 | 9.0 | 2862 | 0.2689 | 0.9477 |
73
+ | 0.2097 | 10.0 | 3180 | 0.2675 | 0.9484 |
74
 
75
 
76
  ### Framework versions