fernandabufon/ft_classifier_base_v2_epoch3
Browse files- README.md +18 -0
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -15,6 +15,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
# epochs_3_fold_3
|
16 |
|
17 |
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.
|
|
|
|
|
18 |
|
19 |
## Model description
|
20 |
|
@@ -43,6 +45,22 @@ The following hyperparameters were used during training:
|
|
43 |
|
44 |
### Training results
|
45 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
|
47 |
|
48 |
### Framework versions
|
|
|
15 |
# epochs_3_fold_3
|
16 |
|
17 |
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.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.4448
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
45 |
|
46 |
### Training results
|
47 |
|
48 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
49 |
+
|:-------------:|:------:|:----:|:---------------:|
|
50 |
+
| 0.738 | 0.2020 | 300 | 0.5920 |
|
51 |
+
| 0.5744 | 0.4040 | 600 | 0.5276 |
|
52 |
+
| 0.5463 | 0.6061 | 900 | 0.5022 |
|
53 |
+
| 0.5206 | 0.8081 | 1200 | 0.4901 |
|
54 |
+
| 0.4908 | 1.0101 | 1500 | 0.4721 |
|
55 |
+
| 0.4024 | 1.2121 | 1800 | 0.4696 |
|
56 |
+
| 0.3901 | 1.4141 | 2100 | 0.4606 |
|
57 |
+
| 0.394 | 1.6162 | 2400 | 0.4515 |
|
58 |
+
| 0.3715 | 1.8182 | 2700 | 0.4389 |
|
59 |
+
| 0.3594 | 2.0202 | 3000 | 0.4496 |
|
60 |
+
| 0.2809 | 2.2222 | 3300 | 0.4604 |
|
61 |
+
| 0.2589 | 2.4242 | 3600 | 0.4525 |
|
62 |
+
| 0.273 | 2.6263 | 3900 | 0.4554 |
|
63 |
+
| 0.2642 | 2.8283 | 4200 | 0.4448 |
|
64 |
|
65 |
|
66 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 435731452
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d260f19cd7e0b802d8121743f37c7239edcb617748d8f554cdc202a5c5a43cfa
|
3 |
size 435731452
|
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:c4c420fb9195170a8bc11e68fcfe027d610aee00034c8cdd23305cf3d5b395ef
|
3 |
size 5304
|