haesun commited on
Commit
c79729b
1 Parent(s): e5cc419

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -17
README.md CHANGED
@@ -16,12 +16,12 @@ model-index:
16
  name: clinc_oos
17
  type: clinc_oos
18
  config: plus
19
- split: train
20
  args: plus
21
  metrics:
22
  - name: Accuracy
23
  type: accuracy
24
- value: 0.9448387096774193
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -31,8 +31,8 @@ should probably proofread and complete it, then remove this comment. -->
31
 
32
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the clinc_oos dataset.
33
  It achieves the following results on the evaluation set:
34
- - Loss: 0.1894
35
- - Accuracy: 0.9448
36
 
37
  ## Model description
38
 
@@ -63,21 +63,21 @@ The following hyperparameters were used during training:
63
 
64
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
65
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
66
- | 1.6133 | 1.0 | 318 | 1.0679 | 0.7290 |
67
- | 0.8231 | 2.0 | 636 | 0.5164 | 0.8652 |
68
- | 0.4289 | 3.0 | 954 | 0.3019 | 0.9168 |
69
- | 0.2722 | 4.0 | 1272 | 0.2336 | 0.9335 |
70
- | 0.214 | 5.0 | 1590 | 0.2117 | 0.94 |
71
- | 0.1914 | 6.0 | 1908 | 0.2007 | 0.9445 |
72
- | 0.1785 | 7.0 | 2226 | 0.1947 | 0.9435 |
73
- | 0.1716 | 8.0 | 2544 | 0.1919 | 0.9468 |
74
- | 0.1674 | 9.0 | 2862 | 0.1901 | 0.9452 |
75
- | 0.1659 | 10.0 | 3180 | 0.1894 | 0.9448 |
76
 
77
 
78
  ### Framework versions
79
 
80
- - Transformers 4.25.1
81
- - Pytorch 1.13.0+cu116
82
- - Datasets 2.8.0
83
  - Tokenizers 0.13.2
16
  name: clinc_oos
17
  type: clinc_oos
18
  config: plus
19
+ split: validation
20
  args: plus
21
  metrics:
22
  - name: Accuracy
23
  type: accuracy
24
+ value: 0.9496774193548387
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
31
 
32
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the clinc_oos dataset.
33
  It achieves the following results on the evaluation set:
34
+ - Loss: 0.2961
35
+ - Accuracy: 0.9497
36
 
37
  ## Model description
38
 
63
 
64
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
65
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
66
+ | 3.0996 | 1.0 | 318 | 2.2986 | 0.7529 |
67
+ | 1.7705 | 2.0 | 636 | 1.1762 | 0.8635 |
68
+ | 0.9169 | 3.0 | 954 | 0.6479 | 0.9197 |
69
+ | 0.5201 | 4.0 | 1272 | 0.4447 | 0.9358 |
70
+ | 0.3452 | 5.0 | 1590 | 0.3640 | 0.9445 |
71
+ | 0.2659 | 6.0 | 1908 | 0.3303 | 0.9455 |
72
+ | 0.2245 | 7.0 | 2226 | 0.3105 | 0.9497 |
73
+ | 0.2018 | 8.0 | 2544 | 0.3026 | 0.9487 |
74
+ | 0.1896 | 9.0 | 2862 | 0.2987 | 0.9484 |
75
+ | 0.1849 | 10.0 | 3180 | 0.2961 | 0.9497 |
76
 
77
 
78
  ### Framework versions
79
 
80
+ - Transformers 4.26.1
81
+ - Pytorch 1.13.1+cu116
82
+ - Datasets 2.10.1
83
  - Tokenizers 0.13.2