update model card README.md
Browse files
README.md
ADDED
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- generated_from_trainer
|
4 |
+
metrics:
|
5 |
+
- precision
|
6 |
+
- f1
|
7 |
+
- recall
|
8 |
+
- accuracy
|
9 |
+
model-index:
|
10 |
+
- name: fine-tuning-albert-tiny-041123
|
11 |
+
results: []
|
12 |
+
---
|
13 |
+
|
14 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
15 |
+
should probably proofread and complete it, then remove this comment. -->
|
16 |
+
|
17 |
+
# fine-tuning-albert-tiny-041123
|
18 |
+
|
19 |
+
This model is a fine-tuned version of [dccuchile/albert-tiny-spanish](https://huggingface.co/dccuchile/albert-tiny-spanish) on the None dataset.
|
20 |
+
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 1.2995
|
22 |
+
- Precision: 0.1111
|
23 |
+
- F1: 0.1667
|
24 |
+
- Recall: 0.3333
|
25 |
+
- Accuracy: 0.3333
|
26 |
+
|
27 |
+
## Model description
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Intended uses & limitations
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Training and evaluation data
|
36 |
+
|
37 |
+
More information needed
|
38 |
+
|
39 |
+
## Training procedure
|
40 |
+
|
41 |
+
### Training hyperparameters
|
42 |
+
|
43 |
+
The following hyperparameters were used during training:
|
44 |
+
- learning_rate: 0.01
|
45 |
+
- train_batch_size: 32
|
46 |
+
- eval_batch_size: 32
|
47 |
+
- seed: 42
|
48 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
49 |
+
- lr_scheduler_type: linear
|
50 |
+
- num_epochs: 8
|
51 |
+
|
52 |
+
### Training results
|
53 |
+
|
54 |
+
| Training Loss | Epoch | Step | Validation Loss | Precision | F1 | Recall | Accuracy |
|
55 |
+
|:-------------:|:-----:|:-----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
56 |
+
| 1.1786 | 1.0 | 1366 | 1.2995 | 0.1111 | 0.1667 | 0.3333 | 0.3333 |
|
57 |
+
| 1.1416 | 2.0 | 2732 | 1.1331 | 0.1111 | 0.1667 | 0.3333 | 0.3333 |
|
58 |
+
| 1.1484 | 3.0 | 4098 | 2.0088 | 0.1111 | 0.1667 | 0.3333 | 0.3333 |
|
59 |
+
| 1.102 | 4.0 | 5464 | 1.3375 | 0.1111 | 0.1667 | 0.3333 | 0.3333 |
|
60 |
+
| 1.083 | 5.0 | 6830 | 1.1703 | 0.1111 | 0.1667 | 0.3333 | 0.3333 |
|
61 |
+
| 1.0595 | 6.0 | 8196 | 1.3359 | 0.1111 | 0.1667 | 0.3333 | 0.3333 |
|
62 |
+
| 1.0408 | 7.0 | 9562 | 1.1584 | 0.1111 | 0.1667 | 0.3333 | 0.3333 |
|
63 |
+
| 1.0184 | 8.0 | 10928 | 1.2006 | 0.1111 | 0.1667 | 0.3333 | 0.3333 |
|
64 |
+
|
65 |
+
|
66 |
+
### Framework versions
|
67 |
+
|
68 |
+
- Transformers 4.27.4
|
69 |
+
- Pytorch 1.13.1+cu116
|
70 |
+
- Datasets 2.11.0
|
71 |
+
- Tokenizers 0.13.3
|