shinta0615 commited on
Commit
a2b75e9
1 Parent(s): 45f6aa4

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -1
README.md CHANGED
@@ -4,9 +4,24 @@ tags:
4
  - generated_from_trainer
5
  datasets:
6
  - clinc_oos
 
 
7
  model-index:
8
  - name: distilbert-base-uncased-finetuned-clinc
9
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -15,6 +30,9 @@ should probably proofread and complete it, then remove this comment. -->
15
  # distilbert-base-uncased-finetuned-clinc
16
 
17
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the clinc_oos dataset.
 
 
 
18
 
19
  ## Model description
20
 
@@ -41,6 +59,17 @@ The following hyperparameters were used during training:
41
  - lr_scheduler_type: linear
42
  - num_epochs: 5
43
 
 
 
 
 
 
 
 
 
 
 
 
44
  ### Framework versions
45
 
46
  - Transformers 4.29.1
 
4
  - generated_from_trainer
5
  datasets:
6
  - clinc_oos
7
+ metrics:
8
+ - accuracy
9
  model-index:
10
  - name: distilbert-base-uncased-finetuned-clinc
11
+ results:
12
+ - task:
13
+ name: Text Classification
14
+ type: text-classification
15
+ dataset:
16
+ name: clinc_oos
17
+ type: clinc_oos
18
+ config: plus
19
+ split: validation
20
+ args: plus
21
+ metrics:
22
+ - name: Accuracy
23
+ type: accuracy
24
+ value: 0.9158064516129032
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
30
  # distilbert-base-uncased-finetuned-clinc
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.7786
35
+ - Accuracy: 0.9158
36
 
37
  ## Model description
38
 
 
59
  - lr_scheduler_type: linear
60
  - num_epochs: 5
61
 
62
+ ### Training results
63
+
64
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
65
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
66
+ | No log | 1.0 | 318 | 3.2787 | 0.7455 |
67
+ | 3.7798 | 2.0 | 636 | 1.8706 | 0.8332 |
68
+ | 3.7798 | 3.0 | 954 | 1.1623 | 0.8939 |
69
+ | 1.6917 | 4.0 | 1272 | 0.8619 | 0.91 |
70
+ | 0.9059 | 5.0 | 1590 | 0.7786 | 0.9158 |
71
+
72
+
73
  ### Framework versions
74
 
75
  - Transformers 4.29.1