annahaz commited on
Commit
cf56552
1 Parent(s): 66a4108

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +73 -0
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ - f1
8
+ - precision
9
+ - recall
10
+ model-index:
11
+ - name: xlm-roberta-base-misogyny-sexism-indomain-mix-bal
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
+ # xlm-roberta-base-misogyny-sexism-indomain-mix-bal
19
+
20
+ This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the None dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 0.6715
23
+ - Accuracy: 0.802
24
+ - F1: 0.7735
25
+ - Precision: 0.9037
26
+ - Recall: 0.676
27
+ - Mae: 0.198
28
+ - Tn: 464
29
+ - Fp: 36
30
+ - Fn: 162
31
+ - Tp: 338
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: 4
57
+
58
+ ### Training results
59
+
60
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall | Mae | Tn | Fp | Fn | Tp |
61
+ |:-------------:|:-----:|:-----:|:---------------:|:--------:|:------:|:---------:|:------:|:-----:|:---:|:--:|:---:|:---:|
62
+ | 0.3727 | 1.0 | 2714 | 0.6816 | 0.735 | 0.6683 | 0.8930 | 0.534 | 0.265 | 468 | 32 | 233 | 267 |
63
+ | 0.3257 | 2.0 | 5428 | 0.6787 | 0.753 | 0.6893 | 0.9288 | 0.548 | 0.247 | 479 | 21 | 226 | 274 |
64
+ | 0.2785 | 3.0 | 8142 | 0.5640 | 0.779 | 0.7397 | 0.8997 | 0.628 | 0.221 | 465 | 35 | 186 | 314 |
65
+ | 0.25 | 4.0 | 10856 | 0.6715 | 0.802 | 0.7735 | 0.9037 | 0.676 | 0.198 | 464 | 36 | 162 | 338 |
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - Transformers 4.20.1
71
+ - Pytorch 1.12.0+cu102
72
+ - Datasets 2.3.2
73
+ - Tokenizers 0.12.1