lewtun HF staff commited on
Commit
efe14b8
1 Parent(s): ec8db9e

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +80 -0
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ datasets:
5
+ - clinc_oos
6
+ metrics:
7
+ - accuracy
8
+ model-index:
9
+ - name: MiniLMv2-L12-H384-distilled-from-RoBERTa-Large-finetuned-clinc
10
+ results:
11
+ - task:
12
+ name: Text Classification
13
+ type: text-classification
14
+ dataset:
15
+ name: clinc_oos
16
+ type: clinc_oos
17
+ args: plus
18
+ metrics:
19
+ - name: Accuracy
20
+ type: accuracy
21
+ value: 0.9319354838709677
22
+ ---
23
+
24
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
25
+ should probably proofread and complete it, then remove this comment. -->
26
+
27
+ # MiniLMv2-L12-H384-distilled-from-RoBERTa-Large-finetuned-clinc
28
+
29
+ This model is a fine-tuned version of [nreimers/MiniLMv2-L12-H384-distilled-from-RoBERTa-Large](https://huggingface.co/nreimers/MiniLMv2-L12-H384-distilled-from-RoBERTa-Large) on the clinc_oos dataset.
30
+ It achieves the following results on the evaluation set:
31
+ - Loss: 1.5252
32
+ - Accuracy: 0.9319
33
+
34
+ ## Model description
35
+
36
+ More information needed
37
+
38
+ ## Intended uses & limitations
39
+
40
+ More information needed
41
+
42
+ ## Training and evaluation data
43
+
44
+ More information needed
45
+
46
+ ## Training procedure
47
+
48
+ ### Training hyperparameters
49
+
50
+ The following hyperparameters were used during training:
51
+ - learning_rate: 0.0001
52
+ - train_batch_size: 256
53
+ - eval_batch_size: 256
54
+ - seed: 42
55
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
56
+ - lr_scheduler_type: linear
57
+ - num_epochs: 10
58
+
59
+ ### Training results
60
+
61
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
62
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
63
+ | No log | 1.0 | 60 | 4.6555 | 0.1887 |
64
+ | No log | 2.0 | 120 | 3.8771 | 0.4784 |
65
+ | No log | 3.0 | 180 | 3.2507 | 0.7352 |
66
+ | 3.9668 | 4.0 | 240 | 2.7445 | 0.8365 |
67
+ | 3.9668 | 5.0 | 300 | 2.3475 | 0.8865 |
68
+ | 3.9668 | 6.0 | 360 | 2.0370 | 0.8926 |
69
+ | 3.9668 | 7.0 | 420 | 1.8099 | 0.9145 |
70
+ | 2.0924 | 8.0 | 480 | 1.6433 | 0.9190 |
71
+ | 2.0924 | 9.0 | 540 | 1.5563 | 0.9281 |
72
+ | 2.0924 | 10.0 | 600 | 1.5252 | 0.9319 |
73
+
74
+
75
+ ### Framework versions
76
+
77
+ - Transformers 4.11.3
78
+ - Pytorch 1.11.0
79
+ - Datasets 1.16.1
80
+ - Tokenizers 0.10.3