itoh5588 commited on
Commit
fd8ac2a
1 Parent(s): d34ff28

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.9490322580645161
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.2396
33
- - Accuracy: 0.9490
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.4105 | 1.0 | 318 | 1.7674 | 0.7568 |
65
- | 1.3717 | 2.0 | 636 | 0.9207 | 0.8716 |
66
- | 0.7351 | 3.0 | 954 | 0.5276 | 0.9197 |
67
- | 0.4354 | 4.0 | 1272 | 0.3646 | 0.9377 |
68
- | 0.2955 | 5.0 | 1590 | 0.2968 | 0.9439 |
69
- | 0.231 | 6.0 | 1908 | 0.2671 | 0.9477 |
70
- | 0.198 | 7.0 | 2226 | 0.2513 | 0.9490 |
71
- | 0.1802 | 8.0 | 2544 | 0.2446 | 0.9484 |
72
- | 0.1707 | 9.0 | 2862 | 0.2416 | 0.9490 |
73
- | 0.1671 | 10.0 | 3180 | 0.2396 | 0.9490 |
74
 
75
 
76
  ### Framework versions
 
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
 
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
 
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