marice commited on
Commit
d122dfd
1 Parent(s): 58fa641

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -18
README.md CHANGED
@@ -19,8 +19,7 @@ model-index:
19
  metrics:
20
  - name: Accuracy
21
  type: accuracy
22
- value: 0.9393548387096774
23
- duplicated_from: transformersbook/distilbert-base-uncased-distilled-clinc
24
  ---
25
 
26
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -28,11 +27,10 @@ should probably proofread and complete it, then remove this comment. -->
28
 
29
  # distilbert-base-uncased-distilled-clinc
30
 
31
- This model is a fine-tuned with knowledge distillation version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the clinc_oos dataset. The model is used in Chapter 8: Making Transformers Efficient in Production in the [NLP with Transformers book](https://learning.oreilly.com/library/view/natural-language-processing/9781098103231/). You can find the full code in the accompanying [Github repository](https://github.com/nlp-with-transformers/notebooks/blob/main/08_model-compression.ipynb).
32
-
33
  It achieves the following results on the evaluation set:
34
- - Loss: 0.1005
35
- - Accuracy: 0.9394
36
 
37
  ## Model description
38
 
@@ -63,21 +61,21 @@ The following hyperparameters were used during training:
63
 
64
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
65
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
66
- | 0.9031 | 1.0 | 318 | 0.5745 | 0.7365 |
67
- | 0.4481 | 2.0 | 636 | 0.2856 | 0.8748 |
68
- | 0.2528 | 3.0 | 954 | 0.1798 | 0.9187 |
69
- | 0.176 | 4.0 | 1272 | 0.1398 | 0.9294 |
70
- | 0.1416 | 5.0 | 1590 | 0.1211 | 0.9348 |
71
- | 0.1243 | 6.0 | 1908 | 0.1116 | 0.9348 |
72
- | 0.1133 | 7.0 | 2226 | 0.1062 | 0.9377 |
73
- | 0.1075 | 8.0 | 2544 | 0.1035 | 0.9387 |
74
- | 0.1039 | 9.0 | 2862 | 0.1014 | 0.9381 |
75
- | 0.1018 | 10.0 | 3180 | 0.1005 | 0.9394 |
76
 
77
 
78
  ### Framework versions
79
 
80
  - Transformers 4.11.3
81
- - Pytorch 1.9.1+cu102
82
- - Datasets 1.13.0
83
  - Tokenizers 0.10.3
 
19
  metrics:
20
  - name: Accuracy
21
  type: accuracy
22
+ value: 0.9387096774193548
 
23
  ---
24
 
25
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
27
 
28
  # distilbert-base-uncased-distilled-clinc
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.0878
33
+ - Accuracy: 0.9387
34
 
35
  ## Model description
36
 
 
61
 
62
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
63
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
64
+ | 1.0369 | 1.0 | 318 | 0.5902 | 0.6987 |
65
+ | 0.4468 | 2.0 | 636 | 0.2434 | 0.8606 |
66
+ | 0.2204 | 3.0 | 954 | 0.1412 | 0.9113 |
67
+ | 0.1478 | 4.0 | 1272 | 0.1121 | 0.9252 |
68
+ | 0.1206 | 5.0 | 1590 | 0.1010 | 0.93 |
69
+ | 0.1086 | 6.0 | 1908 | 0.0947 | 0.9345 |
70
+ | 0.1009 | 7.0 | 2226 | 0.0916 | 0.9368 |
71
+ | 0.0966 | 8.0 | 2544 | 0.0896 | 0.9381 |
72
+ | 0.0939 | 9.0 | 2862 | 0.0881 | 0.9390 |
73
+ | 0.0928 | 10.0 | 3180 | 0.0878 | 0.9387 |
74
 
75
 
76
  ### Framework versions
77
 
78
  - Transformers 4.11.3
79
+ - Pytorch 2.0.0+cu118
80
+ - Datasets 1.16.1
81
  - Tokenizers 0.10.3