Schnatz65 commited on
Commit
c8cec0f
1 Parent(s): aea7768

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -13
README.md CHANGED
@@ -19,7 +19,7 @@ model-index:
19
  metrics:
20
  - name: Accuracy
21
  type: accuracy
22
- value: 0.9409677419354838
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.1647
33
- - Accuracy: 0.9410
34
 
35
  ## Model description
36
 
@@ -55,21 +55,15 @@ 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: 9
59
 
60
  ### Training results
61
 
62
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
63
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
64
- | 1.4177 | 1.0 | 318 | 0.9041 | 0.72 |
65
- | 0.6997 | 2.0 | 636 | 0.4302 | 0.8590 |
66
- | 0.3645 | 3.0 | 954 | 0.2544 | 0.9139 |
67
- | 0.2365 | 4.0 | 1272 | 0.1990 | 0.9345 |
68
- | 0.1907 | 5.0 | 1590 | 0.1808 | 0.9394 |
69
- | 0.1713 | 6.0 | 1908 | 0.1726 | 0.9394 |
70
- | 0.1612 | 7.0 | 2226 | 0.1681 | 0.9406 |
71
- | 0.1558 | 8.0 | 2544 | 0.1652 | 0.9410 |
72
- | 0.1529 | 9.0 | 2862 | 0.1647 | 0.9410 |
73
 
74
 
75
  ### Framework versions
 
19
  metrics:
20
  - name: Accuracy
21
  type: accuracy
22
+ value: 0.8274193548387097
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: 1.9706
33
+ - Accuracy: 0.8274
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: 3
59
 
60
  ### Training results
61
 
62
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
63
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
64
+ | 4.202 | 1.0 | 318 | 3.3225 | 0.7248 |
65
+ | 2.8372 | 2.0 | 636 | 2.2856 | 0.8061 |
66
+ | 2.1626 | 3.0 | 954 | 1.9706 | 0.8274 |
 
 
 
 
 
 
67
 
68
 
69
  ### Framework versions