dougtrajano commited on
Commit
b2207c4
1 Parent(s): 4c01941

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +67 -1
README.md CHANGED
@@ -1,3 +1,69 @@
1
  ---
2
- license: apache-2.0
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: toxicity-target-classification
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
+ # toxicity-target-classification
19
+
20
+ This model is a fine-tuned version of [neuralmind/bert-base-portuguese-cased](https://huggingface.co/neuralmind/bert-base-portuguese-cased) on the None dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 0.6110
23
+ - Accuracy: 0.6864
24
+ - F1: 0.6872
25
+ - Precision: 0.6882
26
+ - Recall: 0.6864
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: 4.174021560583183e-05
46
+ - train_batch_size: 8
47
+ - eval_batch_size: 8
48
+ - seed: 1993
49
+ - optimizer: Adam with betas=(0.9360294728287728,0.9974781444436187) and epsilon=8.016624612627008e-07
50
+ - lr_scheduler_type: linear
51
+ - num_epochs: 30
52
+ - label_smoothing_factor: 0.09936835309930625
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
57
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
58
+ | 0.633 | 1.0 | 537 | 0.6040 | 0.6919 | 0.5805 | 0.6351 | 0.6919 |
59
+ | 0.5915 | 2.0 | 1074 | 0.6110 | 0.6864 | 0.6872 | 0.6882 | 0.6864 |
60
+ | 0.4584 | 3.0 | 1611 | 0.7104 | 0.6933 | 0.6606 | 0.6605 | 0.6933 |
61
+ | 0.3564 | 4.0 | 2148 | 0.9816 | 0.6168 | 0.6307 | 0.6671 | 0.6168 |
62
+
63
+
64
+ ### Framework versions
65
+
66
+ - Transformers 4.26.0
67
+ - Pytorch 1.10.2+cu113
68
+ - Datasets 2.9.0
69
+ - Tokenizers 0.13.2