itoh5588 commited on
Commit
b1cfc68
1 Parent(s): 359a657

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -10
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.9151612903225806
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.7768
33
- - Accuracy: 0.9152
34
 
35
  ## Model description
36
 
@@ -61,16 +64,16 @@ The following hyperparameters were used during training:
61
 
62
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
63
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
64
- | 4.2864 | 1.0 | 318 | 3.2818 | 0.7426 |
65
- | 2.6248 | 2.0 | 636 | 1.8740 | 0.8345 |
66
- | 1.5431 | 3.0 | 954 | 1.1592 | 0.8923 |
67
- | 1.0115 | 4.0 | 1272 | 0.8597 | 0.9106 |
68
- | 0.7998 | 5.0 | 1590 | 0.7768 | 0.9152 |
69
 
70
 
71
  ### Framework versions
72
 
73
- - Transformers 4.16.2
74
  - Pytorch 2.0.1+cu118
75
- - Datasets 1.16.1
76
  - 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.9203225806451613
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.7589
36
+ - Accuracy: 0.9203
37
 
38
  ## Model description
39
 
 
64
 
65
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
66
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
67
+ | 4.2904 | 1.0 | 318 | 3.2686 | 0.7297 |
68
+ | 2.6005 | 2.0 | 636 | 1.8534 | 0.8442 |
69
+ | 1.5214 | 3.0 | 954 | 1.1378 | 0.8997 |
70
+ | 0.9944 | 4.0 | 1272 | 0.8399 | 0.9145 |
71
+ | 0.7763 | 5.0 | 1590 | 0.7589 | 0.9203 |
72
 
73
 
74
  ### Framework versions
75
 
76
+ - Transformers 4.31.0
77
  - Pytorch 2.0.1+cu118
78
+ - Datasets 2.14.4
79
  - Tokenizers 0.13.3