gossminn commited on
Commit
964e532
1 Parent(s): a1bb0ea

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +70 -0
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ model-index:
8
+ - name: detect-femicide-news-xlmr
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # detect-femicide-news-xlmr
16
+
17
+ This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.0161
20
+ - Accuracy: 0.9973
21
+ - Precision Neg: 0.9975
22
+ - Precision Pos: 0.9967
23
+ - Recall Neg: 0.9988
24
+ - Recall Pos: 0.9933
25
+ - F1 Score Neg: 0.9981
26
+ - F1 Score Pos: 0.9950
27
+
28
+ ## Model description
29
+
30
+ More information needed
31
+
32
+ ## Intended uses & limitations
33
+
34
+ More information needed
35
+
36
+ ## Training and evaluation data
37
+
38
+ More information needed
39
+
40
+ ## Training procedure
41
+
42
+ ### Training hyperparameters
43
+
44
+ The following hyperparameters were used during training:
45
+ - learning_rate: 1e-05
46
+ - train_batch_size: 128
47
+ - eval_batch_size: 8
48
+ - seed: 1996
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: linear
51
+ - num_epochs: 6
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision Neg | Precision Pos | Recall Neg | Recall Pos | F1 Score Neg | F1 Score Pos |
56
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:-------------:|:-------------:|:----------:|:----------:|:------------:|:------------:|
57
+ | 0.2758 | 1.0 | 204 | 0.1001 | 0.9718 | 0.9741 | 0.9654 | 0.9875 | 0.93 | 0.9808 | 0.9474 |
58
+ | 0.0782 | 2.0 | 408 | 0.0505 | 0.9809 | 0.9839 | 0.9729 | 0.99 | 0.9567 | 0.9869 | 0.9647 |
59
+ | 0.0501 | 3.0 | 612 | 0.0272 | 0.9927 | 0.9962 | 0.9834 | 0.9938 | 0.99 | 0.9950 | 0.9867 |
60
+ | 0.0389 | 4.0 | 816 | 0.0201 | 0.9945 | 0.9938 | 0.9966 | 0.9988 | 0.9833 | 0.9963 | 0.9899 |
61
+ | 0.031 | 5.0 | 1020 | 0.0175 | 0.9964 | 0.9963 | 0.9966 | 0.9988 | 0.99 | 0.9975 | 0.9933 |
62
+ | 0.0235 | 6.0 | 1224 | 0.0161 | 0.9973 | 0.9975 | 0.9967 | 0.9988 | 0.9933 | 0.9981 | 0.9950 |
63
+
64
+
65
+ ### Framework versions
66
+
67
+ - Transformers 4.16.2
68
+ - Pytorch 1.10.2+cu113
69
+ - Datasets 1.18.3
70
+ - Tokenizers 0.11.0