Model save
Browse files
README.md
CHANGED
@@ -20,11 +20,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
20 |
|
21 |
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.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 0.
|
24 |
-
- Precision: 0.
|
25 |
-
- Recall: 0.
|
26 |
-
- F1: 0.
|
27 |
-
- Accuracy: 0.
|
28 |
|
29 |
## Model description
|
30 |
|
@@ -43,7 +43,7 @@ More information needed
|
|
43 |
### Training hyperparameters
|
44 |
|
45 |
The following hyperparameters were used during training:
|
46 |
-
- learning_rate:
|
47 |
- train_batch_size: 16
|
48 |
- eval_batch_size: 16
|
49 |
- seed: 42
|
@@ -55,14 +55,14 @@ The following hyperparameters were used during training:
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
58 |
-
| No log | 1.0 | 444 | 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
|
62 |
|
63 |
### Framework versions
|
64 |
|
65 |
- Transformers 4.35.2
|
66 |
- Pytorch 2.1.0+cu118
|
67 |
-
- Datasets 2.
|
68 |
- Tokenizers 0.15.0
|
|
|
20 |
|
21 |
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.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.0039
|
24 |
+
- Precision: 0.9208
|
25 |
+
- Recall: 0.9633
|
26 |
+
- F1: 0.9416
|
27 |
+
- Accuracy: 0.9990
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
43 |
### Training hyperparameters
|
44 |
|
45 |
The following hyperparameters were used during training:
|
46 |
+
- learning_rate: 5e-05
|
47 |
- train_batch_size: 16
|
48 |
- eval_batch_size: 16
|
49 |
- seed: 42
|
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
58 |
+
| No log | 1.0 | 444 | 0.0173 | 0.5752 | 0.8261 | 0.6782 | 0.9950 |
|
59 |
+
| 0.0623 | 2.0 | 888 | 0.0060 | 0.8691 | 0.9565 | 0.9107 | 0.9984 |
|
60 |
+
| 0.0083 | 3.0 | 1332 | 0.0039 | 0.9208 | 0.9633 | 0.9416 | 0.9990 |
|
61 |
|
62 |
|
63 |
### Framework versions
|
64 |
|
65 |
- Transformers 4.35.2
|
66 |
- Pytorch 2.1.0+cu118
|
67 |
+
- Datasets 2.15.0
|
68 |
- Tokenizers 0.15.0
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 433393508
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0472be10f3cb3e2e1415450c654c732e35e371430b0187411a6d46f322a33b8b
|
3 |
size 433393508
|
runs/Nov19_22-55-51_a00122011639/events.out.tfevents.1700434587.a00122011639.4023.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b815d4ef85d54bc01eaa2578fd00e9ea8d87eb95fc09e6863eed358def543099
|
3 |
+
size 7104
|
runs/Nov19_22-55-51_a00122011639/events.out.tfevents.1700436008.a00122011639.4023.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a408cfe0c1060b61e8e0bdc1de0715f4df19609aa9ec0c3ca51186f3635cec9d
|
3 |
+
size 560
|