Shenghao1993 commited on
Commit
17aa198
1 Parent(s): 80d04b7

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.9487096774193549
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.2663
33
- - Accuracy: 0.9487
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
- | No log | 1.0 | 318 | 2.9958 | 0.7519 |
65
- | 3.4918 | 2.0 | 636 | 1.4964 | 0.8648 |
66
- | 3.4918 | 3.0 | 954 | 0.7579 | 0.9113 |
67
- | 1.2799 | 4.0 | 1272 | 0.4595 | 0.9345 |
68
- | 0.4406 | 5.0 | 1590 | 0.3498 | 0.9419 |
69
- | 0.4406 | 6.0 | 1908 | 0.3039 | 0.9439 |
70
- | 0.2073 | 7.0 | 2226 | 0.2809 | 0.9455 |
71
- | 0.1286 | 8.0 | 2544 | 0.2746 | 0.9455 |
72
- | 0.1286 | 9.0 | 2862 | 0.2702 | 0.9468 |
73
- | 0.1042 | 10.0 | 3180 | 0.2663 | 0.9487 |
74
 
75
 
76
  ### Framework versions
 
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
 
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
 
 
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