Model save
Browse files- README.md +101 -0
- generation_config.json +5 -0
- model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,101 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
base_model: neuralmind/bert-base-portuguese-cased
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
model-index:
|
7 |
+
- name: e3_lr2e-05
|
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 |
+
# e3_lr2e-05
|
15 |
+
|
16 |
+
This model is a fine-tuned version of [neuralmind/bert-base-portuguese-cased](https://huggingface.co/neuralmind/bert-base-portuguese-cased) on an unknown dataset.
|
17 |
+
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 1.5721
|
19 |
+
|
20 |
+
## Model description
|
21 |
+
|
22 |
+
More information needed
|
23 |
+
|
24 |
+
## Intended uses & limitations
|
25 |
+
|
26 |
+
More information needed
|
27 |
+
|
28 |
+
## Training and evaluation data
|
29 |
+
|
30 |
+
More information needed
|
31 |
+
|
32 |
+
## Training procedure
|
33 |
+
|
34 |
+
### Training hyperparameters
|
35 |
+
|
36 |
+
The following hyperparameters were used during training:
|
37 |
+
- learning_rate: 2e-05
|
38 |
+
- train_batch_size: 8
|
39 |
+
- eval_batch_size: 16
|
40 |
+
- seed: 42
|
41 |
+
- gradient_accumulation_steps: 16
|
42 |
+
- total_train_batch_size: 128
|
43 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
+
- lr_scheduler_type: linear
|
45 |
+
- num_epochs: 3
|
46 |
+
- mixed_precision_training: Native AMP
|
47 |
+
|
48 |
+
### Training results
|
49 |
+
|
50 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
51 |
+
|:-------------:|:------:|:----:|:---------------:|
|
52 |
+
| 2.2771 | 0.0707 | 100 | 1.9875 |
|
53 |
+
| 2.0486 | 0.1414 | 200 | 1.8946 |
|
54 |
+
| 1.993 | 0.2121 | 300 | 1.8415 |
|
55 |
+
| 1.9532 | 0.2828 | 400 | 1.8133 |
|
56 |
+
| 1.9145 | 0.3535 | 500 | 1.7807 |
|
57 |
+
| 1.8872 | 0.4242 | 600 | 1.7534 |
|
58 |
+
| 1.8593 | 0.4949 | 700 | 1.7357 |
|
59 |
+
| 1.8447 | 0.5656 | 800 | 1.7173 |
|
60 |
+
| 1.8149 | 0.6363 | 900 | 1.7074 |
|
61 |
+
| 1.7966 | 0.7070 | 1000 | 1.7036 |
|
62 |
+
| 1.8034 | 0.7777 | 1100 | 1.6883 |
|
63 |
+
| 1.7854 | 0.8484 | 1200 | 1.6740 |
|
64 |
+
| 1.7779 | 0.9191 | 1300 | 1.6642 |
|
65 |
+
| 1.7706 | 0.9897 | 1400 | 1.6582 |
|
66 |
+
| 1.7723 | 1.0604 | 1500 | 1.6475 |
|
67 |
+
| 1.746 | 1.1311 | 1600 | 1.6463 |
|
68 |
+
| 1.7386 | 1.2018 | 1700 | 1.6399 |
|
69 |
+
| 1.7319 | 1.2725 | 1800 | 1.6385 |
|
70 |
+
| 1.7292 | 1.3432 | 1900 | 1.6230 |
|
71 |
+
| 1.7121 | 1.4139 | 2000 | 1.6204 |
|
72 |
+
| 1.7245 | 1.4846 | 2100 | 1.6152 |
|
73 |
+
| 1.7159 | 1.5553 | 2200 | 1.6103 |
|
74 |
+
| 1.7232 | 1.6260 | 2300 | 1.6114 |
|
75 |
+
| 1.6952 | 1.6967 | 2400 | 1.6099 |
|
76 |
+
| 1.6944 | 1.7674 | 2500 | 1.6012 |
|
77 |
+
| 1.6991 | 1.8381 | 2600 | 1.5970 |
|
78 |
+
| 1.6954 | 1.9088 | 2700 | 1.5933 |
|
79 |
+
| 1.698 | 1.9795 | 2800 | 1.5918 |
|
80 |
+
| 1.6857 | 2.0502 | 2900 | 1.5915 |
|
81 |
+
| 1.6783 | 2.1209 | 3000 | 1.5840 |
|
82 |
+
| 1.679 | 2.1916 | 3100 | 1.5817 |
|
83 |
+
| 1.6796 | 2.2623 | 3200 | 1.5835 |
|
84 |
+
| 1.6709 | 2.3330 | 3300 | 1.5769 |
|
85 |
+
| 1.6626 | 2.4037 | 3400 | 1.5819 |
|
86 |
+
| 1.6732 | 2.4744 | 3500 | 1.5824 |
|
87 |
+
| 1.6726 | 2.5458 | 3600 | 1.5720 |
|
88 |
+
| 1.6822 | 2.6165 | 3700 | 1.5758 |
|
89 |
+
| 1.6578 | 2.6872 | 3800 | 1.5739 |
|
90 |
+
| 1.6756 | 2.7579 | 3900 | 1.5743 |
|
91 |
+
| 1.6747 | 2.8286 | 4000 | 1.5695 |
|
92 |
+
| 1.659 | 2.8993 | 4100 | 1.5713 |
|
93 |
+
| 1.6587 | 2.9700 | 4200 | 1.5750 |
|
94 |
+
|
95 |
+
|
96 |
+
### Framework versions
|
97 |
+
|
98 |
+
- Transformers 4.41.2
|
99 |
+
- Pytorch 2.3.0+cu121
|
100 |
+
- Datasets 2.19.2
|
101 |
+
- Tokenizers 0.19.1
|
generation_config.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"pad_token_id": 0,
|
4 |
+
"transformers_version": "4.41.2"
|
5 |
+
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 435841560
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8f7ac62dc10a7a4a570fdddae9b9e54b126aec3aba6babb7698bf5cdf25c4b51
|
3 |
size 435841560
|