leofn3 commited on
Commit
85cb18e
1 Parent(s): d4ee458

leofn3/modelo_racismo_update_13dez

Browse files
Files changed (1) hide show
  1. README.md +70 -0
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: distilbert-base-multilingual-cased
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - f1
8
+ - accuracy
9
+ model-index:
10
+ - name: modelo_racismo_13_dez
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
+ # modelo_racismo_13_dez
18
+
19
+ This model is a fine-tuned version of [distilbert-base-multilingual-cased](https://huggingface.co/distilbert-base-multilingual-cased) on an unknown dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.0996
22
+ - F1: 0.9861
23
+ - Accuracy: 0.9844
24
+
25
+ ## Model description
26
+
27
+ More information needed
28
+
29
+ ## Intended uses & limitations
30
+
31
+ More information needed
32
+
33
+ ## Training and evaluation data
34
+
35
+ More information needed
36
+
37
+ ## Training procedure
38
+
39
+ ### Training hyperparameters
40
+
41
+ The following hyperparameters were used during training:
42
+ - learning_rate: 1e-05
43
+ - train_batch_size: 2
44
+ - eval_batch_size: 2
45
+ - seed: 42
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - num_epochs: 8
49
+ - mixed_precision_training: Native AMP
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | F1 | Accuracy |
54
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:--------:|
55
+ | 0.6264 | 1.0 | 643 | 0.6426 | 0.8423 | 0.8179 |
56
+ | 0.7407 | 2.0 | 1286 | 0.4516 | 0.9121 | 0.9019 |
57
+ | 0.5953 | 3.0 | 1929 | 0.2944 | 0.9492 | 0.9416 |
58
+ | 0.3275 | 4.0 | 2572 | 0.3128 | 0.9522 | 0.9447 |
59
+ | 0.3185 | 5.0 | 3215 | 0.1861 | 0.9732 | 0.9696 |
60
+ | 0.1702 | 6.0 | 3858 | 0.1225 | 0.9818 | 0.9798 |
61
+ | 0.1411 | 7.0 | 4501 | 0.1027 | 0.9854 | 0.9837 |
62
+ | 0.0895 | 8.0 | 5144 | 0.0996 | 0.9861 | 0.9844 |
63
+
64
+
65
+ ### Framework versions
66
+
67
+ - Transformers 4.35.2
68
+ - Pytorch 2.1.0+cu118
69
+ - Datasets 2.15.0
70
+ - Tokenizers 0.15.0