dannyvas23 commited on
Commit
7972aec
1 Parent(s): a9c48e5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +64 -0
README.md CHANGED
@@ -1,3 +1,67 @@
1
  ---
2
  license: afl-3.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: afl-3.0
3
+ language: "es"
4
+
5
+ tags:
6
+ - generated_from_trainer
7
+ - sentiment
8
+ - emotion
9
+ widget:
10
+ - text: "no me gusta esta vida."
11
+ example_title: "Ejemplo 1"
12
+ - text: "odio estar ahi"
13
+ example_title: "Ejemplo 2"
14
+ - text: "me siento triste por no poder viajar"
15
+ example_title: "Ejemplo 3"
16
+ metrics:
17
+ - accuracy
18
+ model-index:
19
+ - name: clasificacion-texto-suicida-finetuned-amazon-review
20
+ results: []
21
  ---
22
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
23
+ should probably proofread and complete it, then remove this comment. -->
24
+ # clasificacion-texto-suicida-finetuned-amazon-review
25
+ This model is a fine-tuned version of [mrm8488/electricidad-small-discriminator](https://huggingface.co/mrm8488/electricidad-small-discriminator) on an unknown dataset.
26
+ It achieves the following results on the evaluation set:
27
+ - Loss: 0.0458
28
+ - Accuracy: 0.9916
29
+ ## Model description
30
+ More information needed
31
+ ## Intended uses & limitations
32
+ More information needed
33
+ ## Training and evaluation data
34
+ More information needed
35
+ ## Training procedure
36
+ ### Training hyperparameters
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 2e-05
39
+ - train_batch_size: 32
40
+ - eval_batch_size: 32
41
+ - lr_scheduler_type: linear
42
+ - num_epochs: 15
43
+ ### Training results
44
+ | Training Loss | Epoch | Validation Loss | Accuracy |
45
+ |:-------------:|:-----:|:---------------:|:--------:|
46
+ | 0.161100 | 1.0 | 0.133057 | 0.952718 |
47
+ | 0.134500 | 2.0 | 0.110966 | 0.960804 |
48
+ | 0.108500 | 3.0 | 0.086417 | 0.970835 |
49
+ | 0.099400 | 4.0 | 0.073618 | 0.974856 |
50
+ | 0.090500 | 5.0 | 0.065231 | 0.979629 |
51
+ | 0.080700 | 6.0 | 0.060849 | 0.982324 |
52
+ | 0.069200 | 7.0 | 0.054718 | 0.986125 |
53
+ | 0.060400 | 8.0 | 0.051153 | 0.985948 |
54
+ | 0.048200 | 9.0 | 0.045747 | 0.989748 |
55
+ | 0.045500 | 10.0 | 0.049992 | 0.988069 |
56
+ | 0.043400 | 11.0 | 0.046325 | 0.990234 |
57
+ | 0.034300 | 12.0 | 0.050746 | 0.989792 |
58
+ | 0.032900 | 13.0 | 0.043434 | 0.991737 |
59
+ | 0.028400 | 14.0 | 0.045003 | 0.991869 |
60
+ | 0.022300 | 15.0 | 0.045819 | 0.991648 |
61
+
62
+
63
+ ### Framework versions
64
+ - Transformers 4.17.0
65
+ - Pytorch 1.10.0+cu111
66
+ - Datasets 2.0.0
67
+ - Tokenizers 0.11.6