Shenghao1993 commited on
Commit
71e8784
1 Parent(s): 7dc1fae

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -14
README.md CHANGED
@@ -19,7 +19,7 @@ model-index:
19
  metrics:
20
  - name: Accuracy
21
  type: accuracy
22
- value: 0.9464516129032258
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.2578
33
- - Accuracy: 0.9465
34
 
35
  ## Model description
36
 
@@ -55,22 +55,21 @@ The following hyperparameters were used during training:
55
  - seed: 42
56
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
57
  - lr_scheduler_type: linear
58
- - num_epochs: 10
59
 
60
  ### Training results
61
 
62
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
63
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
64
- | No log | 1.0 | 318 | 1.5141 | 0.7345 |
65
- | 1.8478 | 2.0 | 636 | 0.7612 | 0.8674 |
66
- | 1.8478 | 3.0 | 954 | 0.4478 | 0.9119 |
67
- | 0.6924 | 4.0 | 1272 | 0.3302 | 0.9348 |
68
- | 0.3336 | 5.0 | 1590 | 0.2920 | 0.9439 |
69
- | 0.3336 | 6.0 | 1908 | 0.2750 | 0.9439 |
70
- | 0.2454 | 7.0 | 2226 | 0.2653 | 0.9452 |
71
- | 0.2171 | 8.0 | 2544 | 0.2615 | 0.9461 |
72
- | 0.2171 | 9.0 | 2862 | 0.2596 | 0.9455 |
73
- | 0.2079 | 10.0 | 3180 | 0.2578 | 0.9465 |
74
 
75
 
76
  ### Framework versions
 
19
  metrics:
20
  - name: Accuracy
21
  type: accuracy
22
+ value: 0.9454838709677419
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.3120
33
+ - Accuracy: 0.9455
34
 
35
  ## Model description
36
 
 
55
  - seed: 42
56
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
57
  - lr_scheduler_type: linear
58
+ - num_epochs: 9
59
 
60
  ### Training results
61
 
62
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
63
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
64
+ | No log | 1.0 | 318 | 1.8803 | 0.7426 |
65
+ | 2.2488 | 2.0 | 636 | 0.9662 | 0.8626 |
66
+ | 2.2488 | 3.0 | 954 | 0.5640 | 0.9103 |
67
+ | 0.8679 | 4.0 | 1272 | 0.4093 | 0.9332 |
68
+ | 0.4101 | 5.0 | 1590 | 0.3554 | 0.9435 |
69
+ | 0.4101 | 6.0 | 1908 | 0.3312 | 0.9445 |
70
+ | 0.2894 | 7.0 | 2226 | 0.3179 | 0.9452 |
71
+ | 0.2496 | 8.0 | 2544 | 0.3137 | 0.9448 |
72
+ | 0.2496 | 9.0 | 2862 | 0.3120 | 0.9455 |
 
73
 
74
 
75
  ### Framework versions