annahaz commited on
Commit
8523f2e
1 Parent(s): aee26b4

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +72 -0
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ - f1
8
+ - precision
9
+ - recall
10
+ model-index:
11
+ - name: distilbert-base-multilingual-cased-misogyny-sexism-decay0.05-fr-outofdomain
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # distilbert-base-multilingual-cased-misogyny-sexism-decay0.05-fr-outofdomain
19
+
20
+ This model is a fine-tuned version of [distilbert-base-multilingual-cased](https://huggingface.co/distilbert-base-multilingual-cased) on the None dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 0.9920
23
+ - Accuracy: 0.2851
24
+ - F1: 0.1967
25
+ - Precision: 0.1124
26
+ - Recall: 0.7870
27
+ - Mae: 0.7149
28
+ - Tn: 1727
29
+ - Fp: 6043
30
+ - Fn: 207
31
+ - Tp: 765
32
+
33
+ ## Model description
34
+
35
+ More information needed
36
+
37
+ ## Intended uses & limitations
38
+
39
+ More information needed
40
+
41
+ ## Training and evaluation data
42
+
43
+ More information needed
44
+
45
+ ## Training procedure
46
+
47
+ ### Training hyperparameters
48
+
49
+ The following hyperparameters were used during training:
50
+ - learning_rate: 2e-05
51
+ - train_batch_size: 16
52
+ - eval_batch_size: 16
53
+ - seed: 42
54
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
55
+ - lr_scheduler_type: linear
56
+ - num_epochs: 3
57
+
58
+ ### Training results
59
+
60
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall | Mae | Tn | Fp | Fn | Tp |
61
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|:------:|:----:|:----:|:---:|:---:|
62
+ | 0.3603 | 1.0 | 2233 | 0.8218 | 0.3251 | 0.2021 | 0.1163 | 0.7685 | 0.6749 | 2095 | 5675 | 225 | 747 |
63
+ | 0.298 | 2.0 | 4466 | 0.9031 | 0.3164 | 0.2047 | 0.1175 | 0.7912 | 0.6836 | 1997 | 5773 | 203 | 769 |
64
+ | 0.2438 | 3.0 | 6699 | 0.9920 | 0.2851 | 0.1967 | 0.1124 | 0.7870 | 0.7149 | 1727 | 6043 | 207 | 765 |
65
+
66
+
67
+ ### Framework versions
68
+
69
+ - Transformers 4.20.1
70
+ - Pytorch 1.12.0+cu102
71
+ - Datasets 2.3.2
72
+ - Tokenizers 0.12.1