JosePezantes
commited on
Commit
•
3333a44
1
Parent(s):
db190db
update model card README.md
Browse files
README.md
ADDED
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- generated_from_trainer
|
4 |
+
metrics:
|
5 |
+
- accuracy
|
6 |
+
model-index:
|
7 |
+
- name: robertuito-base-cased
|
8 |
+
results: []
|
9 |
+
---
|
10 |
+
|
11 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
12 |
+
should probably proofread and complete it, then remove this comment. -->
|
13 |
+
|
14 |
+
# robertuito-base-cased
|
15 |
+
|
16 |
+
This model was trained from scratch on an unknown dataset.
|
17 |
+
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 0.3006
|
19 |
+
- Accuracy: 0.9738
|
20 |
+
|
21 |
+
## Model description
|
22 |
+
|
23 |
+
More information needed
|
24 |
+
|
25 |
+
## Intended uses & limitations
|
26 |
+
|
27 |
+
More information needed
|
28 |
+
|
29 |
+
## Training and evaluation data
|
30 |
+
|
31 |
+
More information needed
|
32 |
+
|
33 |
+
## Training procedure
|
34 |
+
|
35 |
+
### Training hyperparameters
|
36 |
+
|
37 |
+
The following hyperparameters were used during training:
|
38 |
+
- learning_rate: 2e-05
|
39 |
+
- train_batch_size: 8
|
40 |
+
- eval_batch_size: 8
|
41 |
+
- seed: 42
|
42 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
43 |
+
- lr_scheduler_type: linear
|
44 |
+
- num_epochs: 20
|
45 |
+
|
46 |
+
### Training results
|
47 |
+
|
48 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
49 |
+
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
50 |
+
| 0.2557 | 1.0 | 3611 | 0.2650 | 0.9383 |
|
51 |
+
| 0.1543 | 2.0 | 7222 | 0.1762 | 0.9632 |
|
52 |
+
| 0.0792 | 3.0 | 10833 | 0.1959 | 0.9601 |
|
53 |
+
| 0.0565 | 4.0 | 14444 | 0.2106 | 0.9670 |
|
54 |
+
| 0.0507 | 5.0 | 18055 | 0.2597 | 0.9664 |
|
55 |
+
| 0.0297 | 6.0 | 21666 | 0.2761 | 0.9688 |
|
56 |
+
| 0.0531 | 7.0 | 25277 | 0.2336 | 0.9514 |
|
57 |
+
| 0.166 | 8.0 | 28888 | 0.2249 | 0.9688 |
|
58 |
+
| 0.0112 | 9.0 | 32499 | 0.2416 | 0.9720 |
|
59 |
+
| 0.0129 | 10.0 | 36110 | 0.2840 | 0.9713 |
|
60 |
+
| 0.0041 | 11.0 | 39721 | 0.2673 | 0.9695 |
|
61 |
+
| 0.0023 | 12.0 | 43332 | 0.3371 | 0.9664 |
|
62 |
+
| 0.0022 | 13.0 | 46943 | 0.3109 | 0.9688 |
|
63 |
+
| 0.0023 | 14.0 | 50554 | 0.2464 | 0.9757 |
|
64 |
+
| 0.0042 | 15.0 | 54165 | 0.3368 | 0.9688 |
|
65 |
+
| 0.001 | 16.0 | 57776 | 0.2903 | 0.9726 |
|
66 |
+
| 0.001 | 17.0 | 61387 | 0.3165 | 0.9707 |
|
67 |
+
| 0.0006 | 18.0 | 64998 | 0.2619 | 0.9769 |
|
68 |
+
| 0.0 | 19.0 | 68609 | 0.3053 | 0.9732 |
|
69 |
+
| 0.0 | 20.0 | 72220 | 0.3001 | 0.9745 |
|
70 |
+
|
71 |
+
|
72 |
+
### Framework versions
|
73 |
+
|
74 |
+
- Transformers 4.25.1
|
75 |
+
- Pytorch 1.13.0+cu116
|
76 |
+
- Datasets 2.8.0
|
77 |
+
- Tokenizers 0.13.2
|