Armandodelca
commited on
Commit
•
6f4398f
1
Parent(s):
6122f34
End of training
Browse files- README.md +87 -0
- model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,87 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: dccuchile/distilbert-base-spanish-uncased
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
metrics:
|
6 |
+
- accuracy
|
7 |
+
model-index:
|
8 |
+
- name: Prototipo_3_EMI
|
9 |
+
results: []
|
10 |
+
---
|
11 |
+
|
12 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
+
should probably proofread and complete it, then remove this comment. -->
|
14 |
+
|
15 |
+
# Prototipo_3_EMI
|
16 |
+
|
17 |
+
This model is a fine-tuned version of [dccuchile/distilbert-base-spanish-uncased](https://huggingface.co/dccuchile/distilbert-base-spanish-uncased) on an unknown dataset.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 1.2540
|
20 |
+
- Accuracy: 0.5423
|
21 |
+
|
22 |
+
## Model description
|
23 |
+
|
24 |
+
More information needed
|
25 |
+
|
26 |
+
## Intended uses & limitations
|
27 |
+
|
28 |
+
More information needed
|
29 |
+
|
30 |
+
## Training and evaluation data
|
31 |
+
|
32 |
+
More information needed
|
33 |
+
|
34 |
+
## Training procedure
|
35 |
+
|
36 |
+
### Training hyperparameters
|
37 |
+
|
38 |
+
The following hyperparameters were used during training:
|
39 |
+
- learning_rate: 3e-05
|
40 |
+
- train_batch_size: 24
|
41 |
+
- eval_batch_size: 24
|
42 |
+
- seed: 42
|
43 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
+
- lr_scheduler_type: linear
|
45 |
+
- lr_scheduler_warmup_steps: 250
|
46 |
+
- num_epochs: 5
|
47 |
+
|
48 |
+
### Training results
|
49 |
+
|
50 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
+
|:-------------:|:------:|:----:|:---------------:|:--------:|
|
52 |
+
| 1.2186 | 0.1778 | 200 | 1.1556 | 0.4803 |
|
53 |
+
| 1.1345 | 0.3556 | 400 | 1.0663 | 0.525 |
|
54 |
+
| 1.102 | 0.5333 | 600 | 1.0479 | 0.5293 |
|
55 |
+
| 1.1325 | 0.7111 | 800 | 1.0483 | 0.5353 |
|
56 |
+
| 1.1211 | 0.8889 | 1000 | 1.0337 | 0.521 |
|
57 |
+
| 0.9736 | 1.0667 | 1200 | 1.0006 | 0.5503 |
|
58 |
+
| 0.9428 | 1.2444 | 1400 | 1.0214 | 0.5523 |
|
59 |
+
| 0.9095 | 1.4222 | 1600 | 1.0174 | 0.555 |
|
60 |
+
| 0.9806 | 1.6 | 1800 | 1.0155 | 0.5527 |
|
61 |
+
| 0.969 | 1.7778 | 2000 | 1.0043 | 0.5547 |
|
62 |
+
| 0.9112 | 1.9556 | 2200 | 1.0050 | 0.5537 |
|
63 |
+
| 0.7557 | 2.1333 | 2400 | 1.0496 | 0.5607 |
|
64 |
+
| 0.8212 | 2.3111 | 2600 | 1.0494 | 0.5597 |
|
65 |
+
| 0.7695 | 2.4889 | 2800 | 1.0510 | 0.5687 |
|
66 |
+
| 0.7648 | 2.6667 | 3000 | 1.0513 | 0.5603 |
|
67 |
+
| 0.8232 | 2.8444 | 3200 | 1.0316 | 0.563 |
|
68 |
+
| 0.6288 | 3.0222 | 3400 | 1.0883 | 0.5503 |
|
69 |
+
| 0.6736 | 3.2 | 3600 | 1.1232 | 0.548 |
|
70 |
+
| 0.682 | 3.3778 | 3800 | 1.1695 | 0.543 |
|
71 |
+
| 0.6682 | 3.5556 | 4000 | 1.1608 | 0.5427 |
|
72 |
+
| 0.6516 | 3.7333 | 4200 | 1.1636 | 0.545 |
|
73 |
+
| 0.6731 | 3.9111 | 4400 | 1.1694 | 0.5403 |
|
74 |
+
| 0.5388 | 4.0889 | 4600 | 1.2120 | 0.544 |
|
75 |
+
| 0.5663 | 4.2667 | 4800 | 1.2278 | 0.544 |
|
76 |
+
| 0.5579 | 4.4444 | 5000 | 1.2439 | 0.538 |
|
77 |
+
| 0.5216 | 4.6222 | 5200 | 1.2507 | 0.5427 |
|
78 |
+
| 0.4634 | 4.8 | 5400 | 1.2531 | 0.5393 |
|
79 |
+
| 0.5359 | 4.9778 | 5600 | 1.2540 | 0.5423 |
|
80 |
+
|
81 |
+
|
82 |
+
### Framework versions
|
83 |
+
|
84 |
+
- Transformers 4.40.1
|
85 |
+
- Pytorch 2.2.1+cu121
|
86 |
+
- Datasets 2.19.0
|
87 |
+
- Tokenizers 0.19.1
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 269316356
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8864fa160c24652a1f7513039089085880419008176ae6514fabbb7bdc245880
|
3 |
size 269316356
|