itoh5588 commited on
Commit
3935b4f
1 Parent(s): 747dd71

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -15
README.md CHANGED
@@ -1,5 +1,6 @@
1
  ---
2
  license: apache-2.0
 
3
  tags:
4
  - generated_from_trainer
5
  datasets:
@@ -15,11 +16,13 @@ model-index:
15
  dataset:
16
  name: clinc_oos
17
  type: clinc_oos
 
 
18
  args: plus
19
  metrics:
20
  - name: Accuracy
21
  type: accuracy
22
- value: 0.9364516129032258
23
  ---
24
 
25
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -29,8 +32,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.0661
33
- - Accuracy: 0.9365
34
 
35
  ## Model description
36
 
@@ -61,21 +64,21 @@ The following hyperparameters were used during training:
61
 
62
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
63
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
64
- | 0.7476 | 1.0 | 318 | 0.4241 | 0.6858 |
65
- | 0.33 | 2.0 | 636 | 0.1883 | 0.8665 |
66
- | 0.1795 | 3.0 | 954 | 0.1159 | 0.9110 |
67
- | 0.1267 | 4.0 | 1272 | 0.0902 | 0.9232 |
68
- | 0.1032 | 5.0 | 1590 | 0.0793 | 0.9284 |
69
- | 0.0918 | 6.0 | 1908 | 0.0732 | 0.9339 |
70
- | 0.0847 | 7.0 | 2226 | 0.0699 | 0.9358 |
71
- | 0.0804 | 8.0 | 2544 | 0.0678 | 0.9371 |
72
- | 0.0778 | 9.0 | 2862 | 0.0665 | 0.9371 |
73
- | 0.0767 | 10.0 | 3180 | 0.0661 | 0.9365 |
74
 
75
 
76
  ### Framework versions
77
 
78
- - Transformers 4.16.2
79
  - Pytorch 2.0.1+cu118
80
- - Datasets 1.16.1
81
  - Tokenizers 0.13.3
 
1
  ---
2
  license: apache-2.0
3
+ base_model: distilbert-base-uncased
4
  tags:
5
  - generated_from_trainer
6
  datasets:
 
16
  dataset:
17
  name: clinc_oos
18
  type: clinc_oos
19
+ config: plus
20
+ split: validation
21
  args: plus
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
+ value: 0.9483870967741935
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
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.2727
36
+ - Accuracy: 0.9484
37
 
38
  ## Model description
39
 
 
64
 
65
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
66
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
67
+ | 3.9942 | 1.0 | 318 | 2.9681 | 0.7403 |
68
+ | 2.2537 | 2.0 | 636 | 1.4738 | 0.8623 |
69
+ | 1.1006 | 3.0 | 954 | 0.7438 | 0.9187 |
70
+ | 0.5532 | 4.0 | 1272 | 0.4604 | 0.9371 |
71
+ | 0.3127 | 5.0 | 1590 | 0.3536 | 0.9397 |
72
+ | 0.2039 | 6.0 | 1908 | 0.3070 | 0.9445 |
73
+ | 0.1516 | 7.0 | 2226 | 0.2874 | 0.9448 |
74
+ | 0.1232 | 8.0 | 2544 | 0.2758 | 0.9490 |
75
+ | 0.1094 | 9.0 | 2862 | 0.2735 | 0.9487 |
76
+ | 0.1012 | 10.0 | 3180 | 0.2727 | 0.9484 |
77
 
78
 
79
  ### Framework versions
80
 
81
+ - Transformers 4.31.0
82
  - Pytorch 2.0.1+cu118
83
+ - Datasets 2.14.4
84
  - Tokenizers 0.13.3