mmillet commited on
Commit
122cfcb
1 Parent(s): 581568d

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +83 -0
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - accuracy
6
+ - f1
7
+ - precision
8
+ - recall
9
+ model-index:
10
+ - name: distilrubert-tiny-cased-conversational-v1_finetuned_empathy_classifier
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # distilrubert-tiny-cased-conversational-v1_finetuned_empathy_classifier
18
+
19
+ This model is a fine-tuned version of [DeepPavlov/distilrubert-tiny-cased-conversational-v1](https://huggingface.co/DeepPavlov/distilrubert-tiny-cased-conversational-v1) on an unknown dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.6624
22
+ - Accuracy: 0.6780
23
+ - F1: 0.6878
24
+ - Precision: 0.7175
25
+ - Recall: 0.6780
26
+
27
+ ## Model description
28
+
29
+ More information needed
30
+
31
+ ## Intended uses & limitations
32
+
33
+ More information needed
34
+
35
+ ## Training and evaluation data
36
+
37
+ More information needed
38
+
39
+ ## Training procedure
40
+
41
+ ### Training hyperparameters
42
+
43
+ The following hyperparameters were used during training:
44
+ - learning_rate: 0.0001
45
+ - train_batch_size: 64
46
+ - eval_batch_size: 64
47
+ - seed: 42
48
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=0.0001
49
+ - lr_scheduler_type: linear
50
+ - num_epochs: 20
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
55
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
56
+ | 1.09 | 1.0 | 9 | 1.0661 | 0.4407 | 0.4464 | 0.6498 | 0.4407 |
57
+ | 1.0292 | 2.0 | 18 | 0.9658 | 0.5678 | 0.5223 | 0.5179 | 0.5678 |
58
+ | 0.942 | 3.0 | 27 | 0.8659 | 0.5932 | 0.5807 | 0.5723 | 0.5932 |
59
+ | 0.8614 | 4.0 | 36 | 0.7864 | 0.6186 | 0.5924 | 0.5879 | 0.6186 |
60
+ | 0.8002 | 5.0 | 45 | 0.7766 | 0.6017 | 0.5946 | 0.6086 | 0.6017 |
61
+ | 0.7633 | 6.0 | 54 | 0.7545 | 0.6186 | 0.6022 | 0.6151 | 0.6186 |
62
+ | 0.7249 | 7.0 | 63 | 0.7649 | 0.6356 | 0.6381 | 0.6921 | 0.6356 |
63
+ | 0.6687 | 8.0 | 72 | 0.7115 | 0.6695 | 0.6741 | 0.7154 | 0.6695 |
64
+ | 0.6426 | 9.0 | 81 | 0.6554 | 0.6864 | 0.6761 | 0.6807 | 0.6864 |
65
+ | 0.6144 | 10.0 | 90 | 0.6649 | 0.6864 | 0.6909 | 0.7172 | 0.6864 |
66
+ | 0.6252 | 11.0 | 99 | 0.8685 | 0.6186 | 0.6118 | 0.6880 | 0.6186 |
67
+ | 0.5988 | 12.0 | 108 | 0.6306 | 0.6949 | 0.7015 | 0.7107 | 0.6949 |
68
+ | 0.56 | 13.0 | 117 | 0.6919 | 0.6610 | 0.6662 | 0.7061 | 0.6610 |
69
+ | 0.5468 | 14.0 | 126 | 0.6563 | 0.6949 | 0.6980 | 0.7188 | 0.6949 |
70
+ | 0.5658 | 15.0 | 135 | 0.6351 | 0.6949 | 0.7048 | 0.7280 | 0.6949 |
71
+ | 0.5262 | 16.0 | 144 | 0.6902 | 0.6780 | 0.6821 | 0.7173 | 0.6780 |
72
+ | 0.4777 | 17.0 | 153 | 0.6237 | 0.6949 | 0.6981 | 0.7056 | 0.6949 |
73
+ | 0.4771 | 18.0 | 162 | 0.6688 | 0.6780 | 0.6799 | 0.7035 | 0.6780 |
74
+ | 0.4737 | 19.0 | 171 | 0.6482 | 0.6864 | 0.6957 | 0.7219 | 0.6864 |
75
+ | 0.5033 | 20.0 | 180 | 0.6624 | 0.6780 | 0.6878 | 0.7175 | 0.6780 |
76
+
77
+
78
+ ### Framework versions
79
+
80
+ - Transformers 4.21.2
81
+ - Pytorch 1.12.1+cu113
82
+ - Datasets 2.4.0
83
+ - Tokenizers 0.12.1