Schnatz65 commited on
Commit
2cafdca
1 Parent(s): 7311c4a

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -19,7 +19,7 @@ model-index:
19
  metrics:
20
  - name: Accuracy
21
  type: accuracy
22
- value: 0.8303225806451613
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: 1.0763
33
- - Accuracy: 0.8303
34
 
35
  ## Model description
36
 
@@ -61,9 +61,9 @@ The following hyperparameters were used during training:
61
 
62
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
63
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
64
- | 2.3355 | 1.0 | 318 | 1.7942 | 0.7287 |
65
- | 1.5445 | 2.0 | 636 | 1.2369 | 0.8090 |
66
- | 1.1895 | 3.0 | 954 | 1.0763 | 0.8303 |
67
 
68
 
69
  ### Framework versions
 
19
  metrics:
20
  - name: Accuracy
21
  type: accuracy
22
+ value: 0.8219354838709677
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.1971
33
+ - Accuracy: 0.8219
34
 
35
  ## Model description
36
 
 
61
 
62
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
63
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
64
+ | 0.6803 | 1.0 | 318 | 0.4045 | 0.63 |
65
+ | 0.3479 | 2.0 | 636 | 0.2344 | 0.7861 |
66
+ | 0.2495 | 3.0 | 954 | 0.1971 | 0.8219 |
67
 
68
 
69
  ### Framework versions