BERT-L-offensive
Browse files- README.md +20 -20
- config.json +5 -5
- model.safetensors +2 -2
- runs/Jul20_19-12-56_85df0c1db32e/events.out.tfevents.1721515789.85df0c1db32e.2808.1 +2 -2
- runs/Jul20_23-10-58_85df0c1db32e/events.out.tfevents.1721517059.85df0c1db32e.61311.0 +3 -0
- runs/Jul20_23-10-58_85df0c1db32e/events.out.tfevents.1721521186.85df0c1db32e.61311.1 +3 -0
- training_args.bin +1 -1
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
-
base_model: neuralmind/bert-
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
@@ -17,13 +17,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
# content
|
19 |
|
20 |
-
This model is a fine-tuned version of [neuralmind/bert-
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
-
- Accuracy: 0.
|
24 |
-
- F1-score: 0.
|
25 |
-
- Recall: 0.
|
26 |
-
- Precision: 0.
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -54,19 +54,19 @@ The following hyperparameters were used during training:
|
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1-score | Recall | Precision |
|
56 |
|:-------------:|:------:|:----:|:---------------:|:--------:|:--------:|:------:|:---------:|
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
-
| 0.
|
68 |
-
| 0.
|
69 |
-
| 0.
|
70 |
|
71 |
|
72 |
### Framework versions
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
base_model: neuralmind/bert-base-portuguese-cased
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
|
|
17 |
|
18 |
# content
|
19 |
|
20 |
+
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.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.7314
|
23 |
+
- Accuracy: 0.7625
|
24 |
+
- F1-score: 0.7462
|
25 |
+
- Recall: 0.8237
|
26 |
+
- Precision: 0.6821
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1-score | Recall | Precision |
|
56 |
|:-------------:|:------:|:----:|:---------------:|:--------:|:--------:|:------:|:---------:|
|
57 |
+
| 0.5117 | 0.3814 | 500 | 0.4886 | 0.7659 | 0.7709 | 0.8595 | 0.6988 |
|
58 |
+
| 0.4755 | 0.7628 | 1000 | 0.4602 | 0.7584 | 0.7561 | 0.8170 | 0.7036 |
|
59 |
+
| 0.4107 | 1.1442 | 1500 | 0.5348 | 0.7730 | 0.7774 | 0.8651 | 0.7059 |
|
60 |
+
| 0.3685 | 1.5256 | 2000 | 0.4585 | 0.7728 | 0.7755 | 0.8563 | 0.7085 |
|
61 |
+
| 0.3652 | 1.9069 | 2500 | 0.4497 | 0.7802 | 0.7733 | 0.8182 | 0.7331 |
|
62 |
+
| 0.2919 | 2.2883 | 3000 | 0.5390 | 0.7659 | 0.7561 | 0.7920 | 0.7233 |
|
63 |
+
| 0.2614 | 2.6697 | 3500 | 0.5387 | 0.7636 | 0.7647 | 0.8382 | 0.7030 |
|
64 |
+
| 0.2518 | 3.0511 | 4000 | 0.6425 | 0.7679 | 0.7411 | 0.7252 | 0.7578 |
|
65 |
+
| 0.1791 | 3.4325 | 4500 | 0.6974 | 0.7682 | 0.7478 | 0.7502 | 0.7455 |
|
66 |
+
| 0.1803 | 3.8139 | 5000 | 0.6828 | 0.7831 | 0.7744 | 0.8126 | 0.7396 |
|
67 |
+
| 0.1531 | 4.1953 | 5500 | 0.8737 | 0.7690 | 0.7439 | 0.7320 | 0.7561 |
|
68 |
+
| 0.1267 | 4.5767 | 6000 | 0.9225 | 0.7730 | 0.7555 | 0.7651 | 0.7460 |
|
69 |
+
| 0.1344 | 4.9580 | 6500 | 0.9057 | 0.7753 | 0.7573 | 0.7651 | 0.7497 |
|
70 |
|
71 |
|
72 |
### Framework versions
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "neuralmind/bert-
|
3 |
"architectures": [
|
4 |
"BertForSequenceClassification"
|
5 |
],
|
@@ -8,14 +8,14 @@
|
|
8 |
"directionality": "bidi",
|
9 |
"hidden_act": "gelu",
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
-
"hidden_size":
|
12 |
"initializer_range": 0.02,
|
13 |
-
"intermediate_size":
|
14 |
"layer_norm_eps": 1e-12,
|
15 |
"max_position_embeddings": 512,
|
16 |
"model_type": "bert",
|
17 |
-
"num_attention_heads":
|
18 |
-
"num_hidden_layers":
|
19 |
"output_past": true,
|
20 |
"pad_token_id": 0,
|
21 |
"pooler_fc_size": 768,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "neuralmind/bert-base-portuguese-cased",
|
3 |
"architectures": [
|
4 |
"BertForSequenceClassification"
|
5 |
],
|
|
|
8 |
"directionality": "bidi",
|
9 |
"hidden_act": "gelu",
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
+
"hidden_size": 768,
|
12 |
"initializer_range": 0.02,
|
13 |
+
"intermediate_size": 3072,
|
14 |
"layer_norm_eps": 1e-12,
|
15 |
"max_position_embeddings": 512,
|
16 |
"model_type": "bert",
|
17 |
+
"num_attention_heads": 12,
|
18 |
+
"num_hidden_layers": 12,
|
19 |
"output_past": true,
|
20 |
"pad_token_id": 0,
|
21 |
"pooler_fc_size": 768,
|
model.safetensors
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:b80012ee25e3913fd5fa531e5edfe7466dd0d0118b661476fb24b668c0d11980
|
3 |
+
size 435722224
|
runs/Jul20_19-12-56_85df0c1db32e/events.out.tfevents.1721515789.85df0c1db32e.2808.1
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:6a108e672957bc87006d1e4ea2838129c8a3e40651571599f0aff73943dbb603
|
3 |
+
size 1522
|
runs/Jul20_23-10-58_85df0c1db32e/events.out.tfevents.1721517059.85df0c1db32e.61311.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5fb559f00e82c8a3a6a2f3f63ec824754ba617b42bb9527368484d5972d3f39b
|
3 |
+
size 14367
|
runs/Jul20_23-10-58_85df0c1db32e/events.out.tfevents.1721521186.85df0c1db32e.61311.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fed8f386e8db1572c10f3e507c6fd6c1cff81674c4927fc921d93f13dcf64ff6
|
3 |
+
size 1044
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5112
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:79f538af0e34deb2ccfd88dba0d2e783b7ddd8e198dfa37a03c03480a41b2d83
|
3 |
size 5112
|