MathiasBrussow commited on
Commit
0b19135
1 Parent(s): 8b30268

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +96 -0
README.md ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - clinc_oos
7
+ metrics:
8
+ - accuracy
9
+ model-index:
10
+ - name: distilbert-base-uncased-distilled-clinc
11
+ results:
12
+ - task:
13
+ name: Text Classification
14
+ type: text-classification
15
+ dataset:
16
+ name: clinc_oos
17
+ type: clinc_oos
18
+ args: plus
19
+ metrics:
20
+ - name: Accuracy
21
+ type: accuracy
22
+ value: 0.9503225806451613
23
+ ---
24
+
25
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
26
+ should probably proofread and complete it, then remove this comment. -->
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.2869
33
+ - Accuracy: 0.9503
34
+
35
+ ## Model description
36
+
37
+ More information needed
38
+
39
+ ## Intended uses & limitations
40
+
41
+ More information needed
42
+
43
+ ## Training and evaluation data
44
+
45
+ More information needed
46
+
47
+ ## Training procedure
48
+
49
+ ### Training hyperparameters
50
+
51
+ The following hyperparameters were used during training:
52
+ - learning_rate: 2e-05
53
+ - train_batch_size: 48
54
+ - eval_batch_size: 48
55
+ - seed: 42
56
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
57
+ - lr_scheduler_type: linear
58
+ - lr_scheduler_warmup_ratio: 0.026785267717638298
59
+ - num_epochs: 24
60
+
61
+ ### Training results
62
+
63
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
64
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
65
+ | No log | 1.0 | 318 | 2.1228 | 0.7194 |
66
+ | 2.5433 | 2.0 | 636 | 0.8036 | 0.8935 |
67
+ | 2.5433 | 3.0 | 954 | 0.4630 | 0.9355 |
68
+ | 0.7139 | 4.0 | 1272 | 0.3767 | 0.9429 |
69
+ | 0.3352 | 5.0 | 1590 | 0.3417 | 0.9461 |
70
+ | 0.3352 | 6.0 | 1908 | 0.3249 | 0.95 |
71
+ | 0.2555 | 7.0 | 2226 | 0.3141 | 0.9487 |
72
+ | 0.2237 | 8.0 | 2544 | 0.3089 | 0.9490 |
73
+ | 0.2237 | 9.0 | 2862 | 0.3039 | 0.9487 |
74
+ | 0.2098 | 10.0 | 3180 | 0.3040 | 0.9487 |
75
+ | 0.2098 | 11.0 | 3498 | 0.2971 | 0.9516 |
76
+ | 0.2004 | 12.0 | 3816 | 0.2945 | 0.95 |
77
+ | 0.1949 | 13.0 | 4134 | 0.2967 | 0.9468 |
78
+ | 0.1949 | 14.0 | 4452 | 0.2912 | 0.9497 |
79
+ | 0.1905 | 15.0 | 4770 | 0.2907 | 0.9513 |
80
+ | 0.1883 | 16.0 | 5088 | 0.2927 | 0.9487 |
81
+ | 0.1883 | 17.0 | 5406 | 0.2901 | 0.9503 |
82
+ | 0.1852 | 18.0 | 5724 | 0.2879 | 0.9497 |
83
+ | 0.184 | 19.0 | 6042 | 0.2895 | 0.95 |
84
+ | 0.184 | 20.0 | 6360 | 0.2876 | 0.9519 |
85
+ | 0.1828 | 21.0 | 6678 | 0.2871 | 0.9503 |
86
+ | 0.1828 | 22.0 | 6996 | 0.2867 | 0.9510 |
87
+ | 0.1816 | 23.0 | 7314 | 0.2868 | 0.9503 |
88
+ | 0.1813 | 24.0 | 7632 | 0.2869 | 0.9503 |
89
+
90
+
91
+ ### Framework versions
92
+
93
+ - Transformers 4.16.2
94
+ - Pytorch 2.4.1+cu121
95
+ - Datasets 1.16.1
96
+ - Tokenizers 0.19.1