update model card README.md
Browse files
README.md
CHANGED
@@ -25,22 +25,16 @@ model-index:
|
|
25 |
metrics:
|
26 |
- name: Precision
|
27 |
type: precision
|
28 |
-
value: 0.
|
29 |
- name: Recall
|
30 |
type: recall
|
31 |
-
value: 0.
|
32 |
- name: F1
|
33 |
type: f1
|
34 |
-
value: 0.
|
35 |
- name: Accuracy
|
36 |
type: accuracy
|
37 |
-
value: 0.
|
38 |
-
language:
|
39 |
-
- es
|
40 |
-
pipeline_tag: token-classification
|
41 |
-
widget:
|
42 |
-
- text: "Guatemala sufre y llora a sus fallecidos bajo un manto negro de ceniza."
|
43 |
-
- text: "La estrategia se ejecuta, no se cuenta."
|
44 |
---
|
45 |
|
46 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -50,11 +44,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
50 |
|
51 |
This model is a fine-tuned version of [filevich/robertita-cased](https://huggingface.co/filevich/robertita-cased) on the fact2020 dataset.
|
52 |
It achieves the following results on the evaluation set:
|
53 |
-
- Loss: 0.
|
54 |
-
- Precision: 0.
|
55 |
-
- Recall: 0.
|
56 |
-
- F1: 0.
|
57 |
-
- Accuracy: 0.
|
58 |
|
59 |
## Model description
|
60 |
|
@@ -73,7 +67,7 @@ More information needed
|
|
73 |
### Training hyperparameters
|
74 |
|
75 |
The following hyperparameters were used during training:
|
76 |
-
- learning_rate:
|
77 |
- train_batch_size: 8
|
78 |
- eval_batch_size: 8
|
79 |
- seed: 42
|
@@ -85,9 +79,9 @@ The following hyperparameters were used during training:
|
|
85 |
|
86 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
87 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
88 |
-
| No log | 1.0 | 116 | 0.
|
89 |
-
| No log | 2.0 | 232 | 0.
|
90 |
-
| No log | 3.0 | 348 | 0.
|
91 |
|
92 |
|
93 |
### Framework versions
|
@@ -95,4 +89,4 @@ The following hyperparameters were used during training:
|
|
95 |
- Transformers 4.31.0
|
96 |
- Pytorch 2.0.1+cu117
|
97 |
- Datasets 2.14.4
|
98 |
-
- Tokenizers 0.13.3
|
|
|
25 |
metrics:
|
26 |
- name: Precision
|
27 |
type: precision
|
28 |
+
value: 0.9958259428424656
|
29 |
- name: Recall
|
30 |
type: recall
|
31 |
+
value: 0.990818034441507
|
32 |
- name: F1
|
33 |
type: f1
|
34 |
+
value: 0.9915358119908528
|
35 |
- name: Accuracy
|
36 |
type: accuracy
|
37 |
+
value: 0.990818034441507
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
---
|
39 |
|
40 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
44 |
|
45 |
This model is a fine-tuned version of [filevich/robertita-cased](https://huggingface.co/filevich/robertita-cased) on the fact2020 dataset.
|
46 |
It achieves the following results on the evaluation set:
|
47 |
+
- Loss: 0.0402
|
48 |
+
- Precision: 0.9958
|
49 |
+
- Recall: 0.9908
|
50 |
+
- F1: 0.9915
|
51 |
+
- Accuracy: 0.9908
|
52 |
|
53 |
## Model description
|
54 |
|
|
|
67 |
### Training hyperparameters
|
68 |
|
69 |
The following hyperparameters were used during training:
|
70 |
+
- learning_rate: 6e-05
|
71 |
- train_batch_size: 8
|
72 |
- eval_batch_size: 8
|
73 |
- seed: 42
|
|
|
79 |
|
80 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
81 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
82 |
+
| No log | 1.0 | 116 | 0.0372 | 0.9947 | 0.9889 | 0.9895 | 0.9889 |
|
83 |
+
| No log | 2.0 | 232 | 0.0388 | 0.9961 | 0.9903 | 0.9913 | 0.9903 |
|
84 |
+
| No log | 3.0 | 348 | 0.0402 | 0.9958 | 0.9908 | 0.9915 | 0.9908 |
|
85 |
|
86 |
|
87 |
### Framework versions
|
|
|
89 |
- Transformers 4.31.0
|
90 |
- Pytorch 2.0.1+cu117
|
91 |
- Datasets 2.14.4
|
92 |
+
- Tokenizers 0.13.3
|