Training complete
Browse files- README.md +3 -17
- config.json +1 -1
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -4,8 +4,6 @@ base_model: mrm8488/electricidad-base-discriminator
|
|
4 |
tags:
|
5 |
- classification
|
6 |
- generated_from_trainer
|
7 |
-
metrics:
|
8 |
-
- accuracy
|
9 |
model-index:
|
10 |
- name: clasificador-tweets
|
11 |
results: []
|
@@ -17,9 +15,6 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
# clasificador-tweets
|
18 |
|
19 |
This model is a fine-tuned version of [mrm8488/electricidad-base-discriminator](https://huggingface.co/mrm8488/electricidad-base-discriminator) on an unknown dataset.
|
20 |
-
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 1.0876
|
22 |
-
- Accuracy: 0.7021
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -44,27 +39,18 @@ The following hyperparameters were used during training:
|
|
44 |
- seed: 42
|
45 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
46 |
- lr_scheduler_type: linear
|
47 |
-
- num_epochs:
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
53 |
-
| No log | 1.0 | 23 | 1.
|
54 |
-
| No log | 2.0 | 46 | 1.5855 | 0.5319 |
|
55 |
-
| No log | 3.0 | 69 | 1.3823 | 0.5745 |
|
56 |
-
| No log | 4.0 | 92 | 1.1917 | 0.6383 |
|
57 |
-
| No log | 5.0 | 115 | 1.1186 | 0.6170 |
|
58 |
-
| No log | 6.0 | 138 | 1.0838 | 0.6809 |
|
59 |
-
| No log | 7.0 | 161 | 1.0910 | 0.6809 |
|
60 |
-
| No log | 8.0 | 184 | 1.0641 | 0.7021 |
|
61 |
-
| No log | 9.0 | 207 | 1.0714 | 0.6809 |
|
62 |
-
| No log | 10.0 | 230 | 1.0876 | 0.7021 |
|
63 |
|
64 |
|
65 |
### Framework versions
|
66 |
|
67 |
-
- Transformers 4.47.
|
68 |
- Pytorch 2.5.1+cu121
|
69 |
- Datasets 3.2.0
|
70 |
- Tokenizers 0.21.0
|
|
|
4 |
tags:
|
5 |
- classification
|
6 |
- generated_from_trainer
|
|
|
|
|
7 |
model-index:
|
8 |
- name: clasificador-tweets
|
9 |
results: []
|
|
|
15 |
# clasificador-tweets
|
16 |
|
17 |
This model is a fine-tuned version of [mrm8488/electricidad-base-discriminator](https://huggingface.co/mrm8488/electricidad-base-discriminator) on an unknown dataset.
|
|
|
|
|
|
|
18 |
|
19 |
## Model description
|
20 |
|
|
|
39 |
- seed: 42
|
40 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
41 |
- lr_scheduler_type: linear
|
42 |
+
- num_epochs: 1
|
43 |
|
44 |
### Training results
|
45 |
|
46 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
47 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
48 |
+
| No log | 1.0 | 23 | 1.8326 | 0.3404 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
|
50 |
|
51 |
### Framework versions
|
52 |
|
53 |
+
- Transformers 4.47.1
|
54 |
- Pytorch 2.5.1+cu121
|
55 |
- Datasets 3.2.0
|
56 |
- Tokenizers 0.21.0
|
config.json
CHANGED
@@ -44,7 +44,7 @@
|
|
44 |
"summary_type": "first",
|
45 |
"summary_use_proj": true,
|
46 |
"torch_dtype": "float32",
|
47 |
-
"transformers_version": "4.47.
|
48 |
"type_vocab_size": 2,
|
49 |
"use_cache": true,
|
50 |
"vocab_size": 31002
|
|
|
44 |
"summary_type": "first",
|
45 |
"summary_use_proj": true,
|
46 |
"torch_dtype": "float32",
|
47 |
+
"transformers_version": "4.47.1",
|
48 |
"type_vocab_size": 2,
|
49 |
"use_cache": true,
|
50 |
"vocab_size": 31002
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 439452264
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4679fe692f86cc49d9390e89cb64e1932713feae655a84d63201c59b5910368e
|
3 |
size 439452264
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5304
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3e9d8b5da51d92fd3fc78cd401981634ae11c05c74e44a5deb1c8ccd6ec10670
|
3 |
size 5304
|