cafbr commited on
Commit
d7660aa
1 Parent(s): 032950e

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -10
README.md CHANGED
@@ -21,7 +21,7 @@ model-index:
21
  metrics:
22
  - name: Accuracy
23
  type: accuracy
24
- value: 0.915483870967742
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -31,8 +31,8 @@ should probably proofread and complete it, then remove this comment. -->
31
 
32
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the clinc_oos dataset.
33
  It achieves the following results on the evaluation set:
34
- - Loss: 0.7690
35
- - Accuracy: 0.9155
36
 
37
  ## Model description
38
 
@@ -52,8 +52,8 @@ More information needed
52
 
53
  The following hyperparameters were used during training:
54
  - learning_rate: 2e-05
55
- - train_batch_size: 48
56
- - eval_batch_size: 48
57
  - seed: 42
58
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
59
  - lr_scheduler_type: linear
@@ -63,11 +63,11 @@ The following hyperparameters were used during training:
63
 
64
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
65
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
66
- | No log | 1.0 | 318 | 3.2756 | 0.7426 |
67
- | 3.7796 | 2.0 | 636 | 1.8550 | 0.8377 |
68
- | 3.7796 | 3.0 | 954 | 1.1476 | 0.8945 |
69
- | 1.6746 | 4.0 | 1272 | 0.8513 | 0.9119 |
70
- | 0.8936 | 5.0 | 1590 | 0.7690 | 0.9155 |
71
 
72
 
73
  ### Framework versions
 
21
  metrics:
22
  - name: Accuracy
23
  type: accuracy
24
+ value: 0.9509677419354838
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
31
 
32
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the clinc_oos dataset.
33
  It achieves the following results on the evaluation set:
34
+ - Loss: 0.2354
35
+ - Accuracy: 0.9510
36
 
37
  ## Model description
38
 
 
52
 
53
  The following hyperparameters were used during training:
54
  - learning_rate: 2e-05
55
+ - train_batch_size: 8
56
+ - eval_batch_size: 8
57
  - seed: 42
58
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
59
  - lr_scheduler_type: linear
 
63
 
64
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
65
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
66
+ | 2.0114 | 1.0 | 1907 | 0.9483 | 0.8577 |
67
+ | 0.2978 | 2.0 | 3814 | 0.2961 | 0.9368 |
68
+ | 0.097 | 3.0 | 5721 | 0.2422 | 0.9474 |
69
+ | 0.0393 | 4.0 | 7628 | 0.2349 | 0.9519 |
70
+ | 0.023 | 5.0 | 9535 | 0.2354 | 0.9510 |
71
 
72
 
73
  ### Framework versions