Colabng/twitter_bank_scam_classifier
Browse files
README.md
CHANGED
@@ -20,9 +20,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
20 |
|
21 |
This model is a fine-tuned version of [google-bert/bert-base-uncased](https://huggingface.co/google-bert/bert-base-uncased) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 0.
|
24 |
-
- Accuracy: 0.
|
25 |
-
- Auc: 0.
|
26 |
|
27 |
## Model description
|
28 |
|
@@ -53,8 +53,8 @@ The following hyperparameters were used during training:
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Auc |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:----:|
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
|
59 |
|
60 |
### Framework versions
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [google-bert/bert-base-uncased](https://huggingface.co/google-bert/bert-base-uncased) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.7566
|
24 |
+
- Accuracy: 0.64
|
25 |
+
- Auc: 0.67
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Auc |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:----:|
|
56 |
+
| 0.7449 | 1.0 | 11 | 0.7669 | 0.5 | 0.66 |
|
57 |
+
| 0.7084 | 2.0 | 22 | 0.7566 | 0.64 | 0.67 |
|
58 |
|
59 |
|
60 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -28,9 +28,9 @@
|
|
28 |
"rank_pattern": {},
|
29 |
"revision": null,
|
30 |
"target_modules": [
|
31 |
-
"
|
32 |
"query",
|
33 |
-
"
|
34 |
],
|
35 |
"task_type": "SEQ_CLS",
|
36 |
"trainable_token_indices": null,
|
|
|
28 |
"rank_pattern": {},
|
29 |
"revision": null,
|
30 |
"target_modules": [
|
31 |
+
"key",
|
32 |
"query",
|
33 |
+
"value"
|
34 |
],
|
35 |
"task_type": "SEQ_CLS",
|
36 |
"trainable_token_indices": null,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 95583552
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fd6ab6fde9b36810e90f70609a7a3ee618b9b69b51b0a9408922da72f0b9a579
|
3 |
size 95583552
|
runs/Sep06_21-31-33_7aceba5bb9af/events.out.tfevents.1757194293.7aceba5bb9af
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:21042d29ef9c5a5dcc5caae3154b554e14873eaf189cebab5faa995df4537491
|
3 |
+
size 6537
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5777
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4daa0d8d24dab83655ff5277850650b8124d530a5ed73a0f7f4b2731a444325c
|
3 |
size 5777
|