Commit
·
0851727
1
Parent(s):
dda6c7f
Training complete
Browse files- README.md +16 -0
- config.json +1 -0
- pytorch_model.bin +1 -1
README.md
CHANGED
@@ -3,6 +3,8 @@ base_model: mrm8488/electricidad-base-discriminator
|
|
3 |
tags:
|
4 |
- classification
|
5 |
- generated_from_trainer
|
|
|
|
|
6 |
model-index:
|
7 |
- name: clasificador-muchocine
|
8 |
results: []
|
@@ -14,6 +16,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
# clasificador-muchocine
|
15 |
|
16 |
This model is a fine-tuned version of [mrm8488/electricidad-base-discriminator](https://huggingface.co/mrm8488/electricidad-base-discriminator) on the None dataset.
|
|
|
|
|
|
|
17 |
|
18 |
## Model description
|
19 |
|
@@ -40,6 +45,17 @@ The following hyperparameters were used during training:
|
|
40 |
- lr_scheduler_type: linear
|
41 |
- num_epochs: 5.0
|
42 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
### Framework versions
|
44 |
|
45 |
- Transformers 4.33.3
|
|
|
3 |
tags:
|
4 |
- classification
|
5 |
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
model-index:
|
9 |
- name: clasificador-muchocine
|
10 |
results: []
|
|
|
16 |
# clasificador-muchocine
|
17 |
|
18 |
This model is a fine-tuned version of [mrm8488/electricidad-base-discriminator](https://huggingface.co/mrm8488/electricidad-base-discriminator) on the None dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 1.5225
|
21 |
+
- Accuracy: 0.3355
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
45 |
- lr_scheduler_type: linear
|
46 |
- num_epochs: 5.0
|
47 |
|
48 |
+
### Training results
|
49 |
+
|
50 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
+
| No log | 1.0 | 388 | 1.5171 | 0.3355 |
|
53 |
+
| 1.5309 | 2.0 | 776 | 1.5243 | 0.3355 |
|
54 |
+
| 1.514 | 3.0 | 1164 | 1.5244 | 0.3355 |
|
55 |
+
| 1.5222 | 4.0 | 1552 | 1.5179 | 0.3355 |
|
56 |
+
| 1.5222 | 5.0 | 1940 | 1.5225 | 0.3355 |
|
57 |
+
|
58 |
+
|
59 |
### Framework versions
|
60 |
|
61 |
- Transformers 4.33.3
|
config.json
CHANGED
@@ -32,6 +32,7 @@
|
|
32 |
"num_hidden_layers": 12,
|
33 |
"pad_token_id": 0,
|
34 |
"position_embedding_type": "absolute",
|
|
|
35 |
"summary_activation": "gelu",
|
36 |
"summary_last_dropout": 0.1,
|
37 |
"summary_type": "first",
|
|
|
32 |
"num_hidden_layers": 12,
|
33 |
"pad_token_id": 0,
|
34 |
"position_embedding_type": "absolute",
|
35 |
+
"problem_type": "single_label_classification",
|
36 |
"summary_activation": "gelu",
|
37 |
"summary_last_dropout": 0.1,
|
38 |
"summary_type": "first",
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 439487857
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d1090d6bc298af6f3c0a3cbcda072873028b9ee976145d46fc75dd48cb0710dd
|
3 |
size 439487857
|